@charset "UTF-8";
/* ---------------------------------------
	Required project style settings
--------------------------------------- */
.text-primary {
  color: #4e8299 !important;
}

.text-secondary {
  color: #50a3d3 !important;
}

.text-success {
  color: #3adb76 !important;
}

.text-warning {
  color: #ffae00 !important;
}

.text-alert {
  color: #cc4b37 !important;
}

.text-white {
  color: #ffffff !important;
}

/* ---------------------------------------
	Additional Foundation style settings
--------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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;
}

/***SLICK THEME****/
.slick-loading .slick-list {
  background: #fff url(../images/ajax-loader.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  min-width: 0;
  width: 20px;
  height: 30px;
  margin-top: -10px \9;
  /*lte IE 8*/
  padding: 0;
  font-size: 0;
  background: transparent;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .5;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir='rtl'] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 0;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "\f054";
}

[dir='rtl'] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-left: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #EBEAF0;
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: var(--sub-color-20);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 765px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: transparent !important;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 74px;
  margin: 0;
  padding: 20px !important;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 74px;
  opacity: 0.3 !important;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* ---------------------------------------
	Appear animation
--------------------------------------- */
@media print, screen and (min-width: 64em) {
  [data-scroll] {
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out, -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
    transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1), -webkit-transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
  }
  .fade-in, .ease-right, .ease-left, .ease-btm, .ease-top {
    opacity: 0;
  }
  .fade-in[data-scroll="in"], .ease-right[data-scroll="in"], .ease-left[data-scroll="in"], .ease-btm[data-scroll="in"], .ease-top[data-scroll="in"] {
    opacity: 1;
  }
  .fade-in {
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  [class*="ease-"][data-scroll="in"] {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .ease-right {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .ease-left {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  .ease-top {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  .ease-btm {
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
  [class*="flip-"][data-scroll="in"] {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
  }
  .flip-top {
    -webkit-transform: perspective(400px) rotateX(-90deg);
            transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
  }
  .flip-btm {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .flip-left {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
  }
  .flip-right {
    -webkit-transform: perspective(400px) rotateY(-90deg);
            transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }
  .ease-delay-100 {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .ease-delay-200 {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms;
  }
  .ease-delay-300 {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms;
  }
  .ease-delay-400 {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms;
  }
  .ease-delay-500 {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms;
  }
}

/* ---------------------------------------
	Typography / Forms / Inputs / Buttons
--------------------------------------- */
/* ---------------------------------------
    Typography
--------------------------------------- */
body {
  font-size: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: var(--sub-color-20);
  text-decoration: underline;
}

h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
.h1 a:hover,
.h1 a:focus,
.h2 a:hover,
.h2 a:focus,
.h3 a:hover,
.h3 a:focus,
.h4 a:hover,
.h4 a:focus,
.h5 a:hover,
.h5 a:focus,
.h6 a:hover,
.h6 a:focus {
  color: var(--sub-color-11);
}

.preview__title a {
  color: inherit;
  text-decoration: none;
}

.preview__title a:hover, .preview__title a:focus {
  color: inherit;
  text-decoration: underline;
}

h1,
.h1 {
  /*basic heading styles*/
}

h2,
.h2 {
  /*basic heading styles*/
}

@media print, screen and (min-width: 64em) {
  h2.large,
  .h2.large {
    font-size: 2.6875rem;
  }
}

h3,
.h3 {
  /*basic heading styles*/
}

h4,
.h4 {
  /*basic heading styles*/
}

h5,
.h5 {
  /*basic heading styles*/
}

h6,
.h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}

p:empty {
  display: none;
}

p.big {
  font-size: 1.25rem;
}

p.medium-bigger {
  font-size: 1.125rem;
}

p.medium {
  font-size: 1.0625rem;
}

p.tiny {
  font-size: 0.9375rem;
}

p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
  font-size: inherit;
}

ul li {
  /*basic list-item styles*/
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}

a {
  color: var(--primary-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover, a:focus {
  /*basic hover and focus effects*/
  color: inherit;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.my-20 {
  margin: 20px 0 !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

/* ---------------------------------------
    Forms/Inputs
--------------------------------------- */
.no-outline button,
.no-outline a,
.no-outline [tabindex] {
  outline: none;
}

/* Placeholder styling */
input,
textarea {
  resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

/* Input Styling */
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select,
.ui-selectmenu-button {
  /* STYLES GO THERE */
  height: 2.3125rem;
  margin-bottom: 0;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  min-width: 100%;
  cursor: pointer;
  background: #fff;
}

.ui-selectmenu-button .ui-icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

.ui-selectmenu-button .ui-icon::before {
  content: "";
  width: 48px;
  display: inline-block;
  height: 37px;
  font-family: "recruit-icon";
  content: "\e902";
  background-color: var(--sub-color-28);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  font-size: 12px;
}

.ui-selectmenu-text {
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}

.ui-selectmenu-menu .ui-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  max-height: 400px;
  background-color: #fff;
  border: 0px solid #cacaca;
  margin-top: -0px;
  border-radius: 0 0 0 0;
  width: 237px !important;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background-color: #fff;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper,
.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  padding: 0.3125rem 0.9375rem;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-selectmenu-menu .ui-menu .ui-menu-divider.ui-state-active {
  opacity: 0.7;
}

.ui-selectmenu-menu .ui-menu .ui-menu-divider {
  font-weight: 700;
  color: var(--text-color);
}

.ui-selectmenu-open {
  display: block;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type="number"] {
  -moz-appearance: textfield;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
  margin-bottom: 0;
}

button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-width: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

/* Button additional styles */
.btn-arrow {
  background-color: var(--sub-color-2);
  background-position: 95% center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'/%3E%3C/svg%3E%0A");
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 3.75rem 0.5rem 0.625rem;
  border-radius: 5px;
  display: inline-block;
}

.btn-submit {
  background-color: var(--sub-color-4);
}

.btn:hover, .btn:focus {
  /*basic hover and focus effects*/
  background-color: rgba(var(--sub-color-4), 0.7);
}

.alert {
  list-style: none;
  border-radius: 5px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
  padding: 10px;
  margin: 0;
}

.alert.errors {
  border-color: #eed3d7;
  background-color: var(--req-border);
  color: var(--req-bg);
  margin-top: 16px;
}

.alert.successes {
  border-color: var(--green-color-2);
  background-color: var(--green-color-3);
  color: var(--green-color-1);
  font-size: 1rem;
  line-height: 1.4em;
}

@media screen and (min-width: 48em) {
  .alert.successes {
    font-size: 1.25rem;
    line-height: 1.5em;
  }
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
}

@media screen and (max-width: 33.74875em) {
  .alignright, .alignleft, .alignnone {
    float: none;
    margin: 0 0 1em;
  }
}

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}

.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}

.wp-caption figcaption {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  padding: 5px;
  font-size: 11px;
  line-height: 1.4;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
  text-align: center;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  -webkit-box-shadow: 0 0 0 2px #0073aa;
          box-shadow: 0 0 0 2px #0073aa;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 20px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 20px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 20px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 20px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 20px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 20px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 20px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 20px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

#wpadminbar {
  -webkit-transform: translateZ(0);
}

.wp-video {
  width: 100% !important;
}

.wp-video .mejs-container {
  width: 100% !important;
  height: auto !important;
}

.mejs-mediaelement {
  position: static !important;
}

mediaelementwrapper {
  display: block;
}

.wp-video-shortcode video, video.wp-video-shortcode {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* Pagination */
ul.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 15px 0;
  text-align: center;
}

ul.pagination li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  line-height: 1.5;
}

ul.pagination li span, ul.pagination li a {
  display: block;
  padding: 0 7px;
}

ul.pagination li span.current, ul.pagination li a.current {
  display: block;
  background: var(--primary-color);
  color: #fff;
}

/* Comments block */
#comments {
  padding-top: 30px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.comment {
  position: relative;
  margin-top: 15px;
}

.comment .children {
  list-style: none;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  margin-top: 5px;
  color: #666;
}

.comment-content {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  font-size: 14px;
}

.reply {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.comment-reply-link {
  display: block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  background: #777;
  color: #fefefe;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
}

.comment-reply-link:hover, .comment-reply-link:focus {
  background-color: var(--primary-color);
  color: #fff;
  text-decoration: none;
}

.comment-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.comment-notes,
.comment-form-comment {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.comment-form-comment {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-basis: calc(33.3333% - 20px);
      -ms-flex-preferred-size: calc(33.3333% - 20px);
          flex-basis: calc(33.3333% - 20px);
}

@media screen and (max-width: 33.74875em) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .comment-form-author,
  .comment-form-email {
    margin-right: 30px;
  }
}

.comment-form-cookies-consent,
.comment-form .form-submit {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.comment-form .form-submit {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html {
  height: 100%;
}

body {
  position: static !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  min-height: 100vh;
  background-color: var(--sub-color-2);
}

#nav-menu.menu {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#06526c), to(#458db5));
  background: linear-gradient(180deg, #06526c 0%, #458db5 100%);
}

@media screen and (min-width: 64em) {
  #nav-menu.menu {
    background: var(--primary-color);
  }
}

#nav-menu.menu .grid-container {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
}

@media screen and (min-width: 40em) {
  #nav-menu.menu .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  #nav-menu.menu .grid-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#nav-menu.menu .grid-container .menu {
  background: transparent;
  margin-top: 0;
}

.menu.header-menu.accordion-menu {
  z-index: 1;
}

body.page-template-template-job-board .main-content,
body.page-template-template-job-board .clients,
body.page-template-template-job-board .resources,
body.page-template-template-job-board .locations,
body.page-template-template-candidate-registration .main-content,
body.page-template-template-candidate-registration .clients,
body.page-template-template-candidate-registration .resources,
body.page-template-template-candidate-registration .locations,
body.page-template-template-candidate-registration-hr .main-content,
body.page-template-template-candidate-registration-hr .clients,
body.page-template-template-candidate-registration-hr .resources,
body.page-template-template-candidate-registration-hr .locations,
body.page-template-template-location-child .main-content,
body.page-template-template-location-child .clients,
body.page-template-template-location-child .resources,
body.page-template-template-location-child .locations,
body.blog .main-content,
body.blog .clients,
body.blog .resources,
body.blog .locations,
body.single.single-post .main-content,
body.single.single-post .clients,
body.single.single-post .resources,
body.single.single-post .locations,
body.page-template-template-blog .main-content,
body.page-template-template-blog .clients,
body.page-template-template-blog .resources,
body.page-template-template-blog .locations,
body.page-template-template-resources .main-content,
body.page-template-template-resources .clients,
body.page-template-template-resources .resources,
body.page-template-template-resources .locations,
body.page-template-template-clients .main-content,
body.page-template-template-clients .clients,
body.page-template-template-clients .resources,
body.page-template-template-clients .locations,
body.page-template-template-locations .main-content,
body.page-template-template-locations .clients,
body.page-template-template-locations .resources,
body.page-template-template-locations .locations,
body.page-template-template-locations-child .main-content,
body.page-template-template-locations-child .clients,
body.page-template-template-locations-child .resources,
body.page-template-template-locations-child .locations,
body.archive .main-content,
body.archive .clients,
body.archive .resources,
body.archive .locations,
body.category .main-content,
body.category .clients,
body.category .resources,
body.category .locations {
  background-color: #fff;
}

body.page-template-template-job-board .grid-container,
body.page-template-template-candidate-registration .grid-container,
body.page-template-template-candidate-registration-hr .grid-container,
body.page-template-template-location-child .grid-container,
body.blog .grid-container,
body.single.single-post .grid-container,
body.page-template-template-blog .grid-container,
body.page-template-template-resources .grid-container,
body.page-template-template-clients .grid-container,
body.page-template-template-locations .grid-container,
body.page-template-template-locations-child .grid-container,
body.archive .grid-container,
body.category .grid-container {
  max-width: 1280px;
}

body.single-jobs .grid-container {
  max-width: 1280px;
}

body.location-template-default {
  background-color: #fff;
}

body.location-template-default .grid-container {
  max-width: 1280px;
}

body.page-template-template-candidate-registration .ui-selectmenu-menu {
  width: 100% !important;
}

body.page-template-template-candidate-registration .ui-selectmenu-menu .ui-menu {
  width: 100% !important;
}

body.page-template-template-resources .main-content,
body.page-template-template-resources .clients,
body.page-template-template-resources .resources,
body.page-template-template-clients .main-content,
body.page-template-template-clients .clients,
body.page-template-template-clients .resources {
  background-color: #fff;
}

body.page-template-template-resources .clients section,
body.page-template-template-resources .resources section,
body.page-template-template-clients .clients section,
body.page-template-template-clients .resources section {
  font-weight: normal;
  font-style: normal;
  color: var(--grey-color-6);
  font-size: 18px;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.page-template-template-resources .clients section#content_section,
body.page-template-template-resources .resources section#content_section,
body.page-template-template-clients .clients section#content_section,
body.page-template-template-clients .resources section#content_section {
  max-width: 1280px;
}

body.page-template-template-resources .clients section.d-1,
body.page-template-template-resources .resources section.d-1,
body.page-template-template-clients .clients section.d-1,
body.page-template-template-clients .resources section.d-1 {
  padding-top: 53px;
  padding-bottom: 53px;
}

body.page-template-template-resources .clients section a,
body.page-template-template-resources .resources section a,
body.page-template-template-clients .clients section a,
body.page-template-template-clients .resources section a {
  color: var(--sub-color-20);
}

body.page-template-template-resources .clients section ul,
body.page-template-template-resources .resources section ul,
body.page-template-template-clients .clients section ul,
body.page-template-template-clients .resources section ul {
  margin-left: 2.5rem;
}

body.page-template-template-resources .clients section::after,
body.page-template-template-resources .resources section::after,
body.page-template-template-clients .clients section::after,
body.page-template-template-clients .resources section::after {
  content: "";
  display: table;
  clear: both;
}

body.page-template-template-resources .clients section h1,
body.page-template-template-resources .clients section h2,
body.page-template-template-resources .clients section h3,
body.page-template-template-resources .clients section h4,
body.page-template-template-resources .clients section h5,
body.page-template-template-resources .resources section h1,
body.page-template-template-resources .resources section h2,
body.page-template-template-resources .resources section h3,
body.page-template-template-resources .resources section h4,
body.page-template-template-resources .resources section h5,
body.page-template-template-clients .clients section h1,
body.page-template-template-clients .clients section h2,
body.page-template-template-clients .clients section h3,
body.page-template-template-clients .clients section h4,
body.page-template-template-clients .clients section h5,
body.page-template-template-clients .resources section h1,
body.page-template-template-clients .resources section h2,
body.page-template-template-clients .resources section h3,
body.page-template-template-clients .resources section h4,
body.page-template-template-clients .resources section h5 {
  font-weight: normal;
  margin-top: 0;
}

body.page-template-template-resources .clients section p,
body.page-template-template-resources .resources section p,
body.page-template-template-clients .clients section p,
body.page-template-template-clients .resources section p {
  font-size: inherit;
  line-height: 26px;
  margin: 15px auto;
  font-size: 18px;
}

body.page-template-template-resources .clients section p strong,
body.page-template-template-resources .resources section p strong,
body.page-template-template-clients .clients section p strong,
body.page-template-template-clients .resources section p strong {
  color: #333;
  font-size: 20px;
}

body.page-template-template-resources .clients section p strong a,
body.page-template-template-resources .resources section p strong a,
body.page-template-template-clients .clients section p strong a,
body.page-template-template-clients .resources section p strong a {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

body.page-template-template-resources .clients .section-1,
body.page-template-template-resources .resources .section-1,
body.page-template-template-clients .clients .section-1,
body.page-template-template-clients .resources .section-1 {
  display: block;
  overflow: hidden;
  grid-template-columns: 6fr 4fr;
  padding: 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

body.page-template-template-resources .clients .section-1 .col-1,
body.page-template-template-resources .resources .section-1 .col-1,
body.page-template-template-clients .clients .section-1 .col-1,
body.page-template-template-clients .resources .section-1 .col-1 {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-1 .col-1,
  body.page-template-template-resources .resources .section-1 .col-1,
  body.page-template-template-clients .clients .section-1 .col-1,
  body.page-template-template-clients .resources .section-1 .col-1 {
    padding: 0 60px 0 0;
    width: 56%;
    float: left;
  }
}

body.page-template-template-resources .clients .section-1 .col-1.full-width,
body.page-template-template-resources .resources .section-1 .col-1.full-width,
body.page-template-template-clients .clients .section-1 .col-1.full-width,
body.page-template-template-clients .resources .section-1 .col-1.full-width {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}

body.page-template-template-resources .clients .section-1.margin-top-30,
body.page-template-template-resources .resources .section-1.margin-top-30,
body.page-template-template-clients .clients .section-1.margin-top-30,
body.page-template-template-clients .resources .section-1.margin-top-30 {
  margin-top: 40px;
}

body.page-template-template-resources .clients .section-1 .col-2,
body.page-template-template-resources .resources .section-1 .col-2,
body.page-template-template-clients .clients .section-1 .col-2,
body.page-template-template-clients .resources .section-1 .col-2 {
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-1 .col-2,
  body.page-template-template-resources .resources .section-1 .col-2,
  body.page-template-template-clients .clients .section-1 .col-2,
  body.page-template-template-clients .resources .section-1 .col-2 {
    width: 43%;
  }
}

body.page-template-template-resources .clients .section-1 .col-2 iframe,
body.page-template-template-resources .resources .section-1 .col-2 iframe,
body.page-template-template-clients .clients .section-1 .col-2 iframe,
body.page-template-template-clients .resources .section-1 .col-2 iframe {
  width: 100%;
  border: 3px solid #efefef;
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-1 .col-2 iframe,
  body.page-template-template-resources .resources .section-1 .col-2 iframe,
  body.page-template-template-clients .clients .section-1 .col-2 iframe,
  body.page-template-template-clients .resources .section-1 .col-2 iframe {
    height: 230px;
  }
}

body.page-template-template-resources .clients .section-2,
body.page-template-template-resources .resources .section-2,
body.page-template-template-clients .clients .section-2,
body.page-template-template-clients .resources .section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-2,
  body.page-template-template-resources .resources .section-2,
  body.page-template-template-clients .clients .section-2,
  body.page-template-template-clients .resources .section-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

body.page-template-template-resources .clients .section-2 .col-1,
body.page-template-template-resources .resources .section-2 .col-1,
body.page-template-template-clients .clients .section-2 .col-1,
body.page-template-template-clients .resources .section-2 .col-1 {
  width: 100%;
  display: block;
  padding: 10px 12px !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-2 .col-1,
  body.page-template-template-resources .resources .section-2 .col-1,
  body.page-template-template-clients .clients .section-2 .col-1,
  body.page-template-template-clients .resources .section-2 .col-1 {
    margin-right: 20px;
    padding: 20px 25px !important;
    max-width: 50%;
  }
}

body.page-template-template-resources .clients .section-2 .col-1 ul,
body.page-template-template-resources .resources .section-2 .col-1 ul,
body.page-template-template-clients .clients .section-2 .col-1 ul,
body.page-template-template-clients .resources .section-2 .col-1 ul {
  font-size: 18px;
  line-height: 1.5em;
}

body.page-template-template-resources .clients .section-2 .col-2,
body.page-template-template-resources .resources .section-2 .col-2,
body.page-template-template-clients .clients .section-2 .col-2,
body.page-template-template-clients .resources .section-2 .col-2 {
  width: 100%;
  display: block;
  margin-top: 40px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-resources .clients .section-2 .col-2,
  body.page-template-template-resources .resources .section-2 .col-2,
  body.page-template-template-clients .clients .section-2 .col-2,
  body.page-template-template-clients .resources .section-2 .col-2 {
    max-width: 50%;
    margin-top: 0;
  }
}

body.page-template-template-resources .clients .section-2 .col-2 .document,
body.page-template-template-resources .resources .section-2 .col-2 .document,
body.page-template-template-clients .clients .section-2 .col-2 .document,
body.page-template-template-clients .resources .section-2 .col-2 .document {
  padding: 10px;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

body.page-template-template-resources .clients .section-2 .col-2 .document img,
body.page-template-template-resources .resources .section-2 .col-2 .document img,
body.page-template-template-clients .clients .section-2 .col-2 .document img,
body.page-template-template-clients .resources .section-2 .col-2 .document img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}

body.page-template-template-resources .clients .section-2 .col-2 .document a,
body.page-template-template-resources .resources .section-2 .col-2 .document a,
body.page-template-template-clients .clients .section-2 .col-2 .document a,
body.page-template-template-clients .resources .section-2 .col-2 .document a {
  width: 340px;
  float: none;
  margin: 1em auto;
  text-transform: uppercase;
  display: block;
  color: #fff;
  text-align: center;
}

body.page-template-template-resources .clients .section-2 .col-2 .document a.btn-action,
body.page-template-template-resources .resources .section-2 .col-2 .document a.btn-action,
body.page-template-template-clients .clients .section-2 .col-2 .document a.btn-action,
body.page-template-template-clients .resources .section-2 .col-2 .document a.btn-action {
  max-width: 100%;
  background: var(--sub-color-22);
  text-decoration: none;
  padding: 15px 20px;
}

body.page-template-template-resources .clients .section-2 .col-2 .document a.img-container,
body.page-template-template-resources .resources .section-2 .col-2 .document a.img-container,
body.page-template-template-clients .clients .section-2 .col-2 .document a.img-container,
body.page-template-template-clients .resources .section-2 .col-2 .document a.img-container {
  width: 100%;
}

body.page-template-template-resources .clients .section-2 .col-2 .document a.img-container img,
body.page-template-template-resources .resources .section-2 .col-2 .document a.img-container img,
body.page-template-template-clients .clients .section-2 .col-2 .document a.img-container img,
body.page-template-template-clients .resources .section-2 .col-2 .document a.img-container img {
  width: 100%;
  max-width: 340px;
}

body.page-template-template-resources .clients .section-2 .col-2 .icons--document,
body.page-template-template-resources .resources .section-2 .col-2 .icons--document,
body.page-template-template-clients .clients .section-2 .col-2 .icons--document,
body.page-template-template-clients .resources .section-2 .col-2 .icons--document {
  text-align: center;
  margin-bottom: 30px;
}

body.page-template-template-resources .clients .section-2 .col-2 .icons--document img,
body.page-template-template-resources .resources .section-2 .col-2 .icons--document img,
body.page-template-template-clients .clients .section-2 .col-2 .icons--document img,
body.page-template-template-clients .resources .section-2 .col-2 .icons--document img {
  width: 180px;
  margin: 1em auto 0;
  height: auto;
}

body.page-template-template-resources .side-nav,
body.page-template-template-clients .side-nav {
  background: var(--sub-color-40);
  position: relative;
}

body.page-template-template-resources .side-nav div,
body.page-template-template-clients .side-nav div {
  width: 100%;
}

body.page-template-template-resources .side-nav ul,
body.page-template-template-clients .side-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 68.75em) {
  body.page-template-template-resources .side-nav ul,
  body.page-template-template-clients .side-nav ul {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-auto-flow: row;
    min-height: 37px;
  }
}

body.page-template-template-resources .side-nav ul li,
body.page-template-template-clients .side-nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 10px 0;
}

@media screen and (min-width: 68.75em) {
  body.page-template-template-resources .side-nav ul li,
  body.page-template-template-clients .side-nav ul li {
    border-right: 2px solid #fff;
  }
}

body.page-template-template-resources .side-nav ul li:last-child,
body.page-template-template-clients .side-nav ul li:last-child {
  border: none;
}

body.page-template-template-resources .side-nav ul li a,
body.page-template-template-clients .side-nav ul li a {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 75em) {
  body.page-template-template-resources .side-nav ul li a,
  body.page-template-template-clients .side-nav ul li a {
    padding: 10px 10px;
  }
}

body.page-template-template-resources > .content section h1,
body.page-template-template-clients > .content section h1 {
  font-size: 40px;
}

main {
  display: block;
}

.grid-container {
  width: 100%;
}

*:last-child {
  margin-bottom: 0;
}

img {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

img.pre-lazyload, img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/* ------------------------------------
    Content Styles
------------------------------------- */
.hero-inner .grid-margin-x > .cell {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .hero-inner .grid-margin-x > .cell {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.hero-inner .hero-inner__side {
  width: calc(100% + 2.5rem);
}

@media screen and (min-width: 40em) {
  .hero-inner .hero-inner__side {
    width: 100%;
  }
}

.hero-inner .hero-inner__side .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4px;
}

.hero-inner .hero-inner__side .btn-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: var(--sub-color-22);
  width: auto;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hero-inner .hero-inner__side .btn-hero:hover {
  background-color: var(--sub-color-24);
}

.main-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--primary-color);
}

/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.checkbox__label {
  margin: 0 0 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.checkbox__label span {
  position: relative;
}

@media screen and (min-width: 40em) {
  .checkbox__label.single-job span {
    width: 80%;
  }
}

.checkbox__label.single-job {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="checkbox"],
input[type="radio"].single-job-location {
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff !important;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--sub-color-28);
  cursor: pointer;
  border-radius: unset;
  font-size: 80%;
}

input[type="checkbox"]::after,
input[type="radio"].single-job-location::after {
  font-family: 'recruit-icon';
  content: "\e903";
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

input[type="checkbox"]:checked::after,
input[type="radio"].single-job-location:checked::after {
  opacity: 1;
}

.preloader {
  position: fixed;
  z-index: 100000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  background-color: #fff;
  color: var(--grey-color-6);
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader--hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.preloader__icon::before {
  content: "\f1ce";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 900;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

/* Search form */
.search-form {
  position: relative;
}

.posts-list .search-form {
  margin-bottom: 40px;
}

.search-form__input {
  padding-right: 75px;
}

.search-form__submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 10px 15px;
  cursor: pointer;
}

.search-form__submit::after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

/* 404 page */
.not-found {
  padding: 20px 0 30px;
  background-color: var(--primary-color);
}

.not-found__title {
  font-size: 2.6875rem;
  margin-bottom: 20px;
}

.not-found .label {
  background-color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

.not-found .label:hover {
  opacity: 0.7;
  color: #fff;
}

.req {
  border: 2px solid var(--req-bg) !important;
  background: var(--req-border) !important;
}

.req-text {
  color: var(--req-bg) !important;
  font-weight: bold !important;
}

.req-text u,
.req-text a {
  color: var(--req-bg) !important;
  font-weight: bold !important;
}

.req-text.req-text-cv {
  margin-top: 14px;
}

.job-cell {
  margin-top: 20px;
}

.menu-component.menu {
  background: transparent;
}

.blog__img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  cursor: pointer;
}

.blog__img-link:hover ~ .news-slide__link {
  color: #fff;
  background-color: var(--sub-color-24);
}

@media screen and (min-width: 64em) {
  .submenu__item-mobile {
    display: none;
  }
}

/* ---------------------------------------
	Form preloader
--------------------------------------- */
body.lock {
  overflow: hidden;
}

.form-preloader {
  display: none;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--sub-color-28);
  padding: 50px;
}

.form-preloader__icon::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 5px solid var(--sub-color-28);
  border-bottom-color: transparent;
  border-radius: 50%;
  font-weight: 900;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

.form-preloader__text {
  font-size: 20px;
  font-weight: 600;
  max-width: 650px;
  text-align: center;
}

.three-selection-wrapper {
  padding-top: 30px;
}

.three-selection-wrapper .candidate-form__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 64em) {
  .candidate-form__title {
    padding-right: 16px;
  }
}

.candidate-form__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .candidate-form__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.candidate-form__title-wrap .candidate-form__descr,
.candidate-form__title-wrap .candidate-form__title {
  margin-bottom: 16px;
}

@media screen and (min-width: 64em) {
  .candidate-form__title-wrap .candidate-form__descr,
  .candidate-form__title-wrap .candidate-form__title {
    margin-bottom: 0;
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .candidate-form__title-wrap .candidate-form__descr {
    padding: 0;
    padding-top: 5px;
    padding-left: 16px;
    text-align: end;
  }
}

body.page-template-template-clients .clients section.faq-section-wrapper,
body.page-template-template-resources .resources section.faq-section-wrapper {
  max-width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-clients .clients section.faq-section-wrapper,
  body.page-template-template-resources .resources section.faq-section-wrapper {
    padding-bottom: 98px;
  }
}

body.page-template-template-clients .clients section.faq-section-wrapper p,
body.page-template-template-resources .resources section.faq-section-wrapper p {
  margin: 0;
  margin-bottom: 15px;
}

body.page-template-template-clients .clients section.faq-main-accordion,
body.page-template-template-resources .resources section.faq-main-accordion {
  width: 100%;
  max-width: 972px;
  margin: 0;
  padding: 0;
}

body.home.page-template .faq-section-wrapper {
  padding-top: 40px;
}

@media screen and (min-width: 64em) {
  body.home.page-template .faq-section-wrapper {
    padding-top: 68px;
  }
}

body.home.page-template .faq-section-wrapper .grid-container {
  max-width: 1045px;
}

.faq-section-wrapper {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 40px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .faq-section-wrapper {
    padding-bottom: 86px;
  }
}

.faq-section-wrapper .grid-container {
  max-width: 1280px;
}

.faq-section-wrapper .sub-accordion {
  padding: 12px 0;
}

.faq-section-wrapper .sub-accordion.links {
  padding-top: 12px;
  padding-bottom: 0;
}

.faq-section-wrapper .faq-main-accordion {
  width: 100%;
  max-width: 972px;
  margin: 0;
  padding: 0;
}

.faq-section-wrapper .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.faq-section-wrapper .panel.active {
  overflow: visible;
}

.faq-section-wrapper .title-wrap {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.faq-section-wrapper .title-wrap::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 40%;
  border: solid var(--sub-color-28);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faq-section-wrapper .title-wrap.active {
  margin-bottom: 10px;
}

.faq-section-wrapper .title-wrap.active::before {
  -ms-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
}

.faq-section-wrapper .title-wrap .sub-accordion-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black-color);
}

.faq-section-wrapper .title-wrap .faq-accordion-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--black-color);
}

.faq-section-wrapper .text-wrap {
  color: var(--black-color);
}

.faq-section-wrapper .text-wrap a {
  color: var(--sub-color-28) !important;
}

.faq-section-wrapper .text-wrap a:hover, .faq-section-wrapper .text-wrap a:focus, .faq-section-wrapper .text-wrap a:active {
  text-decoration: none;
  color: var(--sub-color-21) !important;
}

.faq-section-wrapper .text-wrap p,
.faq-section-wrapper .text-wrap a,
.faq-section-wrapper .text-wrap span,
.faq-section-wrapper .text-wrap div,
.faq-section-wrapper .text-wrap li,
.faq-section-wrapper .text-wrap strong,
.faq-section-wrapper .text-wrap b,
.faq-section-wrapper .text-wrap blockquote,
.faq-section-wrapper .text-wrap button,
.faq-section-wrapper .text-wrap label,
.faq-section-wrapper .text-wrap input,
.faq-section-wrapper .text-wrap textarea {
  font-size: 16px !important;
  line-height: 24px !important;
}

.faq-section-wrapper .title-wrap-main {
  margin-bottom: 10px;
}

.faq-section-wrapper .title-wrap-main .faq-accordion-title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--black-color);
}

.faq-section-wrapper .sub-accordion-wrapper,
.faq-section-wrapper .faq-content-accordion {
  padding: 12px 0 12px 32px;
}

@media screen and (min-width: 40em) {
  .faq-section-wrapper .sub-accordion-wrapper,
  .faq-section-wrapper .faq-content-accordion {
    padding: 12px 0 12px 32px;
  }
}

.faq-section-wrapper .faq-content-accordion {
  padding-left: 0;
  padding-right: 0;
}

.faq-section-wrapper .content-link-wrapper .content-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
  color: var(--sub-color-28);
}

.faq-section-wrapper .content-link-wrapper .content-link:hover, .faq-section-wrapper .content-link-wrapper .content-link:focus, .faq-section-wrapper .content-link-wrapper .content-link:active {
  text-decoration: underline;
  color: var(--sub-color-21);
}

.faq-section-wrapper .sub-accordion-content-wrapper.links {
  display: grid;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 12px;
  grid-template-columns: 1fr;
  padding-top: 10px;
  margin-bottom: 8px;
}

@media screen and (min-width: 33.75em) {
  .faq-section-wrapper .sub-accordion-content-wrapper.links {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

@media screen and (min-width: 60.5em) {
  .faq-section-wrapper .sub-accordion-content-wrapper.links {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    row-gap: 16px;
  }
}

/* ---------------------------------------
	Repeatable blocks
--------------------------------------- */
/* ---------------------------------------
	Helper classes
--------------------------------------- */
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.bg-contain {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.inherit-color h1, .inherit-color h2, .inherit-color h3, .inherit-color h4, .inherit-color h5, .inherit-color h6,
.inherit-color .h1, .inherit-color .h2, .inherit-color .h3, .inherit-color .h4, .inherit-color .h5, .inherit-color .h6 {
  color: inherit;
}

.position-center {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.stretched-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.woocommerce .stretched-img, .woocommerce-page .stretched-img {
  height: 100%;
}

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

.of-cover, .stretched-img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media print, screen and (min-width: 40em) {
  .two-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media print, screen and (min-width: 40em) {
  .three-columns {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.jarallax {
  position: relative;
}

.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jarallax-inline {
  position: relative;
}

.jarallax-inline > .jarallax-img {
  position: relative;
  z-index: -100;
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

/* ---------------------------------------
	Social networks
--------------------------------------- */
.stay-tuned {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-right: -5px;
  margin-left: -5px;
  font-size: 0;
}

.stay-tuned__item {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.stay-tuned__link {
  display: block;
}

.stay-tuned__link .fab {
  display: block;
  font-size: 16px;
}

/* ---------------------------------------
	Side by side
--------------------------------------- */
.sbs-block {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sbs-block--reverse .cell.sbs-block__img-wrap {
  right: 50%;
  left: 0;
}

.sbs-block__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sbs-block__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 40em) {
  .sbs-block__content {
    min-height: 400px;
  }
}

.sbs-block__content-inner {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell.sbs-block__img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 33.74875em) {
  .cell.sbs-block__img-wrap {
    margin-bottom: 25px;
  }
}

.sbs-block__img {
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
	Header
--------------------------------------- */
.logo h1 {
  font-size: 0;
}

.logo a {
  display: inline-block;
}

.logo img {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo.text-center.medium-text-left img.custom-logo {
  margin: 0;
}

.login-button {
  position: relative;
  display: block;
}

.login-button img {
  max-width: 106px;
}

@media screen and (min-width: 64em) {
  .login-button img {
    max-width: none;
  }
}

.login-button span {
  position: absolute;
  color: #fff;
  position: absolute;
  height: 100%;
  left: 41%;
  top: 3%;
  line-height: 38px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 64em) {
  .login-button span {
    line-height: 48px;
    font-size: 1.0625rem;
    left: 40%;
    top: 0;
  }
}

.header-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.header-left-content-wrap {
  width: 33.33333%;
}

.header-right-content-wrap {
  width: 66.66667%;
}

.header-right-content-wrap ul.right-nav {
  margin-top: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 64em) {
  .header-right-content-wrap ul.right-nav {
    margin-top: 30px;
  }
}

.header-right-content-wrap ul.right-nav li {
  line-height: 0;
}

@media screen and (min-width: 64em) {
  .header-right-content-wrap ul.right-nav li:not(:first-child) {
    margin-bottom: 3px;
  }
}

.header-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-inner {
  min-height: 465px;
  font-size: 2.125rem;
  margin: 0;
  padding-top: 45px;
  background-color: var(--sub-color-2);
  color: #fff;
  overflow: hidden;
}

.hero-inner__side {
  background: var(--sub-color-39);
  max-width: none;
  width: 100%;
  padding: 20px;
  min-height: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 40em) {
  .hero-inner__side {
    max-width: 450px;
  }
}

@media screen and (min-width: 90em) {
  .hero-inner__side {
    margin: 0;
  }
}

.hero-inner__title {
  line-height: 1;
  margin: 0 0 20px;
  font-size: 30px;
}

.hero-inner__descr {
  font-size: 1.125rem;
  line-height: 1.5;
}

@media screen and (max-width: 74.99875em) {
  /* TOP BAR Mobile STYLING */
  .menu-grid-container .grid-margin-x {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-grid-container .grid-margin-x .cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .title-bar {
    line-height: 45px;
  }
  .title-bar .menu-icon {
    padding: 0;
    border: none;
    background-color: transparent;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    cursor: pointer;
  }
  .title-bar .menu-icon span {
    top: 0;
    display: block;
  }
  .title-bar .menu-icon span::before, .title-bar .menu-icon span::after {
    content: "";
    display: block;
  }
  .title-bar .menu-icon span, .title-bar .menu-icon span::before, .title-bar .menu-icon span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .title-bar .menu-icon span::before {
    top: 10px;
  }
  .title-bar .menu-icon span::after {
    top: 20px;
  }
  .title-bar .menu-icon span:hover, .title-bar .menu-icon span:hover::before, .title-bar .menu-icon span:hover::after {
    background-color: #fff;
  }
  .title-bar .menu-icon.is-active span {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .title-bar .menu-icon.is-active span::before {
    -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
            transform: rotate(-45deg) translate3d(-4.28571px, -7px, 0);
    display: none;
  }
  .title-bar .menu-icon.is-active span::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
  .top-bar {
    display: none;
    background: var(--primary-color);
    /* menu list background color */
  }
  .header-menu {
    background: transparent;
  }
  .header-menu li > a {
    background: var(--primary-color);
    /* menu item background color */
    color: #fff;
    /* menu item text color */
    line-height: 45px;
  }
  .header-menu li > a:focus,
  .header-menu li > a:focus + .submenu-toggle {
    opacity: 0.7;
    /* menu item background color on hover */
  }
  .header-menu li[aria-expanded="true"] > a,
  .header-menu li[aria-expanded="true"] .submenu-toggle {
    opacity: 0.7;
    /* menu item background color on open dropdown */
  }
  .header-menu .submenu-toggle {
    padding: 0;
  }
  .header-menu .submenu a {
    padding-left: 1.54688rem;
  }
  .header-menu .submenu .submenu a {
    padding-left: 2.15625rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* TOP BAR STYLING */
  .header-menu.menu {
    /* Align menu items to the right */
    /* Align menu items to the center */
    /* Dropdown item styling */
  }
  .header-menu.menu li > a {
    /* Regular menu item style */
    line-height: 40px;
    color: var(--primary-color);
  }
  .header-menu.menu li > a:hover {
    /* menu item style on hover */
    background: var(--primary-color);
    color: var(--primary-color);
  }
  .header-menu.menu li.current-menu-item > a, .header-menu.menu li.current_page_ancestor > a, .header-menu.menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: transparent;
    color: #fff;
  }
  .header-menu.menu li.has-dropdown > a {
    /* Style of item with dropdown */
  }
  .header-menu.menu .submenu {
    z-index: 11;
    display: none;
  }
  .header-menu.menu .submenu.js-dropdown-active {
    display: block;
  }
  .header-menu.menu .submenu li > a {
    /* Regular link in dropdown */
    background: var(--primary-color);
    color: var(--primary-color);
    border-top: 1px dotted rgba(255, 255, 255, 0.3);
    line-height: 50px;
  }
  .header-menu.menu .submenu li > a:hover {
    /* Dropdown link on hover */
    color: #fff;
  }
  .header-menu.menu .submenu li.current-menu-item > a, .header-menu.menu .submenu li.current_page_ancestor > a, .header-menu.menu .submenu li.current_page_parent > a {
    color: #fff;
  }
  .header-menu.menu .submenu .submenu {
    /* Styles for 2nd level dropdown menu */
  }
}

.header {
  background-color: #fff;
}

header.header.header-indent {
  padding-top: 0;
}

header.header .recruiting-call {
  font-size: 0.8125rem;
  line-height: 26px;
}

@media screen and (min-width: 64em) {
  header.header .recruiting-call {
    font-size: 1.0625rem;
    line-height: 30px;
  }
}

header.header .custom-logo-link {
  max-width: 115px;
}

@media screen and (min-width: 64em) {
  header.header .custom-logo-link {
    max-width: none;
  }
}

#main-menu {
  position: absolute;
  width: 100%;
  right: 0px;
  top: unset;
  left: unset;
  bottom: 0px;
  height: 0px;
}

@media screen and (min-width: 64em) {
  #main-menu {
    min-width: 260px;
    position: static;
    width: auto;
    right: unset;
    bottom: unset;
    height: auto;
  }
}

@media screen and (min-width: 40em) {
  #main-menu .is-dropdown-submenu {
    min-width: 260px;
  }
}

#main-menu .dropdown.menu > li.is-active > a {
  color: #fff;
  background: var(--sub-color-2);
}

.title-bar-title.active {
  margin-right: 10px;
}

.new-header {
  position: relative;
  z-index: 100;
  padding: 15px 0 24px;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .new-header {
    padding: 34px 0 32px;
  }
}

.new-header .grid-container {
  max-width: 1280px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 64em) {
  .new-header .grid-container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.new-header .new-logo {
  position: relative;
  z-index: 2;
  width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  margin: 0 10px 0 0;
}

@media screen and (min-width: 64em) {
  .new-header .new-logo {
    margin: 0;
  }
}

@media screen and (min-width: 1360px) {
  .new-header .new-logo {
    width: 220px;
  }
}

.new-header .new-logo img {
  width: 100%;
}

.new-header .title-bar .header-contact-btn .header-contact-btn-icon svg path {
  fill: var(--sub-color-22);
}

.new-header .title-bar .menu-icon span,
.new-header .title-bar .menu-icon span::before,
.new-header .title-bar .menu-icon span::after {
  width: 35px;
  height: 4px;
  background-color: var(--sub-color-22);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s, 0.3s, 0.2s, 0.3s;
          transition-duration: 0.2s, 0.3s, 0.2s, 0.3s;
  -webkit-transition-delay: 0.3s, 0.15s, 0.3s, 0.01s;
          transition-delay: 0.3s, 0.15s, 0.3s, 0.01s;
  -webkit-transition-property: left, opacity, top, -webkit-transform;
  transition-property: left, opacity, top, -webkit-transform;
  transition-property: left, opacity, transform, top;
  transition-property: left, opacity, transform, top, -webkit-transform;
}

.new-header .title-bar .menu-icon.active span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
          transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.new-header .title-bar .menu-icon.active span::before {
  opacity: 0;
}

.new-header .title-bar .menu-icon.active span::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
          transform: translate3d(-50%, -50%, 0) rotate(-90deg);
}

.new-header .accordion-menu li {
  background: #fff;
}

.new-header .menu {
  right: unset;
  z-index: 1;
  position: static;
  background: transparent !important;
}

@media screen and (min-width: 64em) {
  .new-header .menu.menu__mobile .menu-header-menu-mobile-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 64em) {
  .new-header .menu.menu__mobile .nav-menu-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.new-header .menu.menu__mobile .nav-menu-wrap .title-bar {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: transparent;
}

.new-header .menu.accordion-menu {
  top: 54px;
}

.new-header .menu .submenu-toggle {
  background: transparent;
  width: 100%;
}

.new-header .menu .submenu-toggle:after {
  display: none;
}

.new-header .menu .menu-item.menu-item-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 13px;
}

@media screen and (min-width: 64em) {
  .new-header .menu .menu-item.menu-item-mob {
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
  }
}

.new-header .menu.submenu {
  position: absolute;
  top: 25px;
  width: 250px;
  background: #fff !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  height: auto;
  text-align: left;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: visible;
  padding: 15px 0;
  z-index: 10;
}

@media screen and (min-width: 64em) {
  .new-header .menu.submenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0;
  }
}

.new-header .menu.submenu li {
  border-bottom: 1px dotted #000;
  background: #fff !important;
}

.new-header .menu.submenu li:last-child {
  border: none;
}

.new-header .menu.submenu li.menu-item > a {
  text-align: left !important;
  word-break: break-word;
  line-height: 25px;
  padding: 10px 9px 5px;
  height: auto;
}

@media screen and (min-width: 64em) {
  .new-header .menu.submenu li.menu-item > a {
    padding: 9px 9px 5px !important;
  }
}

@media screen and (min-width: 64em) {
  .new-header .menu {
    background: transparent !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
}

@media screen and (min-width: 64em) {
  .new-header .menu > * {
    background: transparent !important;
  }
}

.new-header .menu .has-submenu-toggle > a {
  margin: 0;
}

.new-header .menu .submenu-toggle {
  z-index: 2;
}

.new-header .menu .title-bar-title {
  display: none !important;
}

@media screen and (min-width: 64em) {
  .new-header .menu .top-bar {
    background: transparent !important;
  }
}

.new-header .menu .header-menu li:hover > a {
  color: var(--sub-color-28) !important;
}

.new-header .menu .header-menu li > a:not(.header-btn),
.new-header .menu .header-menu li .menu.submenu li a {
  color: #000 !important;
  text-align: center !important;
  background: #fff !important;
  font-family: "Open Sans" !important;
}

@media screen and (min-width: 64em) {
  .new-header .menu .header-menu li > a:not(.header-btn),
  .new-header .menu .header-menu li .menu.submenu li a {
    background: transparent !important;
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
  }
}

@media screen and (min-width: 1270px) {
  .new-header .menu .header-menu li > a:not(.header-btn),
  .new-header .menu .header-menu li .menu.submenu li a {
    font-size: 18px !important;
  }
}

.new-header .menu .header-menu li .menu.submenu li a {
  text-align: left !important;
}

@media screen and (min-width: 75em) {
  .new-header .menu nav.top-bar li a:not(.header-btn) {
    padding: 0 15px !important;
  }
}

.new-header .title-bar .menu-icon {
  margin: 0 5px;
}

.new-header .header-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .new-header .header-btn-wrap {
    width: auto;
  }
}

.new-header .header-user-actions-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 15px 0 0 0;
}

@media screen and (min-width: 64em) {
  .new-header .header-user-actions-wrap {
    width: auto;
    margin: 0;
  }
}

.new-header .header-user-actions-wrap .header-contact-btn.desk {
  color: #000;
}

@media screen and (min-width: 64em) {
  .new-header .header-user-actions-wrap.desk {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
  }
}

.new-header .header-btn {
  background: var(--sub-color-28);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  min-width: 138px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .new-header .header-btn {
    margin: 0 0 0 13px;
  }
}

.new-header .header-btn:hover {
  background: var(--sub-color-1);
}

.new-header .header-btn.header-btn-mob {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  text-align: center !important;
  line-height: 14px;
  height: 28px;
  font-family: 'Open Sans';
  font-size: 10px;
  font-weight: 600;
  min-width: 106px;
}

@media screen and (min-width: 64em) {
  .new-header .header-btn.header-btn-mob {
    margin: 0;
  }
}

.new-header .header-btn.header-btn-mob:hover, .new-header .header-btn.header-btn-mob:focus {
  background: var(--sub-color-1);
  color: #fff;
}

.new-header .header-btn.header-btn-mob:hover span, .new-header .header-btn.header-btn-mob:focus span {
  font: inherit;
  color: #fff;
}

.new-header .header-btn.header-btn-mob span {
  font: inherit;
  color: #fff;
}

.new-header .is-dropdown-submenu.js-dropdown-active {
  position: absolute;
  top: 100%;
  left: 15px !important;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  z-index: 10;
}

.new-header .is-dropdown-submenu.js-dropdown-active li.menu-item.is-dropdown-submenu-item a {
  color: #000 !important;
  background-color: #fff !important;
  word-break: break-all;
  white-space: nowrap;
}

.new-header .is-dropdown-submenu.js-dropdown-active li.menu-item.is-dropdown-submenu-item a:hover {
  background-color: #fff !important;
  color: var(--sub-color-28) !important;
}

.new-header .header-burger-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-header .header-burger-wrap.header-burger-wrap-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 48em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 64em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 64em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob .menu-icon {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob .flag-wrapper {
    margin-left: 5px;
  }
}

@media screen and (min-width: 75em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob .flag-wrapper {
    margin-left: 24px;
  }
}

@media screen and (min-width: 64em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob .flag-block {
    height: 16px;
  }
}

@media screen and (min-width: 75em) {
  .new-header .header-burger-wrap.header-burger-wrap-mob .flag-block {
    height: 20px;
  }
}

.new-header .header-burger-wrap .header-contact-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  padding: 0;
  width: 24px;
  height: 24px;
}

.new-header .header-burger-wrap .header-contact-btn:hover svg path, .new-header .header-burger-wrap .header-contact-btn:focus svg path {
  fill: var(--sub-color-1);
}

@media screen and (min-width: 64em) {
  .new-header .header-burger-wrap .header-contact-btn {
    margin-right: 0;
    margin-left: 16px;
  }
}

.new-header .header-burger-wrap .header-contact-btn svg {
  width: 100%;
  height: auto;
}

.new-header .header-burger-wrap .header-contact-btn.desk {
  margin-top: 10px;
  color: #000;
}

.new-header .header-contact-btn-wrapper {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}

@media screen and (min-width: 64em) {
  .new-header .header-contact-btn-wrapper {
    padding-left: 13px;
  }
}

.new-header .flag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.new-header .flag-block {
  height: 20px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-header .flag-block img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.new-header .flag-block .flag-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.new-header .burger-top-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .new-header .burger-top-btn-wrap {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ---------------------------------------
	Sidebar
--------------------------------------- */
@media screen and (max-width: 33.74875em) {
  .sidebar {
    margin-top: 50px;
  }
}

.widget {
  margin-bottom: 20px;
}

.widget:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------
	Footer
--------------------------------------- */
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

.pt-30 {
  padding: 30px 0;
}

.bl-1 {
  border-left: 1px solid #2b5361;
}

footer.footer {
  margin-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer {
  background: var(--sub-color-28) !important;
  width: 100%;
  display: block;
  font-family: "Open Sans" !important;
  padding: 39px 0 0 !important;
  padding-bottom: 48px !important;
}

@media screen and (min-width: 64em) {
  .footer {
    padding-bottom: 0 !important;
  }
}

.footer__copy {
  text-align: center;
  color: var(--sub-color-14);
  padding: 20px 0 0;
  font-size: 10px;
  display: none !important;
}

.footer .grid-container {
  max-width: 1280px;
}

@media screen and (min-width: 64em) {
  .footer .no-bdr ul {
    border: none !important;
  }
  .footer .no-bdr ul:before {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .footer .no-bdr ul li:first-child {
    margin: 0 0 2px 0;
  }
}

.footer .no-bdr ul li:first-child a {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  text-transform: capitalize;
  color: #fff !important;
  text-decoration: none;
  display: block;
}

.footer .no-bdr ul li:first-child a:hover {
  color: #bac7cc !important;
}

@media screen and (min-width: 64em) {
  .footer .footer-custom-cell ul {
    text-align: left;
    position: relative;
  }
  .footer .footer-custom-cell ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 235px;
    background: #fff;
  }
}

@media screen and (min-width: 64em) {
  .footer .footer-custom-cell .location ul li:first-child a {
    margin-top: 29px !important;
  }
}

.footer ul {
  padding: 10px;
  margin: 0;
  height: auto !important;
  border: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 64em) {
  .footer ul {
    padding: 0 13px 50px !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer ul li {
  list-style-type: none;
  margin: 5px 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (min-width: 64em) {
  .footer ul li {
    margin: 0 0 2px 0;
    display: block;
  }
}

.footer ul li:first-child {
  margin: 0 0 7px 0;
}

.footer ul li:first-child a {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  text-transform: uppercase;
  color: #fff;
  cursor: default;
}

.footer ul li:first-child a:hover {
  color: #fff;
}

.footer ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  display: block;
}

.footer ul li .footer ul li a:hover {
  color: #bac7cc;
}

@media screen and (min-width: 64em) {
  .footer .footer-logo {
    display: inline;
  }
}

.footer .footer-accordeon-mob {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .footer .footer-accordeon-mob {
    overflow: visible;
  }
}

.footer .footer-column-header {
  position: relative;
  padding: 0 32px;
}

@media screen and (min-width: 64em) {
  .footer .footer-column-header {
    padding: 0;
  }
}

.footer .footer-column-header::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (min-width: 64em) {
  .footer .footer-column-header::before {
    display: none;
  }
}

.footer .footer-column-header a {
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  .footer .footer-column-header a {
    pointer-events: all;
  }
}

.footer .active .footer-column-header::before {
  top: 9px;
  -ms-transform: rotate(45deg) scale(-1);
      transform: rotate(45deg) scale(-1);
  -webkit-transform: rotate(45deg) scale(-1);
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-5.footer-left-side {
    margin-right: 0;
    margin-left: 0;
    width: calc(46%);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-5.footer-left-side .grid-margin-x {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-5.footer-right-side {
    margin-left: 0;
    margin-right: 0;
    width: calc(46%);
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .large-5.footer-right-side .grid-margin-x {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 64em) {
  .grid-margin-x > .cell.footer-custom-cell {
    margin-left: 0;
    margin-right: 0;
    width: 33.33333%;
  }
}

@media screen and (min-width: 64em) {
  .footer-grid-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 64em) {
  .footer-logo-wrap {
    max-width: 48px;
    margin-right: 16px;
  }
}

.footer-logo-wrap img {
  width: 48px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.hero-slides {
  position: relative;
}

@media screen and (min-width: 64em) {
  .hero-slides.slick-slider .slick-track,
  .hero-slides.slick-slider .slick-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.hero-slides.slick-slider .slick-track .slick-slide > div,
.hero-slides.slick-slider .slick-list .slick-slide > div {
  height: 100%;
}

.hero-slides__item {
  height: 460px;
  width: 100%;
  padding-top: 94px;
  position: relative;
}

@media screen and (min-width: 64em) {
  .hero-slides__item {
    padding: 100px 0;
    height: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 500px;
  }
}

.hero-slides__item .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-slides__item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-slides__item .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero-slides-content {
  max-width: 480px;
  width: 100%;
  background: rgba(78, 130, 153, 0.5);
  color: #fff;
  padding: 20px;
  min-height: 290px;
}

@media screen and (max-width: 47.99875em) {
  .hero-slides-content {
    max-width: none;
    width: auto;
    margin: 0 -20px;
  }
}

.hero-slides-content__title {
  line-height: 1;
  margin-top: 33px;
  margin-bottom: 20px;
}

.hero-slides-content__descr {
  font-size: 1.125rem;
  margin-bottom: 25px;
}

.hero-slides-content__button {
  margin-bottom: 50px;
}

.hero-slides-label {
  padding: 0.5rem 0.625rem;
  position: absolute;
  top: 225px;
  right: 0;
  background-color: var(--sub-color-2);
  font-size: 1.75rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 47.99875em) {
  .hero-slides-label {
    display: none;
  }
}

.hero-slides .slick-dots {
  top: 280px;
  bottom: auto;
  left: calc(50% + 2px);
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 62.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  bottom: 27px;
  left: 50%;
  top: auto;
  display: none;
}

@media screen and (min-width: 1200px) {
  .hero-slides .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-slides .slick-dots li {
  margin: 0 2.5px;
}

.hero-slides .slick-dots li button {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 2px;
}

.hero-slides .slick-dots li button:hover {
  background-color: var(--sub-color-20);
}

.hero-slides .slick-dots li button::before {
  display: none;
}

.hero-slides .slick-dots li.slick-active button {
  background-color: var(--sub-color-20);
}

.hero-slides .slick-arrow {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .hero-slides .slick-arrow {
    display: block !important;
  }
}

.hero-slides .slick-arrow:before {
  content: "";
  width: 35px;
  height: 52px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-slides .slick-prev {
  left: 67px;
}

.hero-slides .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='52' viewBox='0 0 34 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_10_92)'%3E%3Cpath d='M27 3L7 21.4631L27 41' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_10_92' x='0.5' y='0.5' width='33' height='51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_10_92'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_10_92' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.hero-slides .slick-next {
  right: 67px;
}

.hero-slides .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='52' viewBox='0 0 34 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_10_91)'%3E%3Cpath d='M7 3L27 21.4631L7 41' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_10_91' x='0.499985' y='0.5' width='33' height='51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_10_91'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_10_91' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.hero-slides .hero-slides-img-wrapper {
  background-color: #fff;
}

.hero-slides .hero-slides-text-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-slides .hero-slides-content {
  background: var(--sub-color-38);
  min-height: 268px;
  max-width: 468px;
}

@media screen and (min-width: 64em) {
  .hero-slides .hero-slides-content {
    padding: 42px 34px 37px;
  }
}

.hero-slides .hero-slides-content__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 115%;
  color: #fff;
  margin: 0 0 9px 0;
}

.hero-slides .hero-slides-content__descr {
  margin: 0 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.hero-slides .hero-slides-content__button {
  margin: 0;
  border-radius: 0px;
  font-size: 14px;
  background-color: var(--sub-color-29);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 38px 7px 22px;
  background-position: 93% 55%;
}

.hero-slides .hero-slides-content__button:hover {
  background-color: var(--sub-color-28);
}

.hero-slides .hero-slides-img-wrapper:not(.slick-initialized) .hero-slick-slide-wrap {
  display: none;
}

.hero-slides .hero-slides-img-wrapper:not(.slick-initialized) .hero-slick-slide-wrap:first-child {
  display: block;
}

.home-links {
  background-color: var(--primary-color);
  padding: 20px 0 15px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

@media screen and (max-width: 33.74875em) {
  .home-links {
    padding: 0;
  }
  .home-links .mb-5:last-child {
    margin: 0 !important;
  }
}

.home-links__item {
  background-color: var(--sub-color-2);
  padding: 15px 20px;
  margin: 0 5px;
  text-align: center;
  height: 100%;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 33.74875em) {
  .home-links__item {
    margin: 0;
  }
}

.home-links__item:hover {
  opacity: 0.6;
}

.home-links__icon {
  max-width: 120px;
  max-height: 100px;
  display: inline-block;
  margin-bottom: 15px;
}

@media screen and (max-width: 47.99875em) {
  .home-links__icon {
    display: none;
  }
}

.home-links__title {
  color: #fff;
  font-size: 2.6875rem;
  line-height: 1;
  margin-bottom: 8px;
}

@media screen and (max-width: 47.99875em) {
  .home-links__title {
    margin-bottom: 6px;
  }
}

.home-links__descr {
  color: #9cb6c2;
  font-size: 1.375rem;
  line-height: 1.1;
}

.home-links__link {
  position: absolute;
  inset: 0;
}

.home.page-template-template-home .ui-selectmenu-menu .ui-menu {
  width: calc(100vw - 42px) !important;
}

@media screen and (min-width: 64em) {
  .home.page-template-template-home .ui-selectmenu-menu .ui-menu {
    width: 197px !important;
  }
}

.page-template-template-new-job-board .ui-selectmenu-menu .ui-menu {
  width: calc(100vw - 42px) !important;
}

@media screen and (min-width: 64em) {
  .page-template-template-new-job-board .ui-selectmenu-menu .ui-menu {
    width: 197px !important;
  }
}

.hero__home--bg-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__home--bg-img-wrap .hero__home--bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ---------------------------------------
	Page: Blog Archive / Listing
--------------------------------------- */
/* ---------------------------------------
    Blog Archive / Listing
--------------------------------------- */
@media screen and (min-width: 90em) {
  body.archive .hero-inner__side, body.category .hero-inner__side, body.page-template-template-blog .hero-inner__side {
    margin-left: 16px;
  }
}

body.archive .sidebar-list__item .sidebar-list__link.active, body.category .sidebar-list__item .sidebar-list__link.active, body.page-template-template-blog .sidebar-list__item .sidebar-list__link.active {
  color: #fff;
}

.no-result-text {
  text-align: center;
  font-size: 20px;
}

.blog-article-page {
  padding: 0 !important;
}

.blog-post-list {
  padding: 33px 0 50px;
}

@media screen and (min-width: 64em) {
  .blog-post-list {
    padding: 33px 0 73px;
  }
}

.posts-list {
  background: #fff;
}

.posts-list__header {
  color: #fff;
  font-size: 1.25rem;
  padding: 10px 2px;
  line-height: 1;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.posts-list__header .custom-cell {
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  .posts-list__header .custom-cell {
    margin-bottom: 0;
  }
}

.posts-list__header .custom-cell a {
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .posts-list__header .custom-cell a {
    margin: 0;
  }
}

.posts-list__header .flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (min-width: 64em) {
  .posts-list__header .flex-cell {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.posts-list__header .btn {
  display: block;
  background: var(--sub-color-16);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 16px 10px;
  border-radius: 5px;
  width: 175px;
  font-size: 19px;
  cursor: pointer;
}

.posts-list__header .breadcrumbs {
  text-decoration: none;
  font-size: 1.125rem;
  text-align: right;
  line-height: 19px;
  margin: 0;
  text-align: left !important;
}

.posts-list__header .breadcrumbs li {
  display: inline;
}

.posts-list__header .breadcrumbs li:not(:first-child):before {
  content: " > ";
  color: var(--grey-color-6);
}

.posts-list__header .breadcrumbs li a {
  color: var(--grey-color-6);
  text-transform: uppercase;
}

.posts-list__header .breadcrumbs li span {
  color: var(--sub-color-11);
}

@media screen and (max-width: 33.74875em) {
  .posts-list__header .btn {
    margin: 0 auto;
  }
  .posts-list__header .breadcrumbs {
    text-align: center;
    margin: 20px 0;
  }
}

@media screen and (min-width: 48em) {
  .posts-list__header .tablet-3 {
    width: calc(25% - 2.5rem);
  }
}

@media screen and (min-width: 48em) {
  .posts-list__header .tablet-9 {
    width: calc(75% - 2.5rem);
  }
}

.posts-list .single-job-sidebar-wrap {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media screen and (min-width: 1280px) {
  .posts-list .single-job-sidebar-wrap {
    margin-left: 0 !important;
    margin-right: 1.25rem !important;
    width: calc(30% - 1.25rem) !important;
  }
}

@media screen and (min-width: 40em) {
  .posts-list .single-job-sidebar-wrap {
    margin-right: 0.6rem;
    margin-left: 0.6rem;
    width: calc(41.66667% - 1.2rem);
  }
}

@media screen and (min-width: 64em) {
  .posts-list .single-job-sidebar-wrap {
    width: calc(30% - 1.2rem);
  }
}

@media screen and (min-width: 90em) {
  .posts-list .single-job-sidebar-wrap {
    margin-left: 0;
    margin-right: 1.25rem;
    width: calc(30% - 1.25rem);
  }
}

@media screen and (min-width: 48em) {
  .posts-list .single-job-sidebar-wrap {
    max-width: none;
  }
}

.posts-list .sidebar {
  max-width: none;
  width: 100%;
  background-color: var(--sub-color-26);
  padding: 17px 15px 17px 15px;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .posts-list .sidebar.single-job {
    padding: 44px 30px 103px 37px;
  }
}

.posts-list .sidebar.single-job .sidebar__title {
  font-family: "Strait";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.posts-list .sidebar.single-job .sidebar__label {
  margin: 36px 0 16px;
  font-family: "Strait";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #fff;
}

.posts-list .sidebar.single-job .sidebar__label strong {
  font-weight: 400;
}

.posts-list .sidebar.single-job .checkbox__label {
  margin-bottom: 10px;
}

.posts-list .sidebar.single-job .checkbox__label input[type="checkbox"],
.posts-list .sidebar.single-job .checkbox__label input[type="radio"].single-job-location {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.posts-list .sidebar.single-job .checkbox__label input[type="checkbox"]:checked,
.posts-list .sidebar.single-job .checkbox__label input[type="radio"].single-job-location:checked {
  background-position: 50% 64%;
}

.posts-list .sidebar.single-job .checkbox__label span {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: capitalize;
}

.posts-list .sidebar.single-job .single-job-btn-submit {
  font-size: 18px;
  width: 191px;
  background-color: var(--sub-color-27);
}

@media screen and (min-width: 64em) {
  .posts-list .sidebar.single-job .single-job-btn-submit {
    margin-top: 86px;
  }
}

.posts-list .sidebar__title {
  font-size: 1.5625rem;
  background: transparent;
  text-transform: capitalize;
  padding: 0;
}

.posts-list .sidebar .sidebar-list {
  padding: 0;
  margin: 20px 0;
}

.posts-list .sidebar .sidebar-list a {
  font-size: 1.375rem;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .posts-list .sidebar .sidebar-list a {
    text-align: left;
  }
}

.posts-list .sidebar .sidebar-list a:hover {
  color: #fff;
  cursor: pointer;
}

.sidebar {
  background-color: #82b0cb;
  padding: 10px 0 0;
  max-width: 240px;
  min-width: 240px;
}

@media screen and (max-width: 47.99875em) {
  .sidebar {
    min-width: 100%;
  }
}

@media screen and (max-width: 33.74875em) {
  .sidebar {
    max-width: 100%;
  }
}

.sidebar__title {
  background: var(--sub-color-6);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px 20px;
  margin: 0;
}

.sidebar__inner {
  padding: 0 15px 20px;
}

.sidebar__label {
  color: #fff;
  margin: 15px 0;
}

.sidebar__select {
  margin: 30px 15px 10px;
}

.sidebar-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px;
}

.sidebar-list__item {
  border-top: 1px solid #fff;
  padding: 10px 0;
}

.sidebar-list__item:first-child {
  border: none;
}

.sidebar-list__link {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.6rem;
}

.sidebar-list__link.active {
  color: var(--sub-color-6);
}

.sidebar-list__link:hover {
  color: var(--sub-color-6);
}

.sidebar .btn {
  width: 100%;
  margin-top: 20px;
}

.sidebar.job-board {
  max-width: unset;
  background-color: var(--sub-color-16);
  margin-bottom: 20px;
  padding: 17px 7px 17px 7px;
  margin-top: 0;
}

.sidebar.job-board .sidebar__inner {
  padding: 0 0 20px;
}

.sidebar.job-board .sidebar__inner form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar.job-board .location-section {
  padding: 0 28px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 48em) {
  .sidebar.job-board .location-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.sidebar.job-board .location-section .btn-submit {
  border: none;
  height: 38px;
  width: 100%;
  max-width: 295px;
}

.sidebar.job-board .location-section select {
  margin: 0 10px;
  padding: 7px 20px 7px;
  height: 38px;
  width: 100%;
  max-width: 295px;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: var(--sub-color-18) url("../images/chevron-down.svg") 94% center no-repeat;
  background-size: 22px;
}

.sidebar.job-board .sidebar__label {
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  padding: 8px 20px;
  margin: 0;
}

.sidebar.job-board .sidebar__label.filter-label {
  background: #000;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 5px;
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.25rem;
  width: calc(100% + 14px);
}

.sidebar.job-board .sidebar__label.filter-label:before {
  content: "";
  display: block;
  background: #fff;
  height: 10px;
  width: 100%;
  margin-bottom: 5px;
}

.sidebar.job-board .filter-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (min-width: 48em) {
  .sidebar.job-board .filter-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.sidebar.job-board .filter-row .checkbox__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px 20px;
}

.sidebar.job-board .filter-row .checkbox__label input[type="checkbox"] {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: unset;
  cursor: pointer;
  margin: 0;
  background-color: #fff;
}

.sidebar.job-board .filter-row .checkbox__label span {
  font-size: 1.125rem;
  color: #fff;
  top: 0;
  line-height: normal;
  margin: 0 10px;
  max-width: unset;
}

@media screen and (min-width: 48em) {
  .sidebar.job-board .filter-row .checkbox__label {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sidebar.job-board .filter-row .checkbox__label span {
    max-width: 170px;
  }
}

@media screen and (min-width: 48em) {
  .sidebar.job-board .filter-row .checkbox__label.full-size span {
    max-width: 160px;
  }
}

.sidebar.job-board .btn {
  width: 50%;
  background: var(--sub-color-17);
  font-size: 18px;
  max-width: 295px;
  height: 40px;
  margin: 0 10px;
  padding: 0;
}

@media screen and (max-width: 47.99875em) {
  .sidebar.job-board .btn {
    margin-top: 10px;
  }
}

.single-jobs .sidebar__inner {
  padding: 0 0 0;
}

.preview {
  margin-bottom: 25px;
  padding: 13px 13px 16px;
  border-bottom: 1px solid #ddd;
  background: var(--sub-color-16);
}

.preview--post .preview__read-more {
  background: var(--sub-color-2);
  border: 3px solid #fff;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  width: 66px;
  height: 66px;
  line-height: 60px;
  font-size: 1rem;
  text-align: center;
  border-radius: 50%;
}

.preview--post .preview__read-more:hover {
  opacity: 0.7;
}

.preview--post .blog-image {
  width: 260px;
  max-height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview--post .preview__title {
  font-size: 1.4375rem;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-right: 30px;
  font-weight: 700;
}

.preview--post .preview__meta {
  margin-right: 30px;
  padding: 5px 1px 10px;
  border-bottom: 1px solid var(--sub-color-19);
}

.preview--post .preview__meta .item {
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 400;
  border-right: 1px solid #fff;
  padding-right: 9px;
  margin-right: 9px;
}

.preview--post .preview__meta .item:last-child {
  border: none;
}

.preview--post .preview__excerpt {
  font-size: 1.0625rem;
  padding: 9px 1px;
  margin-right: 30px;
  letter-spacing: 0.4px;
  line-height: 25px;
}

.preview--post .btn {
  display: block;
  background: var(--sub-color-19);
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 6px;
  width: 95px;
  font-size: 0.8125rem;
  margin: 6px 0 0;
  cursor: pointer;
}

.preview--jobs {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  margin: 0;
}

.preview--jobs .preview__title {
  border-bottom: 1px solid #000;
  padding: 15px 0 20px;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: #000;
}

.preview--jobs .preview__meta {
  color: #000;
  margin: 20px 30px 20px 0;
  font-size: 1.25rem;
  font-weight: 400;
}

@media screen and (max-width: 47.99875em) {
  .preview--jobs .preview__meta {
    margin: 5px 10px 5px 0;
  }
}

.preview--jobs .preview__meta i {
  margin-right: 10px;
}

.preview--jobs .preview__excerpt {
  font-size: 1.125rem;
  color: #000;
  padding: 13px 5px;
}

.preview--jobs .preview__read-more {
  display: inline-block;
  background-color: var(--sub-color-17);
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 18px 0 25px;
  padding: 13px 25px;
  letter-spacing: 0.5px;
}

.preview--jobs .preview__read-more:hover {
  opacity: 0.7;
}

.preview:last-child {
  border: none;
}

.preview__title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0;
}

.preview__excerpt {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
}

.preview__meta {
  color: var(--sub-color-12);
  font-size: 1rem;
}

.preview__meta strong {
  font-size: 1.0625rem;
}

@media screen and (max-width: 33.74875em) {
  .preview__thumb {
    margin-bottom: 20px;
  }
}

.single-jobs .preview--jobs {
  margin-top: 15px;
}

.single-jobs .preview__read-more {
  display: none;
}

.single-jobs .menu {
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#06526c), to(#458db5));
  background: linear-gradient(180deg, #06526c 0%, #458db5 100%);
}

.single-jobs .menu .grid-container {
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 40em) {
  .single-jobs .menu .grid-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.single-jobs .menu .grid-container .menu {
  background: transparent;
}

.job__btn-wrap {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 40em) {
  .job__btn-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 16px;
  }
}

.job__btn-wrap .job__return-listing.new-jobs {
  height: 100%;
}

.job__btn-wrap .btn-wrap.new-jobs {
  width: auto;
  padding-top: 0;
  padding-bottom: 24px;
}

@media screen and (min-width: 40em) {
  .job__btn-wrap .btn-wrap.new-jobs {
    padding-bottom: 0;
    margin-left: 32px;
  }
}

.job__btn-wrap .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:hover, .job__btn-wrap .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:focus, .job__btn-wrap .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:active {
  background: var(--sub-color-29);
  opacity: 0.7;
}

.job__return-listing {
  padding: 2px 13px 3px;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: var(--sub-color-29);
  border-radius: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.job__return-listing:hover, .job__return-listing:focus {
  color: #fff;
  opacity: 0.7;
}

.job-footer {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.job-footer__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--grey-color-6);
  background-repeat: no-repeat;
  min-height: 48px;
  margin-bottom: 35px;
}

.job-footer__item a {
  color: var(--sub-color-2);
}

.job-footer__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  color: var(--grey-color-8);
}

.job-footer__item .job-footer__icon {
  width: 100%;
  height: auto;
}

.job-footer__item .job-footer__link {
  cursor: pointer;
}

.job-footer__item .job-footer__link,
.job-footer__item .job-footer__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 48px;
  margin-right: 19px;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .job-footer__item .job-footer__link,
  .job-footer__item .job-footer__icon-wrap {
    margin-right: 17px;
  }
}

.blog-custom-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
}

@media screen and (min-width: 40em) {
  .blog-custom-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 90em) {
  .blog-custom-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 75em) {
  .blog-custom-wrapper .blog-post-block {
    margin-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .blog-custom-wrapper .blog-post-block {
    margin-right: 0;
  }
}

@media screen and (min-width: 40em) {
  .blog-custom-wrapper .blog-post-block,
  .blog-custom-wrapper .blog-post-nav {
    width: calc(100% - 2.5rem);
  }
}

@media screen and (min-width: 48em) {
  .blog-custom-wrapper .blog-post-nav {
    width: calc(33.33333% - 2.5rem);
  }
}

@media screen and (min-width: 64em) {
  .blog-custom-wrapper .blog-post-nav {
    width: calc(25% - 3.37rem);
  }
}

@media screen and (min-width: 90em) {
  .blog-custom-wrapper .blog-post-nav {
    margin-left: 0;
  }
}

@media screen and (min-width: 48em) {
  .blog-custom-wrapper .blog-post-block {
    width: calc(66.66667% - 2.5rem);
  }
}

@media screen and (min-width: 64em) {
  .blog-custom-wrapper .blog-post-block {
    width: calc(75% - 2.5rem);
  }
}

.blog-custom-wrapper .sidebar {
  margin-top: 0;
}

.blog-custom-wrapper .post {
  margin-top: 25px;
}

@media screen and (min-width: 48em) {
  .blog-custom-wrapper .post {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.blog-custom-wrapper .cell {
  min-width: auto;
  min-height: auto;
}

.blog-custom-wrapper .sidebar__title {
  text-align: center;
}

@media screen and (min-width: 48em) {
  .blog-custom-wrapper .sidebar__title {
    text-align: left;
  }
}

.blog-custom-wrapper .sidebar-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48em) {
  .blog-custom-wrapper .sidebar-list__item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 64em) {
  .single-job-article-wrap {
    padding-left: 61px;
  }
}

.single-job-article-wrap.cell {
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media screen and (min-width: 40em) {
  .single-job-article-wrap.cell {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: calc(58.33333% - 1.2rem);
  }
}

@media screen and (min-width: 64em) {
  .single-job-article-wrap.cell {
    width: calc(66.66667% - 1.2rem);
  }
}

@media screen and (min-width: 90em) {
  .single-job-article-wrap.cell {
    margin-left: 1.25rem;
    margin-right: 0;
    width: calc(70% - 1.25rem);
  }
}

@media screen and (min-width: 1280px) {
  .single-job-article-wrap.cell {
    margin-left: 1.25rem;
    margin-right: 0;
    width: calc(70% - 1.25rem);
  }
}

.single-job-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48em) {
  .single-job-wrapper .preview--jobs .preview__meta {
    margin: 10px 30px 10px 0;
  }
}

.single-job-wrapper h2 a {
  color: var(--grey-color-6);
  text-decoration: underline;
}

.single-job-wrapper .single-job-description li {
  font-size: 1.125rem;
}

.blog-listing__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .blog-listing__head {
    margin-bottom: 89px;
  }
}

.blog-listing__head p {
  color: var(--sub-color-31);
}

.blog-listing__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 133%;
  text-align: center;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin: 0;
  text-transform: uppercase;
}

.blog-listing__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 20px;
}

.blog-listing__select {
  width: 237px;
  margin: 0 auto;
}

.blog-listing__select .ui-selectmenu-button {
  height: 37px;
  border: 1px solid var(--sub-color-30);
  padding-right: 40px;
}

.blog-listing__select .ui-selectmenu-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: var(--sub-color-32);
}

.blog-listing__select .ui-corner-top .ui-selectmenu-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-listing__select .ui-selectmenu-icon {
  height: 36px;
}

.blog-listing__select .ui-selectmenu-icon:before {
  height: 36px;
}

.blog-listing__wrap {
  max-width: 984px;
  margin: 0 auto 58px;
}

.blog-listing__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

@media screen and (min-width: 64em) {
  .blog-listing__row {
    margin: -20px;
  }
}

.blog-listing__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 40em) {
  .blog-listing__col {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .blog-listing__col {
    width: 33.33%;
    padding: 20px;
  }
}

.blog-listing__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-item {
  height: 100%;
  width: 100%;
}

.blog-item__wrap {
  border: 1px solid var(--sub-color-33);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
          box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-item__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -1px;
  height: 50vw;
}

@media screen and (min-width: 40em) {
  .blog-item__img {
    height: 25vw;
  }
}

@media screen and (min-width: 64em) {
  .blog-item__img {
    max-height: 268px;
  }
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background: var(--sub-color-28);
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 5px 15px 5px 16px;
}

.blog-item__body {
  padding: 14px 20px 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-item__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 233%;
  letter-spacing: -0.25px;
  color: var(--sub-color-28);
}

.blog-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item__descr {
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: var(--grey-color-9);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-item__footer {
  margin: auto 0 0 0;
}

.blog-item__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: var(--sub-color-28);
  display: block;
  width: 100%;
  padding: 12px 20px 15px;
  text-align: center;
  border-top: 1px solid var(--sub-color-33);
  margin-top: auto;
}

.blog-item__link:hover {
  background-color: var(--sub-color-28);
  color: #fff;
}

.blog-nav {
  list-style: none;
  margin: 0 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog-nav li {
  border: 1px solid var(--sub-color-33);
  border-left: none;
  overflow: hidden;
}

.blog-nav li:first-child {
  border-radius: 4px;
  margin: 0 8px 0 0;
  border-left: 1px solid var(--sub-color-33) !important;
}

.blog-nav li:last-child {
  border-radius: 4px;
  margin: 0 0 0 8px;
  border-left: 1px solid var(--sub-color-33) !important;
}

.blog-nav li:nth-child(2) {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid var(--sub-color-33) !important;
}

.blog-nav li:nth-last-child(2) {
  border-radius: 0 4px 4px 0;
}

.blog-nav li.active a {
  color: #fff;
  background: var(--sub-color-28);
}

.blog-nav li.more a {
  color: #94a3b8;
}

.blog-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: var(--sub-color-34);
}

.blog-nav a:hover {
  color: var(--sub-color-28);
}

.blog-btn {
  width: 38px;
  height: 38px;
  border-radius: 4px;
  background: #fff !important;
}

.blog-btn.disable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.blog-btn.disable path {
  fill: #cbd5e1;
}

.blog-btn path {
  fill: var(--sub-color-28);
}

.single-job-article-wrap article.entry {
  margin-top: 40px;
}

@media screen and (min-width: 64em) {
  .single-job-article-wrap article.entry {
    margin-top: 68px;
  }
}

.blog-post-page.blog-post-list {
  padding: 80px 0 50px;
}

@media screen and (min-width: 64em) {
  .blog-post-page.blog-post-list {
    padding: 33px 0 73px;
  }
}

/* ---------------------------------------
	Page: Blog Single Post
--------------------------------------- */
/* ---------------------------------------
    Blog Single Post
--------------------------------------- */
body.single-blog .blog-article-page .grid-container,
body.single-events .blog-article-page .grid-container {
  padding-left: clamp(16px, 4vw, 100px);
  padding-right: clamp(16px, 4vw, 100px);
}

body.single-blog .blog-article-page .r-intro-section,
body.single-events .blog-article-page .r-intro-section {
  padding: clamp(24px, 4vw, 50px) 0;
  min-height: auto;
}

body.single-blog .blog-article-page .r-intro-section .grid-container,
body.single-events .blog-article-page .r-intro-section .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100%;
}

body.single-blog .blog-article-page .r-intro,
body.single-events .blog-article-page .r-intro {
  max-width: none;
  width: 100%;
}

body.single-blog .blog-article-page .r-intro.center,
body.single-events .blog-article-page .r-intro.center {
  margin: 0 auto;
  text-align: center;
}

body.single-blog .blog-article-page .r-intro .r-intro__wrap:not(.r-intro__wrap--blog-single),
body.single-events .blog-article-page .r-intro .r-intro__wrap:not(.r-intro__wrap--blog-single) {
  background: transparent;
  padding: 0;
  min-height: auto;
}

body.single-blog .blog-article-page .r-intro__wrap--blog-single,
body.single-events .blog-article-page .r-intro__wrap--blog-single {
  background: rgba(17, 17, 17, 0.5);
  border-radius: 18px;
  padding: 15px 20px;
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .blog-article-page .r-intro__wrap--blog-single,
  body.single-events .blog-article-page .r-intro__wrap--blog-single {
    border-radius: 14px;
    padding: 14px 16px;
    max-width: 720px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .blog-article-page .r-intro__wrap--blog-single,
  body.single-events .blog-article-page .r-intro__wrap--blog-single {
    border-radius: 12px;
    padding: 12px 14px;
  }
}

body.single-blog .blog-article-page .r-intro__wrap--blog-single .r-descr__title,
body.single-events .blog-article-page .r-intro__wrap--blog-single .r-descr__title {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 22px;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .blog-article-page .r-intro__wrap--blog-single .r-descr__title,
  body.single-events .blog-article-page .r-intro__wrap--blog-single .r-descr__title {
    font-size: 34px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .blog-article-page .r-intro__wrap--blog-single .r-descr__title,
  body.single-events .blog-article-page .r-intro__wrap--blog-single .r-descr__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

body.single-blog .blog-article-page .r-intro__excerpt,
body.single-events .blog-article-page .r-intro__excerpt {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .blog-article-page .r-intro__excerpt,
  body.single-events .blog-article-page .r-intro__excerpt {
    font-size: 18px;
    margin-bottom: 12px;
    max-width: 56ch;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .blog-article-page .r-intro__excerpt,
  body.single-events .blog-article-page .r-intro__excerpt {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 42ch;
  }
}

body.single-blog .blog-article-page .r-intro__meta,
body.single-events .blog-article-page .r-intro__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 14px;
}

@media screen and (min-width: 64em) {
  body.single-blog .blog-article-page .r-intro__meta,
  body.single-events .blog-article-page .r-intro__meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 22px;
  }
}

body.single-blog .blog-article-page .r-intro__author .r-descr__author-inner,
body.single-events .blog-article-page .r-intro__author .r-descr__author-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body.single-blog .blog-article-page .r-intro__author .r-descr__author-name,
body.single-blog .blog-article-page .r-intro__author .r-descr__author-name a,
body.single-blog .blog-article-page .r-intro__author .r-descr__author-text,
body.single-events .blog-article-page .r-intro__author .r-descr__author-name,
body.single-events .blog-article-page .r-intro__author .r-descr__author-name a,
body.single-events .blog-article-page .r-intro__author .r-descr__author-text {
  color: #fff;
}

body.single-blog .blog-article-page .r-intro__author .r-descr__author-name a,
body.single-events .blog-article-page .r-intro__author .r-descr__author-name a {
  text-decoration: underline;
}

body.single-blog .blog-article-page .r-intro__author .r-descr__author-social,
body.single-events .blog-article-page .r-intro__author .r-descr__author-social {
  margin-top: 10px;
}

body.single-blog .r-intro__author-block,
body.single-events .r-intro__author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 12px;
  margin-top: 16px;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .r-intro__author-block,
  body.single-events .r-intro__author-block {
    gap: 10px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__author-block,
  body.single-events .r-intro__author-block {
    gap: 8px;
    margin-top: 10px;
  }
}

body.single-blog .r-intro__author-inner,
body.single-events .r-intro__author-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 12px;
}

body.single-blog .r-intro__author-avatar,
body.single-events .r-intro__author-avatar {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

body.single-blog .r-intro__author-avatar img,
body.single-events .r-intro__author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__author-avatar,
  body.single-events .r-intro__author-avatar {
    width: 38px;
    height: 38px;
  }
}

body.single-blog .r-intro__author-name,
body.single-events .r-intro__author-name {
  color: rgba(255, 255, 255, 0.95);
  font-size: 19px;
  line-height: 1.3;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .r-intro__author-name,
  body.single-events .r-intro__author-name {
    font-size: 16px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__author-name,
  body.single-events .r-intro__author-name {
    font-size: 14px;
  }
}

body.single-blog .r-intro__author-name strong,
body.single-events .r-intro__author-name strong {
  display: block;
  font-weight: 600;
}

body.single-blog .r-intro__author-info,
body.single-events .r-intro__author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 4px;
  text-align: center;
}

body.single-blog .r-intro__author-updated,
body.single-events .r-intro__author-updated {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.3;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .r-intro__author-updated,
  body.single-events .r-intro__author-updated {
    font-size: 14px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__author-updated,
  body.single-events .r-intro__author-updated {
    font-size: 13px;
  }
}

body.single-blog .r-intro__author-updated strong,
body.single-events .r-intro__author-updated strong {
  font-weight: 600;
}

body.single-blog .r-intro__socials,
body.single-events .r-intro__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__socials,
  body.single-events .r-intro__socials {
    gap: 8px;
  }
}

body.single-blog .r-intro__social-item,
body.single-events .r-intro__social-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.single-blog .r-intro__social-item:hover,
body.single-events .r-intro__social-item:hover {
  opacity: 0.8;
}

body.single-blog .r-intro__social-item img,
body.single-events .r-intro__social-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 48.06125em) {
  body.single-blog .r-intro__social-item,
  body.single-events .r-intro__social-item {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 33.74875em) {
  body.single-blog .r-intro__social-item,
  body.single-events .r-intro__social-item {
    width: 34px;
    height: 34px;
  }
}

body.single-blog .r-descr-section,
body.single-events .r-descr-section {
  padding: 40px 0 60px;
}

body.single-blog .r-descr-section .grid-container,
body.single-events .r-descr-section .grid-container {
  max-width: none !important;
  width: 100%;
}

body.single-blog .r-descr__layout,
body.single-events .r-descr__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 30px;
  width: 100%;
}

@media screen and (min-width: 64em) {
  body.single-blog .r-descr__layout,
  body.single-events .r-descr__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

body.single-blog .r-descr__toc-col,
body.single-events .r-descr__toc-col {
  display: none;
}

@media screen and (min-width: 64em) {
  body.single-blog .r-descr__toc-col,
  body.single-events .r-descr__toc-col {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 400px;
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }
}

body.single-blog .r-descr__toc,
body.single-events .r-descr__toc {
  border: 1px solid #a0a4a8;
  border-radius: 0px;
  padding: 16px 14px;
  background: #ffffff;
}

body.single-blog .r-descr__toc-title,
body.single-events .r-descr__toc-title {
  font-weight: 700;
  font-size: 14px;
  color: #1e293b;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a2a5a8;
}

body.single-blog .r-descr__toc-list,
body.single-events .r-descr__toc-list {
  list-style: disc;
  padding-left: 16px;
  margin: 0;
}

body.single-blog .r-descr__toc-list li,
body.single-events .r-descr__toc-list li {
  padding: 4px 0;
  border-bottom: 1px solid #f1f5f9;
}

body.single-blog .r-descr__toc-list li:last-child,
body.single-events .r-descr__toc-list li:last-child {
  border: none;
  padding-bottom: 0;
}

body.single-blog .r-descr__toc-list a,
body.single-events .r-descr__toc-list a {
  font-size: 14px;
  line-height: 1.4;
  color: #475569;
  text-decoration: none;
}

body.single-blog .r-descr__toc-list a:hover,
body.single-events .r-descr__toc-list a:hover {
  color: var(--sub-color-6);
  text-decoration: underline;
}

body.single-blog .r-descr__toc-item--sub,
body.single-events .r-descr__toc-item--sub {
  padding-left: 10px;
  list-style: circle;
}

body.single-blog .r-descr__content-col,
body.single-events .r-descr__content-col {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  min-width: 0;
}

body.single-blog .r-descr__sidebar-col,
body.single-events .r-descr__sidebar-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  border: 1px solid #d1d5db;
  border-radius: 7px;
  padding: 25px;
}

@media screen and (min-width: 64em) {
  body.single-blog .r-descr__sidebar-col,
  body.single-events .r-descr__sidebar-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 400px;
  }
}

body.single-blog .r-descr__sidebar-col .r-post,
body.single-events .r-descr__sidebar-col .r-post {
  width: calc(50% - 8px);
  margin: 0;
}

@media screen and (min-width: 64em) {
  body.single-blog .r-descr__sidebar-col .r-post,
  body.single-events .r-descr__sidebar-col .r-post {
    width: 100%;
  }
}

body.single-blog .r-descr__sidebar-col .r-post__wrap,
body.single-events .r-descr__sidebar-col .r-post__wrap {
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.09);
}

body.single-blog .r-descr__sidebar-col .r-post__img,
body.single-events .r-descr__sidebar-col .r-post__img {
  margin: 0;
  padding: 0;
  height: 22vh;
  min-height: 100px;
  max-height: 260px;
}

body.single-blog .r-descr__sidebar-col .r-post__img img,
body.single-events .r-descr__sidebar-col .r-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

body.single-blog .r-descr__sidebar-col .r-post__link,
body.single-events .r-descr__sidebar-col .r-post__link {
  font-size: 13px;
  padding: 10px 12px;
  line-height: 1.3;
  background: #f1f2f9;
  color: var(--sub-color-28);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
  display: block;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

body.single-blog .r-descr__sidebar-col .r-post:hover .r-post__link,
body.single-events .r-descr__sidebar-col .r-post:hover .r-post__link {
  background: var(--primary-color, var(--sub-color-6));
  color: #fff;
}

body.single-blog .r-descr__share,
body.single-events .r-descr__share {
  margin: 28px 0 24px;
}

body.single-blog .r-descr__share .r-descr__share-button,
body.single-events .r-descr__share .r-descr__share-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: var(--sub-color-28, #0077b5);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.single-blog .r-descr__share .r-descr__share-button:hover,
body.single-events .r-descr__share .r-descr__share-button:hover {
  opacity: 0.85;
  text-decoration: none;
  color: #fff;
}

body.single-blog .r-descr__author-card,
body.single-events .r-descr__author-card {
  margin-top: 0;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  overflow: hidden;
}

body.single-blog .r-descr__author-card-inner,
body.single-events .r-descr__author-card-inner {
  display: block;
  padding: 16px;
  overflow: hidden;
}

body.single-blog .r-descr__author-card-inner .r-descr__author-avatar,
body.single-events .r-descr__author-card-inner .r-descr__author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin: 2px 16px 8px 0;
}

body.single-blog .r-descr__author-card-inner .r-descr__author-avatar img,
body.single-events .r-descr__author-card-inner .r-descr__author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

body.single-blog .r-descr__author-card .r-descr__author-card-content,
body.single-events .r-descr__author-card .r-descr__author-card-content {
  min-width: 0;
}

body.single-blog .r-descr__author-card .r-descr__author-name,
body.single-events .r-descr__author-card .r-descr__author-name {
  margin-top: 0;
  margin-bottom: 6px;
  padding-left: 0;
  width: auto;
  display: block;
}

body.single-blog .r-descr__author-card .r-descr__author-name a,
body.single-events .r-descr__author-card .r-descr__author-name a {
  color: #1e3a5f;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

body.single-blog .r-descr__author-card .r-descr__author-name a:hover,
body.single-events .r-descr__author-card .r-descr__author-name a:hover {
  text-decoration: underline;
}

body.single-blog .r-descr__author-card .r-descr__author-bio,
body.single-events .r-descr__author-card .r-descr__author-bio {
  font-size: 14px;
  line-height: 1.65;
  color: #374151;
  margin: 0;
}

body.single-blog .r-descr__author-card-heading,
body.single-events .r-descr__author-card-heading {
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #6E747C;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  padding: 0;
  border: 0;
}

body.single-blog .r-descr__author-social-items,
body.single-events .r-descr__author-social-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  padding: 12px 16px;
  background: #f9fafb;
  border-top: 1px solid #e5e7eb;
}

body.single-blog .r-descr__author-item,
body.single-events .r-descr__author-item {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f3f4f6;
  border: 1px solid #d1d5db;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

body.single-blog .r-descr__author-item:hover,
body.single-events .r-descr__author-item:hover {
  background: #e5e7eb;
}

body.single-blog .r-descr__author-item img,
body.single-events .r-descr__author-item img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

body.single-blog .r-descr__links,
body.single-events .r-descr__links {
  margin: 20px 0;
  padding: 16px 20px;
  border-left: 4px solid var(--sub-color-6, #0077b5);
  background: #f0f7ff;
  border-radius: 0 6px 6px 0;
}

body.single-blog .r-descr__links .r-descr__links-text,
body.single-events .r-descr__links .r-descr__links-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
}

/* ---------------------------------------
    Related Posts (Single Blog)
--------------------------------------- */
body.single-blog .r-related-posts,
body.single-events .r-related-posts {
  padding: 56px 0 80px;
  background: #fff;
}

body.single-blog .r-related-posts .grid-container,
body.single-events .r-related-posts .grid-container {
  max-width: 1280px !important;
}

body.single-blog .r-related-posts__title,
body.single-events .r-related-posts__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 32px;
  color: var(--sub-color-31);
}

body.single-blog .r-related-posts__grid,
body.single-events .r-related-posts__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}

body.single-blog .r-related-posts__item,
body.single-events .r-related-posts__item {
  width: 100%;
}

@media screen and (min-width: 40em) {
  body.single-blog .r-related-posts__item,
  body.single-events .r-related-posts__item {
    width: calc(50% - 10px);
  }
}

@media screen and (min-width: 64em) {
  body.single-blog .r-related-posts__item,
  body.single-events .r-related-posts__item {
    width: calc(25% - 15px);
  }
}

body.single-blog .r-related-posts .blog-item__wrap,
body.single-events .r-related-posts .blog-item__wrap {
  padding: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
          box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

body.single-blog .r-related-posts .blog-item__img,
body.single-events .r-related-posts .blog-item__img {
  margin: 0;
  height: 130px;
  border-radius: 6px;
}

@media screen and (min-width: 40em) {
  body.single-blog .r-related-posts .blog-item__img,
  body.single-events .r-related-posts .blog-item__img {
    height: 130px;
  }
}

@media screen and (min-width: 64em) {
  body.single-blog .r-related-posts .blog-item__img,
  body.single-events .r-related-posts .blog-item__img {
    height: 130px;
    max-height: 130px;
  }
}

body.single-blog .r-related-posts .blog-item__img img,
body.single-events .r-related-posts .blog-item__img img {
  -webkit-transition: -webkit-transform 0.45s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.45s ease, -webkit-filter 0.25s ease;
  transition: transform 0.45s ease, filter 0.25s ease;
  transition: transform 0.45s ease, filter 0.25s ease, -webkit-transform 0.45s ease, -webkit-filter 0.25s ease;
}

body.single-blog .r-related-posts .blog-item__tag,
body.single-events .r-related-posts .blog-item__tag {
  top: 0;
  left: 0;
  z-index: 2;
}

body.single-blog .r-related-posts .blog-item__body,
body.single-events .r-related-posts .blog-item__body {
  padding: 12px 0 0;
}

body.single-blog .r-related-posts .blog-item__title,
body.single-events .r-related-posts .blog-item__title {
  font-size: 16px;
  margin-bottom: 10px;
}

body.single-blog .r-related-posts .blog-item__author,
body.single-events .r-related-posts .blog-item__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  margin-top: 0;
}

body.single-blog .r-related-posts .blog-item__author-avatar,
body.single-events .r-related-posts .blog-item__author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
          box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

body.single-blog .r-related-posts .blog-item__author-avatar img,
body.single-events .r-related-posts .blog-item__author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: none;
  transition: none;
}

body.single-blog .r-related-posts .blog-item__author-name,
body.single-events .r-related-posts .blog-item__author-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--sub-color-31);
  line-height: 1;
}

body.single-blog .r-related-posts .blog-item__date-row,
body.single-events .r-related-posts .blog-item__date-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-top: 0;
}

body.single-blog .r-related-posts .blog-item__date-row::before,
body.single-events .r-related-posts .blog-item__date-row::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23888' d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E") center/contain no-repeat;
  opacity: 0.55;
}

body.single-blog .r-related-posts .blog-item__date,
body.single-events .r-related-posts .blog-item__date {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey-color-9);
  line-height: 233%;
}

body.single-blog .r-related-posts .blog-item__footer,
body.single-events .r-related-posts .blog-item__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0 0;
  margin: auto 0 0;
}

body.single-blog .r-related-posts .blog-item__link,
body.single-events .r-related-posts .blog-item__link {
  display: block;
  width: 60%;
  margin: 0;
  padding: 11px 10px;
  text-align: center;
  background: var(--sub-color-28);
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  border-top: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.single-blog .r-related-posts .blog-item__link:hover,
body.single-events .r-related-posts .blog-item__link:hover {
  background: var(--sub-color-28);
  color: #fff;
  opacity: 0.85;
}

body.single-blog .r-related-posts .blog-item__wrap:hover .blog-item__img img,
body.single-events .r-related-posts .blog-item__wrap:hover .blog-item__img img {
  -webkit-transform: scale(1.08) rotate(5deg);
      -ms-transform: scale(1.08) rotate(5deg);
          transform: scale(1.08) rotate(5deg);
  -webkit-filter: opacity(0.8);
          filter: opacity(0.8);
}

/* ---------------------------------------
	TMPL: Default page
--------------------------------------- */
/* ---------------------------------------
	TMPL: Default
--------------------------------------- */
/* ---------------------------------------
	TMPL: Contact page
--------------------------------------- */
.main-content.main-content-contact-form {
  background-color: #fff;
  padding: 0;
}

.main-content .contact-form-wrapper {
  background-color: var(--sub-color-28);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 69px;
}

@media screen and (min-width: 64em) {
  .main-content .contact-form-wrapper {
    padding: 90px 0 99px;
  }
}

.main-content .contact-form-wrapper .grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-content .contact-form-wrapper .contact-us-form {
  background-color: #fff;
  margin: 0;
}

.contact__form {
  margin-bottom: 50px;
}

.contact__map-wrap {
  margin-top: 50px;
}

.contact__map {
  height: 450px;
}

.contact__content {
  margin-bottom: 50px;
}

.contact-link {
  position: relative;
  padding-left: 30px;
}

.contact-link::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--primary-color);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-link--email::before {
  content: '\f0e0';
}

.contact-link--phone::before {
  content: '\f879';
}

.contact-link--address::before {
  content: '\f3c5';
}

.contact-link a {
  color: inherit;
  text-decoration: none;
}

.contact-link a:hover, .contact-link a:focus {
  text-decoration: underline;
}

.li__recaptcha-wrap,
.gfield--type-captcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 40em) {
  .li__recaptcha-wrap,
  .gfield--type-captcha {
    display: list-item;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.li__recaptcha-wrap .ginput_container.ginput_recaptcha,
.gfield--type-captcha .ginput_container.ginput_recaptcha {
  -webkit-transform: scale(0.81);
      -ms-transform: scale(0.81);
          transform: scale(0.81);
}

@media screen and (min-width: 40em) {
  .li__recaptcha-wrap .ginput_container.ginput_recaptcha,
  .gfield--type-captcha .ginput_container.ginput_recaptcha {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.li__recaptcha-wrap.gfield_error,
.gfield--type-captcha.gfield_error {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 40em) {
  .li__recaptcha-wrap.gfield_error,
  .gfield--type-captcha.gfield_error {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.li__recaptcha-wrap.gfield_error .gfield_validation_message,
.gfield--type-captcha.gfield_error .gfield_validation_message {
  text-align: center;
}

@media screen and (min-width: 40em) {
  .li__recaptcha-wrap.gfield_error .gfield_validation_message,
  .gfield--type-captcha.gfield_error .gfield_validation_message {
    text-align: left;
  }
}

/* ---------------------------------------
	TMPL: Locations page
--------------------------------------- */
@media screen and (min-width: 90em) {
  body.page-template-template-locations .hero-inner__side {
    margin-left: 20px;
  }
}

@media screen and (min-width: 90em) {
  body.page-template-template-locations .location-child-hero .hero-inner__side {
    margin-left: 0;
  }
}

.location-descr {
  position: relative;
}

.location-descr__inner {
  padding: 40px 30px;
  min-height: 420px;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  background-color: rgba(0, 94, 149, 0.85);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 47.99875em) {
  .location-descr__inner {
    width: auto;
    max-width: none;
    margin: 0 -20px;
    padding: 40px 20px;
  }
}

.location-descr__inner h1,
.location-descr__inner h2,
.location-descr__inner h3,
.location-descr__inner h4,
.location-descr__inner h5,
.location-descr__inner h6 {
  line-height: 1.1;
}

.location-descr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-descr-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.location-descr-list__link {
  color: inherit;
  text-decoration: underline;
}

.location-descr-list__link:hover {
  text-decoration: none;
}

.acf-map {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  min-height: 500px;
  width: 100%;
}

.location-child-wrapper .loc__contact-link,
.location-child-wrapper__inner .loc__contact-link {
  font-family: "Open Sans";
  font-size: inherit;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 26px;
  margin: 25px auto;
  cursor: pointer;
}

.location-child-wrapper .loc__contact-link:hover,
.location-child-wrapper__inner .loc__contact-link:hover {
  color: #fff;
  text-decoration: underline;
}

.location-child-wrapper.location-map-wrapper,
.location-child-wrapper__inner.location-map-wrapper {
  margin-top: 42px;
  margin-bottom: 22px;
  padding-top: 0;
}

@media screen and (min-width: 48em) {
  .location-child-wrapper.location-map-wrapper,
  .location-child-wrapper__inner.location-map-wrapper {
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 64em) {
  .location-child-wrapper.location-map-wrapper,
  .location-child-wrapper__inner.location-map-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    margin-bottom: 64px;
  }
}

.location-child-wrapper.location-map-wrapper .acf-map-wrapper,
.location-child-wrapper__inner.location-map-wrapper .acf-map-wrapper {
  width: 100%;
  position: relative;
  height: calc(100vw - 40px);
  width: calc(100vw - 40px);
  overflow: hidden;
}

@media screen and (min-width: 40em) {
  .location-child-wrapper.location-map-wrapper .acf-map-wrapper,
  .location-child-wrapper__inner.location-map-wrapper .acf-map-wrapper {
    width: 100%;
    min-height: 500px;
    height: auto;
    overflow: auto;
  }
}

@media screen and (min-width: 64em) {
  .location-child-wrapper.location-map-wrapper .acf-map-wrapper,
  .location-child-wrapper__inner.location-map-wrapper .acf-map-wrapper {
    width: calc(100% - 48px);
  }
}

.location-child-wrapper.location-map-wrapper .acf-map-wrapper .acf-map,
.location-child-wrapper__inner.location-map-wrapper .acf-map-wrapper .acf-map {
  min-height: unset;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  z-index: 10;
  margin: 0;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 48em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map {
    position: absolute;
    top: 52px;
    right: 62px;
    max-height: 370px;
    max-width: 280px;
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map {
    right: 82px;
    max-width: 320px;
    max-height: 408px;
  }
}

@media screen and (min-width: 75em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map {
    top: 48px;
    right: 80px;
    max-height: 404px;
    max-width: 480px;
  }
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__wrap,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__wrap {
  overscroll-behavior-y: none;
  min-height: unset;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__wrap .r-intro__title,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__wrap .r-intro__title {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text {
  height: 100%;
  overflow: auto;
  max-height: 190px;
  overscroll-behavior-y: none;
  margin-bottom: 0;
  padding-right: 16px;
  scrollbar-color: var(--sub-color-10) transparent;
  scrollbar-width: 6px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text a,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text a {
  color: #fff;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text a:hover,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 48em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text {
    max-height: 260px;
  }
}

@media screen and (min-width: 64em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text {
    max-height: 265px;
  }
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar {
  width: 6px;
  z-index: 10;
}

@media screen and (min-width: 48em) {
  .location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar,
  .location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar {
    width: 8px;
    scrollbar-width: 8px;
  }
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-track,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-track {
  background: transparent;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-thumb,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-thumb {
  background: var(--sub-color-10);
  border-radius: 5px;
}

.location-child-wrapper.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-thumb:hover,
.location-child-wrapper__inner.location-map-wrapper .r-intro.r-intro__map .r-intro__text::-webkit-scrollbar-thumb:hover {
  background: var(--sub-color-13);
}

.location-child-wrapper,
.contact-form-wrapper {
  position: relative;
  padding-top: 20px;
}

.location-child-wrapper .grid-container,
.contact-form-wrapper .grid-container {
  max-width: none;
}

@media screen and (min-width: 40em) {
  .location-child-wrapper .grid-container,
  .contact-form-wrapper .grid-container {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.location-child-wrapper .contact-us-form,
.contact-form-wrapper .contact-us-form {
  padding: 30px 45px 25px;
  margin: 20px auto 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.location-child-wrapper .contact-us-form form,
.contact-form-wrapper .contact-us-form form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.location-child-wrapper .contact-us-form .form-title,
.contact-form-wrapper .contact-us-form .form-title {
  font-size: 31px;
  color: var(--grey-color-6);
  text-align: center;
}

.location-child-wrapper .contact-us-form .sub-title,
.contact-form-wrapper .contact-us-form .sub-title {
  font-size: 18px;
  color: #000;
  margin: 3px 0 15px;
}

.location-child-wrapper .contact-us-form .form-row,
.contact-form-wrapper .contact-us-form .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0;
}

.location-child-wrapper .contact-us-form .form-row .col,
.contact-form-wrapper .contact-us-form .form-row .col {
  width: 50%;
}

.location-child-wrapper .contact-us-form .form-row .col:first-child,
.contact-form-wrapper .contact-us-form .form-row .col:first-child {
  margin-right: 10px;
}

.location-child-wrapper .contact-us-form .form-row .col:last-child,
.contact-form-wrapper .contact-us-form .form-row .col:last-child {
  margin-left: 10px;
}

.location-child-wrapper .contact-us-form .form-row .col .text-input,
.contact-form-wrapper .contact-us-form .form-row .col .text-input {
  width: 100%;
  padding: 5px 12px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid var(--grey-color-7);
  color: var(--grey-color-7);
}

.location-child-wrapper .contact-us-form .form-row .col .text-input::-webkit-input-placeholder,
.contact-form-wrapper .contact-us-form .form-row .col .text-input::-webkit-input-placeholder {
  color: var(--grey-color-6);
}

.location-child-wrapper .contact-us-form .form-row .col .text-input::-moz-placeholder,
.contact-form-wrapper .contact-us-form .form-row .col .text-input::-moz-placeholder {
  color: var(--grey-color-6);
}

.location-child-wrapper .contact-us-form .form-row .col .text-input:-ms-input-placeholder,
.contact-form-wrapper .contact-us-form .form-row .col .text-input:-ms-input-placeholder {
  color: var(--grey-color-6);
}

.location-child-wrapper .contact-us-form .form-row .col .text-input:-moz-placeholder,
.contact-form-wrapper .contact-us-form .form-row .col .text-input:-moz-placeholder {
  color: var(--grey-color-6);
}

.location-child-wrapper .contact-us-form .form-row .col .checkbox-row,
.contact-form-wrapper .contact-us-form .form-row .col .checkbox-row {
  cursor: pointer;
  font-size: 18px;
  color: var(--grey-color-6);
}

.location-child-wrapper .contact-us-form .form-row .col .checkbox-row input[type="checkbox"],
.contact-form-wrapper .contact-us-form .form-row .col .checkbox-row input[type="checkbox"] {
  border: 1px solid var(--grey-color-6);
  margin-left: 15px;
  margin-top: 1.5px;
}

.location-child-wrapper .contact-us-form .form-row .col .checkbox-row a,
.contact-form-wrapper .contact-us-form .form-row .col .checkbox-row a {
  color: var(--sub-color-23);
  text-decoration: none;
}

.location-child-wrapper .contact-us-form .form-row textarea,
.contact-form-wrapper .contact-us-form .form-row textarea {
  width: 100%;
  height: 101px;
  min-height: 70px;
  padding: 5px 12px;
  font-size: 18px;
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--grey-color-7);
}

.location-child-wrapper .contact-us-form .form-row .btn,
.contact-form-wrapper .contact-us-form .form-row .btn {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: var(--sub-color-22);
  padding: 7px 10px;
  min-width: 113px;
  border: none;
}

.location-child-wrapper__inner,
.contact-form-wrapper__inner {
  max-width: 1240px;
  display: grid;
  grid-template-columns: unset;
  width: auto !important;
  font-family: "Strait", serif;
  font-weight: normal;
  font-style: normal;
  color: var(--grey-color-6);
  font-size: 18px;
  padding: 0;
  margin: 0 20px;
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1290px) {
  .location-child-wrapper__inner,
  .contact-form-wrapper__inner {
    margin: 0 auto;
  }
}

@media screen and (min-width: 48em) {
  .location-child-wrapper__inner,
  .contact-form-wrapper__inner {
    grid-template-columns: 65% 35%;
  }
}

.location-child-wrapper__inner h1,
.location-child-wrapper__inner h2,
.location-child-wrapper__inner h3,
.location-child-wrapper__inner h4,
.location-child-wrapper__inner h5,
.location-child-wrapper__inner h6,
.contact-form-wrapper__inner h1,
.contact-form-wrapper__inner h2,
.contact-form-wrapper__inner h3,
.contact-form-wrapper__inner h4,
.contact-form-wrapper__inner h5,
.contact-form-wrapper__inner h6 {
  line-height: 1.1;
}

.location-child-wrapper__inner .discipline_content,
.contact-form-wrapper__inner .discipline_content {
  padding: 25px;
  width: auto;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
}

@media screen and (min-width: 40em) {
  .location-child-wrapper__inner .discipline_content,
  .contact-form-wrapper__inner .discipline_content {
    padding: 60px 25px 25px;
  }
}

.location-child-wrapper__inner .discipline_content__title,
.contact-form-wrapper__inner .discipline_content__title {
  font-size: 31px;
  margin: 0;
  font-weight: 700;
  color: var(--grey-color-6);
}

.location-child-wrapper__inner p,
.contact-form-wrapper__inner p {
  color: var(--grey-color-6);
  font-size: inherit;
  line-height: 26px;
  margin: 25px auto;
  font-family: "Open Sans";
}

.location-child-wrapper__inner p span,
.contact-form-wrapper__inner p span {
  font-size: inherit;
  line-height: 26px;
  color: var(--sub-color-20);
  font-family: "MyriadPro-Bold";
  margin: -20px auto 30px;
  display: block;
}

.location-child-wrapper__inner .side-nav,
.contact-form-wrapper__inner .side-nav {
  padding: 0 25px;
  margin: 15px 0 0;
  width: auto;
  float: none;
  background-color: var(--sub-color-16);
  color: #fff;
}

@media screen and (min-width: 48em) {
  .location-child-wrapper__inner .side-nav,
  .contact-form-wrapper__inner .side-nav {
    padding: 35px 45px;
    margin: 0 0 0 15px;
  }
}

.location-child-wrapper__inner .side-nav p,
.contact-form-wrapper__inner .side-nav p {
  color: #fff;
}

.location-child-wrapper__inner .side-nav i,
.contact-form-wrapper__inner .side-nav i {
  font-size: 24px;
}

.location-child-wrapper__inner .side-nav [class^="icon-"],
.location-child-wrapper__inner .side-nav [class*=" icon-"],
.contact-form-wrapper__inner .side-nav [class^="icon-"],
.contact-form-wrapper__inner .side-nav [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.location-child-wrapper__inner .side-nav [class^="icon-"]:before,
.location-child-wrapper__inner .side-nav [class*=" icon-"]:before,
.contact-form-wrapper__inner .side-nav [class^="icon-"]:before,
.contact-form-wrapper__inner .side-nav [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.location-child-wrapper__inner .side-nav .icon-home::before,
.contact-form-wrapper__inner .side-nav .icon-home::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
}

.location-child-wrapper__inner .side-nav .icon-phone::before,
.contact-form-wrapper__inner .side-nav .icon-phone::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
}

.location-child-wrapper-list,
.contact-form-wrapper-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-child-wrapper-list__item:not(:last-child),
.contact-form-wrapper-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.location-child-wrapper-list__link,
.contact-form-wrapper-list__link {
  color: inherit;
  text-decoration: underline;
}

.location-child-wrapper-list__link:hover,
.contact-form-wrapper-list__link:hover {
  text-decoration: none;
}

.location-child-wrapper .gm-control-active.gm-fullscreen-control,
.contact-form-wrapper .gm-control-active.gm-fullscreen-control {
  display: inline-block !important;
}

.location-child-wrapper .gform_wrapper li.gfield.gfield_error,
.location-child-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.contact-form-wrapper .gform_wrapper li.gfield.gfield_error,
.contact-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border: none !important;
  padding-top: 0 !important;
}

.location-child-wrapper .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error,
.contact-form-wrapper .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 16px !important;
}

.location-child-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.contact-form-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 48em) {
  .location-child-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
  .contact-form-wrapper .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
    width: 50% !important;
  }
}

.contact-us-form .gform_wrapper .top_label .gfield_label {
  display: none;
}

.contact-us-form .gform_wrapper ul.gform_fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 16px);
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield {
  width: 100%;
  padding-right: 16px !important;
}

.location-contacts__content .contact-us-form .gform_wrapper ul.gform_fields .gfield {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield {
    width: 50%;
  }
}

@media screen and (max-width: 48.06125em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_15 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_16 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_5 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_6 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_7 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_8 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_17 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_18 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .contact-us-form .gform_wrapper ul.gform_fields .gfield#field_3_19 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield:last-child, .contact-us-form .gform_wrapper ul.gform_fields .gfield.custom-text-area {
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield .ginput_container {
  margin-top: 0;
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  padding: 5px 12px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 1px solid var(--grey-color-7);
  color: var(--grey-color-7);
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  text-transform: uppercase;
  color: var(--grey-color-6);
  font-size: 18px;
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  text-transform: uppercase;
  color: var(--grey-color-6);
  font-size: 18px;
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  text-transform: uppercase;
  color: var(--grey-color-6);
  font-size: 18px;
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder {
  text-transform: uppercase;
  color: var(--grey-color-6);
  font-size: 18px;
}

.contact-us-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  text-transform: uppercase;
  color: var(--grey-color-6);
  font-size: 18px;
}

.contact-us-form .gform_wrapper .textarea {
  width: 100%;
  height: 101px !important;
  min-height: 70px;
  padding: 5px 12px;
  font-size: 18px;
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--grey-color-7);
}

.contact-us-form .gform_wrapper ul.gfield_checkbox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li,
.contact-us-form .gform_wrapper ul.gfield_checkbox li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.contact-us-form .gform_wrapper ul.gfield_checkbox li a input[type=checkbox] {
  position: relative;
  height: 25px;
  width: 25px !important;
  background-color: #fff;
  border: 1px solid;
  margin-left: auto;
  margin-top: 0;
  margin-top: 1.5px;
  background-image: none;
}

@media screen and (min-width: 48em) {
  .contact-us-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
  .contact-us-form .gform_wrapper ul.gfield_checkbox li a input[type=checkbox] {
    margin-left: 15px;
  }
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]::after,
.contact-us-form .gform_wrapper ul.gfield_checkbox li a input[type=checkbox]::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 1px;
  width: 6px;
  height: 15px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked::after,
.contact-us-form .gform_wrapper ul.gfield_checkbox li a input[type=checkbox]:checked::after {
  display: block;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.contact-us-form .gform_wrapper ul.gfield_checkbox li a input[type=checkbox]:checked + label {
  font-weight: 400 !important;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox li label,
.contact-us-form .gform_wrapper ul.gfield_checkbox li a label {
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
  font-size: 18px;
  color: var(--grey-color-6);
  width: 70%;
}

@media screen and (min-width: 48em) {
  .contact-us-form .gform_wrapper ul.gfield_checkbox li label,
  .contact-us-form .gform_wrapper ul.gfield_checkbox li a label {
    width: auto;
  }
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-link label,
.contact-us-form .gform_wrapper ul.gfield_checkbox .render-link input[type=checkbox] {
  pointer-events: none;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect label,
.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect input[type=checkbox] {
  pointer-events: none;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect input[type=checkbox] {
  border: 1px solid var(--sub-color-28);
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect input[type=checkbox]:after {
  border: solid var(--sub-color-28);
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect a {
  z-index: 100;
  color: var(--sub-color-28);
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect a:hover {
  text-decoration: underline;
}

.contact-us-form .gform_wrapper ul.gfield_checkbox .render-redirect a label {
  color: inherit;
}

.contact-us-form .gform_wrapper .gform_footer {
  padding: 0;
}

.contact-us-form .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: var(--sub-color-22);
  padding: 7px 10px;
  min-width: 113px;
  border: none;
  margin-right: 0;
  line-height: initial;
  min-height: 2.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-us-form .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: var(--sub-color-1);
}

.contact-us-form .gform_confirmation_wrapper {
  border-radius: 3px !important;
  background-color: var(--green-color-2) !important;
}

.contact-us-form .gform_confirmation_message {
  text-align: center !important;
  color: var(--green-color-1) !important;
}

.list__items-section {
  padding: 42px 0;
}

@media screen and (min-width: 48em) {
  .list__items-section {
    padding: 64px 0;
  }
}

@media screen and (min-width: 64em) {
  .list__items-section {
    padding: 88px 0 70px;
  }
}

.list__items-section .list__items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.list__items-section .list__items-wrap .list__item {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 40em) {
  .list__items-section .list__items-wrap .list__item {
    width: 50%;
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 48em) {
  .list__items-section .list__items-wrap .list__item {
    width: 33.33333%;
    padding: 0 20px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .list__items-section .list__items-wrap .list__item {
    font-size: 18px;
    width: 25%;
    padding: 0 25px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 75em) {
  .list__items-section .list__items-wrap .list__item {
    font-size: 21px;
  }
}

.list__items-section .list__items-wrap .list__item-text, .list__items-section .list__items-wrap .list__item-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.list__items-section .list__items-wrap .list__item-link {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.list__items-section .list__items-wrap .list__item-link:hover {
  color: var(--primary-color);
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.radio-button-form.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form {
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 40em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

@media screen and (min-width: 40em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li {
    width: 47%;
  }
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li a {
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li .render-link input {
  pointer-events: none;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li input[type="radio"] {
  position: relative;
  height: 25px;
  width: 25px !important;
  background-color: #fff;
  border: 1px solid;
  margin-left: auto;
  margin-top: 0;
  margin-top: 1.5px;
  background-image: none;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li label {
  margin: 0 15px 0 0;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  color: var(--grey-color-6);
}

@media screen and (min-width: 64em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li label {
    font-size: 18px;
  }
}

body .gform_legacy_markup_wrapper div.validation_error {
  padding: 15px;
}

.location-description__title .gform_confirmation_message {
  text-align: center !important;
  color: var(--green-color-1) !important;
}

.location-description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.location-description-list__item:not(:last-child) {
  margin-bottom: 20px;
}

.location-description-list__link {
  color: inherit;
  text-decoration: underline;
}

.location-description-list__link:hover {
  text-decoration: none;
}

.location-description .gm-control-active.gm-fullscreen-control {
  display: inline-block !important;
}

.location-description .gform_wrapper li.gfield.gfield_error,
.location-description .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 6px !important;
  border: none !important;
  padding-top: 0 !important;
}

.location-description .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 16px !important;
}

.location-description .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 48em) {
  .location-description .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
    width: 50% !important;
  }
}

.list__items-section {
  padding: 42px 0;
}

@media screen and (min-width: 48em) {
  .list__items-section {
    padding: 64px 0;
  }
}

@media screen and (min-width: 64em) {
  .list__items-section {
    padding: 88px 0 70px;
  }
}

.list__items-section .list__items-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.list__items-section .list__items-wrap .list__item {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 40em) {
  .list__items-section .list__items-wrap .list__item {
    width: 50%;
    padding: 0 15px 0 0;
  }
}

@media screen and (min-width: 48em) {
  .list__items-section .list__items-wrap .list__item {
    width: 33.33333%;
    padding: 0 20px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .list__items-section .list__items-wrap .list__item {
    font-size: 18px;
    width: 25%;
    padding: 0 25px 0 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 75em) {
  .list__items-section .list__items-wrap .list__item {
    font-size: 21px;
  }
}

.list__items-section .list__items-wrap .list__item-text, .list__items-section .list__items-wrap .list__item-link {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.list__items-section .list__items-wrap .list__item-link {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.list__items-section .list__items-wrap .list__item-link:hover {
  color: var(--primary-color);
}

.gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.radio-button-form.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  width: 100% !important;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form {
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (min-width: 40em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}

@media screen and (min-width: 40em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li {
    width: 47%;
  }
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li a {
  width: 100%;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li .render-link input {
  pointer-events: none;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li input[type="radio"] {
  position: relative;
  height: 25px;
  width: 25px !important;
  background-color: #fff;
  border: 1px solid;
  margin-left: auto;
  margin-top: 0;
  margin-top: 1.5px;
  background-image: none;
}

.contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li label {
  margin: 0 15px 0 0;
  font-weight: normal;
  line-height: 1.5;
  cursor: pointer;
  font-size: 16px;
  color: var(--grey-color-6);
}

@media screen and (min-width: 64em) {
  .contact-us-form .gform_wrapper ul.gform_fields .gfield.radio-button-form .gfield_radio li label {
    font-size: 18px;
  }
}

body .gform_legacy_markup_wrapper div.validation_error {
  padding: 15px;
}

.location-description .grid-wrapper {
  padding: 20px 25px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
}

.location-description__title {
  margin: 0;
}

.location-description__content {
  color: var(--grey-color-6);
  line-height: 26px;
  margin: 10px auto 5px;
  font-size: 18px;
}

.location-roles__title {
  text-align: center;
  margin-bottom: 10px;
}

.location-roles__text {
  margin-bottom: 20px;
}

.location-roles__item {
  background-color: var(--sub-color-16);
  padding: 23px 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 155px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-roles__item:hover {
  color: #fff;
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.location-roles__item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-roles__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-roles__item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.2;
}

.location-roles__item-description {
  font-size: 14px;
  line-height: 1.4;
}

.location-process__title {
  text-align: center;
  margin-bottom: 10px;
}

.location-process__text {
  margin-bottom: 20px;
}

.location-process__item {
  border: 1px solid #E0E0E0;
  padding: 30px 20px;
  text-align: center;
  color: var(--grey-color-6, #333);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-process__item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.location-process__item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid var(--sub-color-16);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-process__item-icon svg, .location-process__item-icon path {
  fill: var(--sub-color-16);
}

.location-process__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-process__item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}

.location-process__item-description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--sub-color-35);
}

.location-choose_us__title {
  text-align: center;
  margin-bottom: 15px;
}

.location-choose_us__text {
  margin-bottom: 20px;
}

.location-choose_us__item {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  min-height: 300px;
}

.location-choose_us__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.location-choose_us__item-front, .location-choose_us__item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 320px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: var(--sub-color-16);
  padding: 30px 25px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  top: 0;
}

.location-choose_us__item-front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  position: relative;
}

.location-choose_us__item-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: var(--primary-color);
}

.location-choose_us__item-back .location__link a {
  margin-top: 8px;
  background-color: #fff;
  color: var(--grey-color-6, #333);
}

.location-choose_us__item-back .location__link a:hover {
  background: var(--sub-color-16);
}

.location-choose_us__item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-choose_us__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-choose_us__item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.2;
}

.location-choose_us__item-description {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 10px;
}

[class*="__list"] {
  display: grid;
  gap: 20px;
}

[class*="__list"].columns-1 {
  grid-template-columns: 1fr;
}

[class*="__list"].columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 576px) {
  [class*="__list"].columns-2 {
    grid-template-columns: 1fr;
  }
}

[class*="__list"].columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 992px) {
  [class*="__list"].columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  [class*="__list"].columns-3 {
    grid-template-columns: 1fr;
  }
}

[class*="__list"].columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  [class*="__list"].columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  [class*="__list"].columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  [class*="__list"].columns-4 {
    grid-template-columns: 1fr;
  }
}

[class*="__list"].columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1200px) {
  [class*="__list"].columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  [class*="__list"].columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

[class*="__list"].columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1400px) {
  [class*="__list"].columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  [class*="__list"].columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  [class*="__list"].columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  [class*="__list"].columns-6 {
    grid-template-columns: 1fr;
  }
}

.location__link a,
.location__link button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--sub-color-28);
  padding: 9px 19px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  height: 38px;
  white-space: nowrap;
  text-transform: uppercase;
}

.location__link a:hover,
.location__link button:hover {
  color: #fff;
  background-color: var(--sub-color-24);
}

.location__link a img,
.location__link button img {
  position: relative;
  margin: 0 0 0 8px;
  bottom: -4px;
  right: -2px;
}

.location-template-default [class*="__title"] {
  font-size: 31px;
  font-weight: 700;
  color: var(--grey-color-6, #000);
}

@media (max-width: 768px) {
  .location-template-default [class*="__title"] {
    font-size: 24px;
  }
}

.location-template-default [class*="__text"] {
  text-align: center;
  font-size: 18px;
  color: var(--grey-color-6, #333);
  margin-left: auto;
  margin-right: auto;
}

.location-template-default .hero-inner__title {
  color: #fff;
}

.box-shadow {
  padding: 55px 20px 45px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
          box-shadow: rgba(0, 0, 0, 0.17) 0 1px 5px;
}

.location-container .grid-container {
  padding: 0;
}

.location-case_studies__title {
  text-align: center;
  margin-bottom: 10px;
}

.location-case_studies__text {
  margin-bottom: 20px;
}

.location-case_studies__item {
  border: 1px solid #E0E0E0;
  padding: 30px 31px;
  text-align: center;
  color: var(--grey-color-6, #333);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-case_studies__item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.location-case_studies__item-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  border: 1px solid var(--sub-color-16);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-case_studies__item-icon svg, .location-case_studies__item-icon path {
  fill: var(--sub-color-16);
}

.location-case_studies__item-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.location-case_studies__item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 1.5;
}

.location-case_studies__item-description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--sub-color-35);
  margin-bottom: 21px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.location-case_studies__item-link {
  margin-top: auto;
  width: 100%;
}

.location-case_studies__item-link a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 100%;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-case_studies__item-link a svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.location-case_studies__item-link a:hover {
  color: var(--primary-color);
}

.location-case_studies__item-link a:hover svg {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.location-case_studies__item-link a:hover svg stroke {
  color: var(--primary-color);
}

.location-brands__title {
  text-align: center;
}

.location-brands .logo-slider {
  max-width: 1240px;
}

@media (max-width: 767px) {
  .location-brands {
    padding-bottom: 36px;
  }
}

.location-reviews__title {
  text-align: center;
  margin-bottom: 11px;
}

.location-reviews__text {
  margin-bottom: 7px;
}

.location-reviews__slider .slick-list {
  padding: 10px 0 20px;
  margin: 0 -10px;
}

.location-reviews__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.location-reviews__slider .slick-slide {
  padding: 0 10px;
  height: auto;
}

.location-reviews__slider .slick-slide > div {
  height: 100%;
}

.location-reviews__slider .slick-dots {
  margin-top: 3px;
  position: relative;
  bottom: auto;
}

.location-reviews__slider .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.3;
}

.location-reviews__slider .slick-dots li button:hover:before, .location-reviews__slider .slick-dots li button:focus:before {
  opacity: 0.6;
}

.location-reviews__slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.location-reviews__item {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  border: 1px solid #E0E0E0;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-reviews__item:hover {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.location-reviews__item-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  margin-bottom: 2rem;
}

.location-reviews__item-stars .star {
  width: 17px;
  height: 17px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-reviews__item-description {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--sub-color-35);
  margin-bottom: 33px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: auto;
}

.location-reviews__item-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  margin-bottom: 16px;
}

.location-reviews__item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.location-reviews__item-icon img,
.location-reviews__item-icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.location-reviews__item-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.location-reviews__item-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--grey-color-6);
  margin-bottom: 4px;
}

.location-reviews__item-company {
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--sub-color-35);
}

.location-reviews__item-link {
  margin-top: auto;
  width: 100%;
}

.location-reviews__item-link a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 24px;
  color: var(--primary-color);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-reviews__item-link a:hover {
  color: var(--grey-color-6);
}

.location-contacts__title {
  margin-bottom: 16px;
  text-align: center;
}

.location-contacts > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.location-contacts__text {
  margin-bottom: 30px;
  max-width: 100% !important;
}

.location-contacts__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 64em) {
  .location-contacts__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    margin-top: 40px;
  }
}

.location-contacts__form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.location-contacts__form--link form {
  pointer-events: none;
}

@media screen and (min-width: 64em) {
  .location-contacts__form {
    margin-top: -32px;
  }
}

.location-contacts__form .gform_wrapper {
  margin-bottom: 0;
}

.location-contacts__form .gform_legacy_markup_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 0 !important;
}

.location-contacts__map-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  min-height: 400px;
}

@media screen and (min-width: 40em) {
  .location-contacts__map-wrapper {
    min-height: 500px;
  }
}

@media screen and (min-width: 64em) {
  .location-contacts__map-wrapper {
    min-height: unset;
  }
}

.location-contacts__map-wrapper .acf-map-wrapper .acf-map {
  min-height: 400px;
}

@media screen and (min-width: 40em) {
  .location-contacts__map-wrapper .acf-map-wrapper .acf-map {
    min-height: 500px;
  }
}

@media screen and (min-width: 64em) {
  .location-contacts__map-wrapper .acf-map-wrapper .acf-map {
    min-height: unset;
  }
}

.location-contacts-accordion-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 13px;
}

.location-contacts-accordion {
  background: var(--sub-color-38);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-contacts-accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.location-contacts-accordion__header-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}

.location-contacts-accordion__arrow {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.location-contacts-accordion__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.location-contacts-accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.location-contacts-accordion__description {
  padding: 0 16px 30px;
  color: #fff;
  line-height: 22.08px;
  font-size: 16px;
  overflow: auto;
  max-height: 290px;
}

.location-contacts-accordion__description p {
  color: #fff;
  margin: 0;
  line-height: 22.08px;
  font-size: 16px;
}

.location-contacts-accordion__description p:not(:last-child) {
  margin-bottom: 10px;
}

.location-contacts-accordion__description a {
  color: #fff;
  text-decoration: underline;
}

.location-contacts-accordion__description a:hover {
  opacity: 0.8;
}

.location-contacts-accordion.active .location-contacts-accordion__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.location-contacts-accordion.active .location-contacts-accordion__content {
  max-height: 500px;
}

@media screen and (min-width: 40em) {
  .location-contacts-accordion.active .location-contacts-accordion__content {
    max-height: 600px;
  }
}

.location-faq {
  padding-bottom: 0;
}

.location-faq__header {
  margin-bottom: 29px;
  text-align: center;
}

.location-faq__items {
  padding-left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}

.location-resources__title {
  margin-bottom: 15px;
  text-align: center;
}

.location-resources__item {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.17);
  padding: 10px 10px 24px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.location-resources__item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.location-resources__item-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: var(--grey-color-6);
  margin-top: 14px;
}

.location-resources__item-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--sub-color-35);
  margin-top: 9px;
}

.location-resources__item-icon {
  max-height: 173px;
}

.location-resources__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 173px;
}

.location_clusters__header {
  border: 1px solid #00609c;
  border-radius: 10px 10px 0 0;
  padding: 21px 20px;
  text-align: center;
}

.location_clusters__title {
  margin-bottom: 8px;
}

.location_clusters__text {
  margin: 0;
}

.location_clusters__cluster {
  border: solid #00609c;
  border-width: 0px 1px 1px 1px;
  border-radius: 0 0 10px 10px;
  padding: 32px;
}

@media screen and (max-width: 47.99875em) {
  .location_clusters__cluster {
    padding: 24px 20px;
  }
}

.location_clusters__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

@media screen and (max-width: 74.99875em) {
  .location_clusters__links {
    gap: 32px;
  }
}

@media screen and (max-width: 47.99875em) {
  .location_clusters__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.location_clusters__list {
  width: 100%;
  display: grid;
  gap: 12px;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}

@media screen and (max-width: 74.99875em) {
  .location_clusters__list {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}

@media screen and (max-width: 47.99875em) {
  .location_clusters__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.location_clusters__list a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #00609c;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.location_clusters__list a:hover {
  color: #004169;
  text-decoration: underline;
}

@media screen and (max-width: 47.99875em) {
  .location_clusters__list a {
    font-size: 15px;
    line-height: 22px;
  }
}

.contact-form-wrapper {
  background-color: var(--sub-color-28);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 69px;
}

@media screen and (min-width: 64em) {
  .contact-form-wrapper {
    padding: 90px 0 99px;
  }
}

.contact-form-wrapper .grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrapper .contact-us-form {
  background-color: #fff;
  margin: 0;
}

/* ---------------------------------------
	TMPL: Login page
--------------------------------------- */
body.page-template-template-non-candidate-registration,
body.page-template-template-forgotten-password {
  background-color: #fff;
}

body.page-template-template-non-candidate-registration .main-content,
body.page-template-template-forgotten-password .main-content {
  overflow-x: hidden;
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login {
  height: auto;
  min-height: 100vh;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login {
    padding: 0;
    padding-top: 70px;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .alert.successes, body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .alert.errors, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .alert.successes, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .alert.errors,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .alert.successes,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .alert.errors,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .alert.successes,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .alert.errors {
  margin-bottom: 32px;
  width: calc(100% - 2.5rem);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .alert.successes, body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .alert.errors, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .alert.successes, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .alert.errors,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .alert.successes,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .alert.errors,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .alert.successes,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .alert.errors {
    margin-bottom: 46px;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .regular-form-cell, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .regular-form-cell,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .regular-form-cell,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .regular-form-cell {
  position: relative;
  padding: 45px 0 76px;
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .regular-form-cell, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .regular-form-cell,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .regular-form-cell,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .regular-form-cell {
    padding: 70px 0 91px;
  }
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .auth-form__back, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .auth-form__back,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .auth-form__back,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .auth-form__back {
    top: 73px;
  }
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .auth-form__back.auth-form-back-pwd-recover, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .auth-form__back.auth-form-back-pwd-recover,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .auth-form__back.auth-form-back-pwd-recover,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .auth-form__back.auth-form-back-pwd-recover {
    top: 16px;
    left: 0;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content {
  margin-bottom: 36px;
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h1,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h2,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h3,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h4,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h5,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h6,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content p,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content span,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content label,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content li,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .pwd-recover-text-content div, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h1,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h2,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h3,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h4,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h5,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content h6,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content p,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content span,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content label,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content li,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .pwd-recover-text-content div,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h1,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h2,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h3,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h4,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h5,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content h6,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content p,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content span,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content label,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content li,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .pwd-recover-text-content div,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h1,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h2,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h3,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h4,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h5,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content h6,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content p,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content span,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content label,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content li,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .pwd-recover-text-content div {
  color: var(--sub-color-2);
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom {
  margin-top: 19px;
  padding-top: 14px;
  border-top: 1px solid var(--sub-color-33);
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom p,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom li,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom span,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom strong,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom i,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h1,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h2,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h3,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h4,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h5,
body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h6, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom p,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom li,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom span,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom strong,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom i,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h1,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h2,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h3,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h4,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h5,
body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h6,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom p,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom li,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom span,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom strong,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom i,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h1,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h2,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h3,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h4,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h5,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom h6,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom p,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom li,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom span,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom strong,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom i,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h1,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h2,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h3,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h4,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h5,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom h6 {
  color: var(--sub-color-34);
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom a, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom a,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom a,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom a {
  color: var(--sub-color-37);
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom a:hover, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .none-candidate-text-bottom a:hover,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .none-candidate-text-bottom a:hover,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .none-candidate-text-bottom a:hover {
  text-decoration: none;
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .auth-img, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .auth-img,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .auth-img,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .auth-img {
  width: 100%;
}

@media screen and (min-width: 64em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .auth-img, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .auth-img,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .auth-img,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .auth-img {
    height: 482px;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .login-form, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .login-form,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .login-form,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .login-form {
  background-color: transparent;
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .cell, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .cell,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .cell,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .cell {
  position: relative;
}

@media screen and (min-width: 48em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .auth-form__field.login-buttons.pwd-recover-btn-wrap, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .auth-form__field.login-buttons.pwd-recover-btn-wrap,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .auth-form__field.login-buttons.pwd-recover-btn-wrap,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .auth-form__field.login-buttons.pwd-recover-btn-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap {
  margin-bottom: 54px;
  max-width: 440px;
}

@media screen and (min-width: 48em) {
  body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap,
  body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap,
  body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .login-form__content.non-candidate-registration.pwd-recover-form-wrap {
    margin-bottom: 75px;
  }
}

body.page-template-template-non-candidate-registration .main-content.main-non-candidate-register.main-login .login-form__content.login-form__breadcrumbs, body.page-template-template-non-candidate-registration .main-content.main-pwd-recover.main-login .login-form__content.login-form__breadcrumbs,
body.page-template-template-forgotten-password .main-content.main-non-candidate-register.main-login .login-form__content.login-form__breadcrumbs,
body.page-template-template-forgotten-password .main-content.main-pwd-recover.main-login .login-form__content.login-form__breadcrumbs {
  max-width: 440px;
}

body.page-template-template-non-candidate-registration p,
body.page-template-template-forgotten-password p {
  color: #468847;
}

.login-form {
  max-width: 636px;
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 40px 18px;
  margin: 30px auto 0;
  background: var(--sub-color-3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 68.75em) {
  .login-form {
    padding: 50px 104px 0 190px;
    display: block;
  }
}

.login-form.non-candidate-registration {
  padding-bottom: 30px;
}

.login-form__content {
  max-width: 344px;
  margin: 5px auto 0;
}

.login-form__content.non-candidate-registration {
  margin-top: 24px;
  max-width: 344px;
}

.login-form__content.non-candidate-registration .regular_registration {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.login-form__content.non-candidate-registration .regular_registration .auth-form__field {
  width: 100%;
}

@media screen and (min-width: 48em) {
  .login-form__content.non-candidate-registration .regular_registration .auth-form__field {
    width: 48%;
  }
}

@media screen and (min-width: 48em) {
  .login-form__content.non-candidate-registration .regular_registration .auth-form__field.full-desk {
    width: 100%;
  }
}

.login-form__content.non-candidate-registration .regular_registration .auth-form__field.login-buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 48em) {
  .login-form__content.non-candidate-registration .regular_registration .auth-form__field.login-buttons {
    width: 100%;
    margin-top: 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.login-form__content.non-candidate-registration .regular_registration .auth-form__field .required {
  color: var(--red-required);
}

.login-form form {
  width: 100%;
}

.login-form input, .login-form .input {
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 1.875rem;
  color: var(--sub-color-2);
  height: 53px;
}

@media screen and (max-width: 47.99875em) {
  .login-form input, .login-form .input {
    height: 40px;
    font-size: 1rem;
  }
}

.login-form .button-login {
  border-radius: 10px;
  border: 1px solid #fff;
  text-transform: none;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: var(--sub-color-4);
  width: 100%;
  max-width: 219px;
  padding: 0.65625rem 0;
  display: inline-block;
}

.login-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-forgotten {
  font-size: 0.75rem;
  color: #fff;
  text-decoration: underline;
}

.login-forgotten:hover {
  color: rgba(255, 255, 255, 0.6);
}

.login-row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 68.75em) {
  .login-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.login-row.login-username input, .login-row.login-password input {
  width: 100%;
}

.candidate-form__text {
  font-size: 0.875rem;
}

.candidate-form__text.text-medium {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form .upload_cv {
  margin-top: 24px;
  position: relative;
  text-align: center;
  width: 100%;
}

.candidate-form .upload_cv textarea:required {
  position: absolute;
  display: block !important;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  top: 0;
}

.candidate-form .upload_cv .cv_label {
  display: block;
  border: unset;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: var(--sub-color-22);
  padding: 18px 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.candidate-form .upload_cv .cv_label:hover {
  cursor: pointer;
  background: var(--sub-color-1);
}

.candidate-form .upload_cv .uploaded_cv {
  font-size: 15px;
  color: #000;
  width: 100%;
  margin-top: 5px;
  text-align: left;
}

.candidate-form .upload_cv .cvfile {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
}

.candidate-form .upload_cv label.input-cv-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .candidate-form .upload_cv label.input-cv-label {
    max-width: 245px;
  }
}

.candidate-form .upload_cv label.input-cv-label input[type="file"] {
  background: transparent;
}

.candidate-form .upload_cv label.input-cv-label p {
  text-align: justify;
}

.candidate-form .upload_cv .upload_cv-subtitle {
  text-align: left;
  font-size: 1rem;
}

.candidate-form .upload_cv .columns.regular-text {
  margin: 10px auto;
}

.candidate-form .upload_cv .columns.regular-text p {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form .check-outer-section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 5px !important;
  position: relative;
  padding-left: 45px;
  padding: 15px;
  font-size: 0.875rem;
}

.candidate-form .check-outer-section .checkbox-row input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--grey-color-5);
  padding: 10px 45px 10px 24px;
  font-size: 1.125rem;
  height: auto;
  line-height: normal;
  color: #000000;
  margin-bottom: 12px;
  opacity: 1;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.candidate-form .check-outer-section .checkbox-row input[type='checkbox'] {
  width: 30px !important;
  height: 30px;
  margin: 0;
  padding: 0;
}

.candidate-form .check-outer-section .terms-row, .candidate-form .check-outer-section .submit-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.candidate-form .check-outer-section .terms-row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.candidate-form .check-outer-section .terms-row a {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form .check-outer-section a,
.candidate-form .check-outer-section .terms-engagement-popup {
  font-size: 1rem;
  color: var(--sub-color-2);
  text-decoration: underline;
}

.candidate-form .check-outer-section .submit-row {
  width: 100%;
  max-width: 600px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (min-width: 48em) {
  .candidate-form .check-outer-section .submit-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.candidate-form .check-outer-section .submit-row .button-candidate-registration {
  margin-left: 0;
  margin-top: 24px;
}

@media screen and (min-width: 48em) {
  .candidate-form .check-outer-section .submit-row .button-candidate-registration {
    margin-left: 15px;
    margin-top: 0;
  }
}

.candidate-form .check-outer-section label {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form__top-descr {
  margin-bottom: 50px;
  color: #000;
  text-align: center;
}

.candidate-form__top-descr h2 {
  font-size: 1.8125rem;
}

.candidate-form__top-descr p {
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 0;
}

.candidate-form__top-descr-hr {
  text-align: left;
}

.candidate-form__top-descr-hr h2 {
  margin-bottom: 25px;
}

.candidate-form__top-descr-hr p {
  margin: 16px 0;
  font-size: 16px;
}

.candidate-form__top-descr-hr p strong {
  font-size: 18px;
  word-break: break-word;
}
.candidate-form__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.candidate-form__title-wrapper .left-part {
  max-width: 800px;
}
@media screen and (max-width: 47.99875em) {
  .candidate-form__title-wrapper .right-part {
    width: 100%;
  }
  .candidate-form__title-wrapper .right-part .button-registration-form {
    width: 100%;
  }
}
.candidate-form__row {
  margin: auto 0 20px;
  position: relative;
}

.candidate-form__row select:required {
  display: block !important;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.candidate-form__row .select-wrapper.ui-front {
  position: relative;
}

.candidate-form__row .ui-selectmenu-button {
  border: 1px solid var(--grey-color-5);
  min-height: 44px;
  font-size: 1.125rem;
  padding: 9px 33px 9px 24px;
}

.candidate-form__row .ui-selectmenu-button .ui-icon::before {
  font-family: 'recruit-icon';
  content: "\e902";
  background-color: var(--sub-color-28);
  background-image: none;
  color: #fff;
  height: 100%;
  min-height: 44px;
  width: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}

.candidate-form__row input, .candidate-form__row textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--grey-color-5);
  padding: 10px 45px 10px 24px;
  font-size: 1.125rem;
  height: auto;
  line-height: normal;
  color: #000000;
  margin-bottom: 12px;
  outline: none;
  width: 100% !important;
  opacity: 1;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.candidate-form__row input[type='checkbox'], .candidate-form__row textarea[type='checkbox'] {
  width: 30px !important;
  height: 30px;
  margin: 0;
  padding: 0;
}

.candidate-form__row input:focus, .candidate-form__row textarea:focus {
  border: 1px solid var(--grey-color-5);
}

.candidate-form__row label {
  color: var(--sub-color-2);
  font-size: 1.125rem;
}
.candidate-form__section-title {
  font-size: 1.5rem;
  line-height: 22px;
  margin-bottom: 18px;
}
.candidate-form__section-content .candidate-form__section-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 64em) {
  .candidate-form__section-title {
    font-size: 1.8125rem;
  }
}
.candidate-form__title {
  padding: 5px 9px 0 0;
  margin: 0 0 10px 0;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: -1px;
}
@media screen and (min-width: 40em) {
  .candidate-form__title {
    font-size: 1.375rem;
  }
}
.candidate-form__title.small {
  font-size: 1.875rem;
}

.candidate-form__descr {
  padding: 3px 4px 3px 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: var(--sub-color-20);
  margin-bottom: 9px;
}

.candidate-form__descr.descr-medium {
  font-size: 0.875rem;
  color: var(--sub-color-2);
}
.candidate-form__section-content {
  margin-top: 40px;
  margin-bottom: 20px;
}
.candidate-form .candidate-form__text {
  line-height: 1.5;
}
.candidate-form .candidate-form__text.text-medium {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form .tabs {
  border: none;
  width: 100%;
}
.candidate-form .tabs:before, .candidate-form .tabs:after {
  content: "";
  display: none;
}
.candidate-form .tabs:not(.tabs-inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.candidate-form .tabs:not(.tabs-inner) .tabs-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-align: center;
}

@media screen and (max-width: 47.99875em) {
  .candidate-form .tabs:not(.tabs-inner) .tabs-title {
    min-width: auto;
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.332%;
        -ms-flex: 1 0 33.332%;
            flex: 1 0 33.332%;
  }
}

.candidate-form .tabs:not(.tabs-inner) .tabs-title.is-active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 2px;
          box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 2px;
}

.candidate-form .tabs:not(.tabs-inner) .tabs-title.is-active > a {
  color: var(--sub-color-1);
  background-color: #fff;
}

@media screen and (max-width: 47.99875em) {
  .candidate-form .tabs:not(.tabs-inner) .tabs-title.is-active > a {
    font-size: 1rem;
  }
}

.candidate-form .tabs:not(.tabs-inner) .tabs-title > a {
  font-size: 1.25rem;
  color: #fff;
  background-color: var(--sub-color-20);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 74.99875em) {
  .candidate-form .tabs:not(.tabs-inner) .tabs-title > a {
    font-size: 1rem;
    padding: 10px;
  }
}

@media screen and (max-width: 47.99875em) {
  .candidate-form .tabs:not(.tabs-inner) .tabs-title > a {
    font-size: 12px;
    padding: 10px 2px;
  }
}
.candidate-form .work-type-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.candidate-form .work-type-labels__onsite, .candidate-form .work-type-labels__hybrid {
  background-color: #f0faff;
  padding: 16px 24px;
  text-align: center;
  font-size: 1.25rem;
  color: var(--sub-color-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 74.99875em) {
  .candidate-form .work-type-labels__onsite, .candidate-form .work-type-labels__hybrid {
    font-size: 1rem;
    padding: 10px;
  }
}
@media screen and (max-width: 47.99875em) {
  .candidate-form .work-type-labels__onsite, .candidate-form .work-type-labels__hybrid {
    font-size: 14px;
    padding: 8px;
  }
}
.candidate-form .work-type-labels__onsite {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(75% - 7.5px);
          flex: 1 0 calc(75% - 7.5px);
}
.candidate-form .work-type-labels__hybrid {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 15px);
          flex: 1 0 calc(25% - 15px);
}
.candidate-form .tab-content {
  background-color: #fff;
}

.candidate-form .tab-content .bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--sub-color-20);
  padding: 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.candidate-form .tab-content .bar label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}

@media screen and (max-width: 47.99875em) {
  .candidate-form .tab-content .bar label {
    margin: 0;
  }
}

.candidate-form .tab-content .bar label span {
  font-size: 1rem;
}

@media screen and (max-width: 74.99875em) {
  .candidate-form .tab-content .bar label span {
    font-size: 1.25rem;
  }
}
.candidate-form .tab-content .bar label input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.candidate-form .tabs-inner {
  background-color: var(--sub-color-21);
  padding: 10px;
}

@media print, screen and (min-width: 40em) {
  .candidate-form .tabs-inner {
    margin-right: -15px;
  }
}

.candidate-form .tabs-inner .tabs-title {
  display: block;
  float: none;
}

.candidate-form .tabs-inner .tabs-title.is-active {
  background-color: var(--sub-color-20);
}

.candidate-form .tabs-inner .tabs-title.is-active > a {
  color: #fff;
}

.candidate-form .tabs-inner .tabs-title > a {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6.8px 5px;
  color: #fff;
}

.candidate-form .tabs-inner .tabs-title > a:hover {
  background-color: var(--sub-color-20);
}

@media screen and (max-width: 47.99875em) {
  .candidate-form .tabs-inner .tabs-title > a {
    font-size: 1rem;
  }
}

.candidate-form .tabs-content-inner {
  margin: 10px 0 0;
}

.candidate-form .tabs-content-inner .tabs-panel {
  padding: 0 0 0 19px;
}

@media screen and (max-width: 74.99875em) {
  .candidate-form .tabs-content-inner .tabs-panel {
    padding: 0;
  }
}

.candidate-form .tabs-content-inner ul li {
  margin-bottom: 10px;
}

.candidate-form .tabs-content-inner ul li:last-child {
  margin-bottom: 8px;
}

.candidate-form .tabs-content-inner ul li label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 5px 5px 5px 10px;
  background-color: var(--sub-color-20);
  font-size: 1.25rem;
}

@media screen and (max-width: 74.99875em) {
  .candidate-form .tabs-content-inner ul li label {
    font-size: 1rem;
  }
}

.candidate-form .tabs-content-inner ul li label input {
  margin: 0;
}

.candidate-form .work-type {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

.candidate-form .work-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.candidate-form .work-type-wrapper .type-of-work-validation-js {
  width: 100%;
}

.candidate-form .additional-questions p {
  height: 100%;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}

.candidate-form .additional-questions p.text-medium {
  font-size: 1rem;
  color: var(--sub-color-2);
}

.candidate-form .additional-questions p.candidate-form__descr.descr-medium.candidate-form__descr-cv {
  font-style: 14px;
  text-transform: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.button-candidate-registration {
  display: block;
  border: unset;
  color: #fff;
  width: 100%;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  background: var(--sub-color-22);
  padding: 18px 5px;
  margin: unset;
  margin-left: 15px;
}

.ui-selectmenu-open {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

.registration-block-exp-check,
.registration-block-note {
  padding-top: 22px;
}
.registration-section {
  display: none;
}
.registration-section.active {
  display: block;
}

.registration-progress {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  margin-bottom: 40px;
  padding: 0 0 20px;
}
.registration-progress.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration-progress__step {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.registration-progress__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 64em) {
  .registration-progress__circle {
    width: 40px;
    height: 40px;
  }
}
.registration-progress__check {
  display: none;
  width: 15px;
  height: 15px;
}
.registration-progress__number {
  display: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.registration-progress__step.completed {
  cursor: pointer;
}
.registration-progress__step.completed .registration-progress__circle {
  background-color: var(--sub-color-22);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.registration-progress__step.completed:hover .registration-progress__circle {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.registration-progress__step.completed .registration-progress__check {
  display: block;
}
.registration-progress__step.completed .registration-progress__number {
  display: none;
}
.registration-progress__step.active .registration-progress__circle {
  background-color: var(--sub-color-22);
  -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--sub-color-22);
          box-shadow: 0 0 0 4px #fff, 0 0 0 6px var(--sub-color-22);
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 64em) {
  .registration-progress__step.active .registration-progress__circle {
    width: 34px;
    height: 34px;
  }
}
.registration-progress__step.active .registration-progress__number {
  display: block;
}
.registration-progress__step.active .registration-progress__check {
  display: none;
}
.registration-progress__step.pending .registration-progress__circle {
  background-color: #d7eeff;
}
.registration-progress__step.pending .registration-progress__number {
  display: none;
}
.registration-progress__step.pending .registration-progress__check {
  display: none;
}
.registration-progress__bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.registration-progress__bar.completed {
  background-color: var(--sub-color-22);
}
.registration-progress__bar.pending {
  background-color: #d7eeff;
}

.registration-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.registration-nav__btn {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-color: var(--sub-color-22);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.registration-nav__btn:hover, .registration-nav__btn:focus {
  background: var(--sub-color-1);
  color: #fff;
}
@media screen and (min-width: 64em) {
  .registration-nav__btn {
    font-size: 1.125rem;
    padding: 19px 40px;
  }
}

.ui-selectmenu-button.select-error {
  border-color: #B94A48 !important;
  outline: 1px solid var(--req-bg) !important;
  background: var(--req-border) !important;
}

.page-template-template-candidate-registration .main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 64em) {
  .page-template-template-candidate-registration .main-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button-registration-form {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background-color: var(--sub-color-22);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.button-registration-form:hover, .button-registration-form:focus {
  background: var(--sub-color-1);
  color: #fff;
}
@media screen and (min-width: 64em) {
  .button-registration-form {
    font-size: 1.125rem;
    padding: 19px 40px;
  }
}

.same-height-block > .candidate-form__row {
  height: 100%;
}
.same-height-block > .candidate-form__row > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* ---------------------------------------
	TMPL: Account page
--------------------------------------- */
/* ---------------------------------------
    Account page
--------------------------------------- */
body.terms-engagement-popup-opened {
  height: 100vh;
  overflow: hidden;
}

.terms-engagement.title {
  width: 85%;
}

.main-content-account {
  overflow-x: hidden;
}

.main-content-account .grid-container {
  max-width: 1120px;
  padding: 10px 0px 20px;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .grid-container {
    padding: 20px 0;
  }
}

.main-content-account .tabs-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--sub-color-24);
  width: 100%;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .tabs-dropdown {
    background-color: transparent;
    max-width: 1080px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-content-account .tabs-dropdown p {
  display: inline-block;
  padding: 0 15px 0 0;
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .tabs-dropdown p {
    margin-bottom: 16px;
  }
}

.main-content-account .tabs-dropdown p .acc-tab {
  color: #fff;
  display: block;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .tabs-dropdown p .acc-tab {
    text-decoration: underline;
    padding: 0;
    font-weight: 400;
  }
}

.main-content-account .tabs-dropdown p .acc-tab .icon {
  position: absolute;
}

@media screen and (min-width: 40em) {
  .main-content-account .tabs-dropdown p .acc-tab .icon {
    position: relative;
  }
}

.main-content-account .tabs-dropdown .signout {
  background-color: var(--sub-color-25);
  -webkit-border-top-left-radius: 2px !important;
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-topleft: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.main-content-account .tabs-dropdown .signout:hover {
  background-color: var(--sub-color-28);
}

@media screen and (min-width: 68.75em) {
  .main-content-account .tabs-dropdown .signout {
    width: auto;
    height: 100%;
    max-height: 37px;
    margin-top: 16px;
  }
}

.main-content-account .tabs-dropdown .signout .logout {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.main-content-account .grid-x-custom {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.main-content-account .grid-x-custom-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .grid-x-custom-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-content-account .account-content-wrapper {
  width: 100%;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .account-content-wrapper {
    max-width: 780px;
  }
}

.main-content-account .sidebar-wrapper {
  width: 100%;
}

@media screen and (min-width: 68.75em) {
  .main-content-account .sidebar-wrapper {
    max-width: 300px;
  }
}

.account-sidebar {
  background-color: var(--sub-color-8);
  width: 100%;
  border: none;
  display: none;
  z-index: 5;
}

@media screen and (min-width: 68.75em) {
  .account-sidebar {
    max-width: 300px;
  }
}

.account-sidebar.active {
  display: block;
}

.account-sidebar-tabs-title {
  padding: 10px 0;
}

.account-sidebar .tabs-title-popup > a {
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--primary-color);
}

.account-sidebar .account-sidebar-li-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-sidebar .tabs-title.is-active,
.account-sidebar .tabs-title-popup.is-active,
.account-sidebar .tabs-title-inactive.is-active {
  background-color: var(--sub-color-11);
  position: relative;
}

@media screen and (min-width: 68.75em) {
  .account-sidebar .tabs-title.is-active::after,
  .account-sidebar .tabs-title-popup.is-active::after,
  .account-sidebar .tabs-title-inactive.is-active::after {
    content: "";
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid rgba(78, 130, 150, 0);
    border-left-color: var(--sub-color-11);
  }
}

.account-sidebar .tabs-title > a,
.account-sidebar .tabs-title-popup > a,
.account-sidebar .tabs-title-inactive > a {
  background-color: transparent;
  padding: 10px 15px;
  margin: 0;
  display: block;
}

.account-sidebar .tabs-title > a:hover,
.account-sidebar .tabs-title-popup > a:hover,
.account-sidebar .tabs-title-inactive > a:hover {
  background-color: var(--sub-color-11);
}

.account-sidebar .tabs-title > a.acc-tab-disable,
.account-sidebar .tabs-title-popup > a.acc-tab-disable,
.account-sidebar .tabs-title-inactive > a.acc-tab-disable {
  cursor: default;
  pointer-events: none;
  background-color: transparent;
}

.account-sidebar .tabs-title .tabs-icon,
.account-sidebar .tabs-title-popup .tabs-icon,
.account-sidebar .tabs-title-inactive .tabs-icon {
  float: left;
  margin: 10px 15px 0 0;
}

.account-sidebar__title {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  display: block;
}

.account-sidebar__descr {
  font-size: 0.75rem;
  line-height: 2;
  color: #fff;
  display: block;
}

.account-tabs-content {
  background-color: var(--sub-color-9);
  color: #fff;
  min-height: 856px !important;
  display: none;
}

.account-tabs-content.active {
  display: block;
}

.account-content {
  padding: 20px;
}

.account-content__title {
  line-height: 1.75rem;
  margin-top: 20px;
}

.account-content label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 1.125rem;
}

.account-content label input[type="radio"] {
  width: 1.5em;
  height: 1.5em;
}

.account-content label .radio-label-content {
  width: 90%;
}

.account-content .select-wrapper {
  width: 100%;
  max-width: 325px;
  position: relative;
}

.account-content .select-wrapper .ui-selectmenu-button {
  margin-bottom: 15px;
}

.account-content .select-region-wrapper {
  width: 100%;
  max-width: unset;
}

.account-content .select-region-wrapper .ui-selectmenu-button {
  margin-bottom: 15px;
  min-width: auto;
}

@media screen and (min-width: 48.0625em) {
  .account-content .select-region-wrapper .ui-selectmenu-button {
    max-width: 100%;
  }
}

.account-content .select-wrapper-wide {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.account-content .select-wrapper-wide .ui-selectmenu-button {
  margin-bottom: 15px;
}

.account-content .candidate-form__text {
  font-size: 0.875rem;
}

.account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title,
.account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title-inactive {
  margin-right: 10px;
}

@media print, screen and (min-width: 64em) {
  .account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title,
  .account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title-inactive {
    min-width: 192px;
  }
}

@media screen and (max-width: 33.74875em) {
  .account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title,
  .account-content .candidate-form .tabs:not(.tabs-inner) .tabs-title-inactive {
    margin-right: 5px;
  }
}

.account-content .tabs-title > a,
.account-content .tabs-title-inactive > a {
  font-size: 1rem;
  padding: 19px 10px;
}

.account-content-header {
  margin-bottom: 30px;
}

.account-content-header__title {
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-size: 2.5rem;
}

.account-content-header__descr {
  color: #fff;
  line-height: 1;
}

.account-content.contact label:not(.label-confirm) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 520px;
}

@media screen and (max-width: 33.74875em) {
  .account-content.contact label:not(.label-confirm) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.account-content.contact label:not(.label-confirm) .label-name {
  min-width: 220px;
  text-align: right;
  padding-right: 20px;
}

@media screen and (max-width: 33.74875em) {
  .account-content.contact label:not(.label-confirm) .label-name {
    min-width: auto;
  }
}

.account-content.experience .select-wrapper {
  padding-left: 0;
}

.account-content.rate .select-wrapper {
  padding-left: 0;
}

.account-content.rate textarea {
  width: 100%;
  height: 100px;
  max-width: 520px;
}

.account-content.notice-period .select-wrapper {
  padding-left: 0;
}

.account-content.qualification .select-wrapper-wide .chosen-container {
  width: 520px !important;
}

.account-content.experiences label:not(.label-confirm) {
  padding-left: 25px;
}

.account-content.cv textarea {
  background: var(--sub-color-2);
}

.account-content .select-inner {
  position: relative;
  width: 100%;
}

.account-content .ui-selectmenu-menu {
  width: 100%;
}

.account-content .ui-selectmenu-menu .ui-menu {
  width: 100% !important;
}

.account-content .account-content-header__title {
  margin-bottom: 12px;
}

@media screen and (min-width: 64em) {
  .account-content .account-content-header__title {
    margin-bottom: 0;
  }
}

.account-content-footer {
  padding-top: 4px;
}

.account-content-footer .button-submit {
  margin: 20px 0;
  background: var(--sub-color-10);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0625rem;
  text-align: center;
  border: none;
  border-radius: 2px;
  padding: 20px;
  display: inline-block;
  max-width: 602px;
  width: auto;
}

.account-content-footer .button-submit:hover {
  background-color: var(--sub-color-28);
}

.label {
  color: #fff;
}

.label-confirm {
  display: block !important;
  line-height: 1.875;
  margin-top: 25px;
}

.label-confirm input[type=checkbox] {
  margin: 0 12px -10px 0;
}

.label-descr {
  display: block;
  padding-left: 35px;
}

.terms-engagement-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  background-color: rgba(30, 30, 30, 0.9);
}

.terms-engagement-bg.opened {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
}

.terms-engagement-wrap.popup {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background-color: var(--sub-color-28);
  color: #fff;
  max-width: 780px;
  overflow: auto;
  position: relative;
  opacity: 0;
}

.terms-engagement-wrap.popup.opened {
  opacity: 1;
}

.terms-engagement-wrap.popup .popup-close {
  color: currentColor;
  padding: 20px;
  right: 0;
  top: 0;
  position: absolute;
  width: 74px;
  height: 74px;
  background-color: transparent;
  opacity: 0.3;
}

.terms-engagement-wrap.popup .popup-close svg path {
  fill: #fff;
}

.terms-engagement-wrap.popup .terms-engagement-content {
  max-height: calc(100vh - 150px);
  font-size: 1rem;
  line-height: 24px;
  overflow: scroll;
  overflow-x: hidden;
  min-height: calc(100vh - 150px);
}

.terms-engagement-wrap.popup .terms-engagement-content::-webkit-scrollbar {
  width: 8px;
}

.terms-engagement-wrap.popup .terms-engagement-content::-webkit-scrollbar-track {
  background: var(--sub-color-28);
}

.terms-engagement-wrap.popup .terms-engagement-content::-webkit-scrollbar-thumb {
  background: #fff;
}

.terms-engagement-wrap.popup .terms-engagement-content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.terms-engagement-wrap.popup .terms-engagement-content .terms-engagement-text {
  height: 100%;
  padding: 20px;
  position: relative;
}

.terms-engagement-wrap.popup .title {
  font-size: 1.625rem;
  margin-bottom: 15px;
}

.terms-engagement-wrap.popup tbody, .terms-engagement-wrap.popup tbody tr {
  background: transparent;
}

.terms-engagement-wrap.popup a {
  color: #fff;
}

.webinar-filters {
  margin-bottom: 20px;
  background-color: var(--sub-color-25);
  padding: 10px 20px 20px;
  position: relative;
}

.webinar-filters form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 48.0625em) {
  .webinar-filters form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.webinar-filters .webinar-category-filter,
.webinar-filters .webinar-keyword-filter {
  width: 100%;
  margin-top: 15px;
  margin-right: 15px;
  display: inline-block;
}

@media screen and (min-width: 48.0625em) {
  .webinar-filters .webinar-category-filter,
  .webinar-filters .webinar-keyword-filter {
    margin-top: 0;
    max-width: 33.3%;
  }
}

.webinar-filters .filter-title {
  font-size: 16px;
  padding-bottom: 5px;
}

.webinar-filters .webinar-apply-filter {
  background-color: var(--sub-color-9);
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 7px 30px;
  margin-top: 15px;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (min-width: 48.0625em) {
  .webinar-filters .webinar-apply-filter {
    margin-top: 0;
  }
}

.webinar-filters .webinar-apply-filter:hover {
  background-color: var(--sub-color-28);
}

.bar-container {
  height: 5px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.bar-container .bar {
  content: "";
  display: inline;
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
}

.bar-container .bar:nth-child(1) {
  background-color: var(--sub-color-41);
  -webkit-animation: linear_loader 3s linear 0s infinite;
          animation: linear_loader 3s linear 0s infinite;
}

.bar-container .bar:nth-child(2) {
  background-color: var(--sub-color-41);
  -webkit-animation: linear_loader 3s linear 1s infinite;
          animation: linear_loader 3s linear 1s infinite;
}

.bar-container .bar:nth-child(3) {
  background-color: var(--sub-color-41);
  -webkit-animation: linear_loader 3s linear 2s infinite;
          animation: linear_loader 3s linear 2s infinite;
}

@-webkit-keyframes linear_loader {
  0% {
    right: 100%;
    width: 10%;
  }
  30% {
    right: 0%;
    width: 40%;
  }
  50% {
    right: 0%;
    width: 0%;
  }
  80% {
    right: 0%;
    width: 0%;
  }
  100% {
    right: 0%;
    width: 0%;
  }
}

@keyframes linear_loader {
  0% {
    right: 100%;
    width: 10%;
  }
  30% {
    right: 0%;
    width: 40%;
  }
  50% {
    right: 0%;
    width: 0%;
  }
  80% {
    right: 0%;
    width: 0%;
  }
  100% {
    right: 0%;
    width: 0%;
  }
}

.webinar-items {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (min-width: 48.0625em) {
  .webinar-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.webinar-items .article-webinar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--sub-color-25);
}

.webinar-items .article-webinar .article-webinar-card-link {
  font-size: 0;
  color: transparent;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.webinar-items .article-webinar .title-wrap .title-webinar {
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  max-height: 57px;
}

.webinar-items .article-webinar .img-wrap .img-webinar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 48.0625em) {
  .webinar-items .article-webinar .img-wrap .img-webinar {
    height: 175px;
  }
}

.webinar-items .article-webinar .tags-wrap {
  width: calc(100% + 10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
}

.webinar-items .article-webinar .tags-wrap span {
  background-color: var(--sub-color-9);
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 7px 10px;
  margin: 5px;
}

.btn-webinar-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-webinar-wrap .load-more {
  background-color: var(--sub-color-25);
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 7px 30px;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn-webinar-wrap .load-more:hover {
  background-color: var(--sub-color-28);
}

.btn-webinar-wrap .load-more span {
  color: #fff;
  text-align: center;
}

.account-single-post-wrap {
  background: var(--sub-color-25);
  padding: 20px;
  text-decoration: none;
}

.account-single-post-wrap .back-to-webinar-list {
  margin: 0 0 20px;
  cursor: pointer;
  background-color: var(--sub-color-9);
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  padding: 7px 30px;
  font-size: 16px;
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.account-single-post-wrap .back-to-webinar-list:hover {
  background-color: var(--sub-color-28);
}

.account-single-post-wrap .webinar-title {
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.account-single-post-wrap .webinar-description {
  margin: 10px 0;
  font-size: 16px;
}

.account-block-exp-check > .grid-x {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.account-block-exp-check .grid-margin-x > .cell {
  width: 100%;
}

.account-block-exp-check .candidate-form__row label:not(.label-confirm) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 0;
  gap: 10px;
}

.account-block-exp-check .candidate-form__row label:not(.label-confirm) span {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.account-block-exp-check .candidate-form__row label:not(.label-confirm) input {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

/* ---------------------------------------
	TMPL: Resources new page
--------------------------------------- */
.r-intro-section {
  padding: 35px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
}

@media screen and (min-width: 64em) {
  .r-intro-section {
    padding: 100px 0;
    min-height: 420px;
    height: auto;
  }
}

.r-intro-section .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1280px !important;
}

.r-intro {
  max-width: 468px;
  width: 100%;
}

.r-intro.left {
  margin-right: auto;
  text-align: left;
}

.r-intro.left .r-intro__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.r-intro.right {
  margin-left: auto;
}

.r-intro.right .r-intro__wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.r-intro.center {
  margin: 0 auto;
  text-align: center;
}

.r-intro.center .r-intro__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.r-intro__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 26px;
  background: var(--sub-color-38);
}

@media screen and (min-width: 64em) {
  .r-intro__wrap {
    padding: 57px 22px 37px;
    min-height: 268px;
  }
}

.r-intro__logo {
  height: 74px;
  margin-bottom: 15px;
}

.r-intro__logo img {
  height: 100%;
}

.r-intro__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 112%;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

@media screen and (min-width: 64em) {
  .r-intro__title {
    font-size: 26px;
    margin-bottom: 32px;
  }
}

.r-intro__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 138%;
  color: #fff;
  margin-bottom: 18px;
}

@media screen and (min-width: 64em) {
  .r-intro__text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.r-intro__btn {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  position: relative;
  padding: 9px 37px 9px 21px;
  background-repeat: no-repeat;
  background-position: 94% 69%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_1332)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_1332' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_1332'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_1332' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-intro__btn:hover {
  color: #fff;
  background-color: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_1332)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_1332' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_1332'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_1332' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-intro__btn--long {
  padding: 9px 47px 9px 21px;
}

.r-intro__btn--dark {
  color: #fff;
  background-color: var(--sub-color-29);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_787)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_787' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_787'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_787' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-intro__btn--dark:hover {
  color: #fff;
  background-color: var(--sub-color-28);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_787)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_787' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_787'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_787' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-intro__btn--blue {
  color: #fff;
  background-color: var(--sub-color-28);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_787)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_787' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_787'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_787' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-intro__btn--blue:hover {
  color: #fff;
  background-color: var(--sub-color-24);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='20' viewBox='0 0 15 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_238_787)'%3E%3Cpath d='M5 1L10 5.8587L5 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_238_787' x='0' y='0' width='15' height='20' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_238_787'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_238_787' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.r-descr-section {
  padding: 40px 0;
  background-color: #fff;
}

@media screen and (min-width: 64em) {
  .r-descr-section {
    padding: 62px 0;
  }
}

.r-descr-section .grid-container {
  max-width: 1280px !important;
}

@media screen and (min-width: 64em) {
  .r-descr__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.r-descr__head {
  margin-bottom: 34px;
}

.r-descr__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 108%;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 10px;
}

@media screen and (min-width: 64em) {
  .r-descr__title {
    font-size: 32px;
  }
}

.r-descr__date {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: -0.25px;
  color: var(--sub-color-28);
}

.r-descr__links {
  margin: 40px 0;
}

@media screen and (min-width: 64em) {
  .r-descr__links {
    margin: 70px 0 82px;
  }
}

.r-descr__links a {
  font-weight: 700;
  color: var(--sub-color-28);
  text-decoration: underline;
}

.r-descr__links a:hover {
  text-decoration: none;
}

.r-descr__links-text {
  font-weight: 400;
  font-size: 19px;
  line-height: 137%;
  color: #000;
}

.r-descr__links-text a {
  font-weight: 700;
  text-decoration: underline;
  color: var(--sub-color-28);
}

.r-descr__links-text a:hover {
  text-decoration: none;
}

.r-descr__footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .r-descr__footer-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.r-descr__footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
}

.r-descr__footer-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  padding: 10px 47px;
  margin-bottom: 0;
  color: #000;
}

@media screen and (min-width: 64em) {
  .r-descr__footer-btn {
    margin-bottom: 0;
    margin-right: 37px;
  }
}

.r-descr__footer-soc {
  width: 49px;
  height: 47px;
  overflow: hidden;
  border-radius: 50%;
  margin: 4px;
}

.r-descr__footer-soc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-descr__footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: var(--grey-color-8);
  text-align: center;
}

@media screen and (min-width: 64em) {
  .r-descr__footer-text {
    text-align: left;
  }
}

.r-descr__typography {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .r-descr__typography {
    padding-right: 100px;
  }
}

.r-descr__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -11px;
  padding-top: 2rem;
}

@media screen and (min-width: 64em) {
  .r-descr__nav {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
  }
}

.r-descr__footer {
  margin-top: 60px;
}

@media screen and (min-width: 64em) {
  .r-descr__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.r-descr__footer-txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 64em) {
  .r-descr__footer-txt {
    margin: 0;
  }
}

.r-descr__footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
}

.r-descr__footer-wrap .table__right-td {
  border-left: 1px solid var(--sub-color-36);
}

.r-descr__footer-wrap .r-descr__footer-text {
  text-align: left;
}

.r-descr__share {
  padding: 25px 0;
}

@media (max-width: 580px) {
  .r-descr__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.r-descr__share-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: var(--sub-color-28);
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}

.r-descr__share-button:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.r-descr__share-button:focus {
  color: #fff;
  background-color: var(--primary-color);
}

.r-descr__author-avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.r-descr__author-avatar img {
  border-radius: 100%;
  max-width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-descr__author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

@media (max-width: 580px) {
  .r-descr__author-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.r-descr__author-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .r-descr__author-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.r-descr__author-name {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 155px;
}

.r-descr__author-name a {
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .r-descr__author-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.r-descr__author-description {
  color: #000;
}

.r-descr__author-social {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .r-descr__author-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.r-descr__author-text {
  max-width: 130px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 15px;
  text-align: center;
}

@media (max-width: 600px) {
  .r-descr__author-text {
    max-width: 100%;
  }
}

.r-descr__author-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.r-descr__author-item img {
  max-width: 30px;
  height: 30px;
}

.r-descr__modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  visibility: hidden;
}

.r-descr__modal-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.r-descr__modal-window {
  position: relative;
  background: #212121;
  max-width: 400px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: -1000px;
}

.r-descr__modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 18px;
  gap: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.r-descr__modal-title svg {
  width: 20px;
  height: 20px;
}

.r-descr__modal-footer {
  width: 100%;
  background: transparent;
  opacity: 0.5;
  padding: 10px;
  font-size: 13px;
}

.r-descr__modal-footer:hover {
  background: none;
  opacity: 1;
}

.r-descr__modal-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.r-descr__modal-icons button {
  max-width: 25%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 20px 0;
  font-size: 12px;
}

.r-descr__modal-icons button:hover {
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.125);
}

.r-descr__modal-icons button svg {
  height: 24px;
  width: 42px;
}

.r-descr__modal-icons button svg.the-icon {
  width: 42px;
  height: 36px;
}

.r-descr__modal.active {
  visibility: visible;
}

.r-descr__modal.active .r-descr__modal-overlay {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.r-descr__modal.active .r-descr__modal-window {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 0;
}

.r-descr-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--sub-color-28);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 17px 9px 21px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.r-descr-link:hover {
  color: #fff;
  background-color: var(--sub-color-24);
}

.r-descr-link:focus {
  color: #fff;
}

.r-descr-link img {
  position: relative;
  margin: 0 0 0 8px;
  bottom: -4px;
  right: -2px;
}

.r-post {
  width: 50%;
  margin: 0 0 22px 0;
}

.r-post:hover .r-post__link {
  color: #fff !important;
  background-color: var(--primary-color);
}

@media screen and (min-width: 64em) {
  .r-post {
    width: 100%;
  }
}

.r-post__wrap {
  padding: 0 11px;
}

@media screen and (min-width: 64em) {
  .r-post__wrap {
    padding: 0;
  }
}

.r-post__img {
  margin: 0 0 22px 0;
  padding: 0 15px;
  height: 132px;
}

@media screen and (min-width: 64em) {
  .r-post__img {
    padding: 0 18px;
  }
}

.r-post__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-post__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: var(--sub-color-28);
  width: 100%;
  display: block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.n-typography__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .n-typography__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.n-typography__img {
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .n-typography__img {
    width: 44.799%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.n-typography h1 {
  font-size: 26px;
}

.n-typography h2 {
  font-size: 24px;
}

.n-typography h3 {
  font-size: 22px;
}

.n-typography h4 {
  font-size: 20px;
}

.n-typography h5 {
  font-size: 18px;
}

.n-typography h6 {
  font-size: 16px;
}

.n-typography h1,
.n-typography h2,
.n-typography h3,
.n-typography h4,
.n-typography h5,
.n-typography h6 {
  line-height: 1.5;
}

.n-typography p {
  color: #000;
  word-break: break-word;
}

.n-typography img {
  max-width: 100%;
  display: block;
}

.n-typography ul {
  list-style: none;
  margin: 0;
}

.n-typography ul li {
  color: #000;
  word-break: break-word;
  margin: 0 0 15px 0;
  list-style: disc;
  list-style-position: inside;
}

.n-typography iframe {
  max-width: 684px;
  max-height: 384px;
  width: 100%;
  display: block;
  margin: 35px auto;
}

@media screen and (min-width: 64em) {
  .n-typography iframe {
    height: 35vw;
  }
}

.n-typography table {
  display: block;
  overflow-x: auto;
}

.page-template-template-resources .n-typography iframe {
  max-width: none;
}

.book-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 30px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.book-wrapper__item {
  text-align: center;
  max-width: 300px;
  overflow: hidden;
}

.book-wrapper__item h2 {
  color: var(--sub-color-11);
  text-decoration: underline;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.book-wrapper__item:hover .book-wrapper__img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.book-wrapper__item:hover h2 {
  text-decoration: none;
}

.book-wrapper__img {
  width: 100%;
  min-width: 300px;
  height: 270px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

h3.n-typography-heading {
  font-weight: 600 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin-bottom: 21px !important;
}

.r-descr-info {
  width: 100%;
  margin-top: 50px;
}

.r-descr-info__wrap {
  padding: 20px;
  background-color: var(--sub-color-28);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 48em) {
  .r-descr-info__wrap {
    padding: 25px 37px 25px 37px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.r-descr-info__img {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 48em) {
  .r-descr-info__img {
    margin: 0;
    width: 114px;
    height: 78px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.r-descr-info__img img {
  width: auto;
  height: 100%;
  max-height: 350px;
}

.r-descr-info__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 131%;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 48em) {
  .r-descr-info__title {
    margin: 0;
    padding: 0 20px;
  }
}

@media screen and (min-width: 64em) {
  .r-descr-info__title {
    padding: 0 50px;
  }
}

.r-descr-info__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 12px 13px;
  white-space: nowrap;
}

.r-descr-info__link:hover {
  background-color: var(--sub-color-20);
  color: #fff;
}

.r-user {
  background-color: var(--sub-color-28);
  padding: 18px 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.r-user__img {
  margin-right: 20px;
  width: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

@media screen and (min-width: 64em) {
  .r-user__img {
    margin-right: 25px;
    width: 100px;
  }
}

.r-user__img img {
  width: 100%;
  margin: 0;
}

.r-user__quote {
  color: #fff !important;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 400;
}

@media screen and (min-width: 64em) {
  .r-user__quote {
    font-size: 24px;
  }
}

.r-user__author {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 64em) {
  .r-user__author {
    font-size: 18px;
  }
}

.single-case-study .r-intro .r-intro__wrap {
  background-color: #fff;
}

.single-case-study .r-intro .r-intro__wrap .r-intro__btn {
  color: #fff;
  background-color: var(--sub-color-28);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'/%3E%3C/svg%3E%0A");
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-position: 94% 49%;
  background-size: 5%;
}

.single-case-study .r-intro .r-intro__wrap .r-intro__btn:hover {
  background-color: var(--sub-color-1);
}

.single-case-study .r-intro .r-intro__wrap .r-intro__text {
  color: #000;
}

/* ---------------------------------------
	TMPL: Login new page
--------------------------------------- */
.main-login {
  background-color: #fff;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-form-cell {
  margin-top: 30px;
}

.auth-form {
  position: relative;
  padding: 40px 0;
}

@media screen and (min-width: 64em) {
  .auth-form {
    padding: 76px 0 86px;
  }
}

.auth-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 344px;
  margin: 0 auto;
}

.auth-form__back {
  margin-bottom: 16px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
}

@media screen and (min-width: 64em) {
  .auth-form__back {
    position: absolute;
    z-index: 1;
    top: 76px;
    left: 0;
  }
}

.auth-form__back:hover {
  opacity: 0.8;
}

.auth-form__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 24px;
}

.auth-form__field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

.auth-form__field.invalid .auth-form__valid {
  display: block;
}

.auth-form__field.invalid .auth-form__input {
  border: 1px solid red;
}

.auth-form__label {
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: var(--sub-color-34);
  margin-bottom: 4px;
}

.auth-form__input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--sub-color-33);
  -webkit-box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.04);
          box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.04);
  border-radius: 4px;
}

.auth-form__input:focus {
  border: 1px solid var(--sub-color-3);
}

.auth-form__valid {
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: red;
  display: none;
}

.auth-form__row {
  margin: 24px 0 20px 0;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--sub-color-33);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.auth-form__password {
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--sub-color-34);
}

.auth-form__password:hover {
  opacity: 0.8;
}

.auth-form__btn {
  background: var(--sub-color-37);
  -webkit-box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.08);
          box-shadow: 0px 1px 2px rgba(15, 23, 42, 0.08);
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 11px 15px;
}

.auth-form__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: var(--sub-color-34);
  margin: 0;
}

.auth-form__text--or {
  margin: 0 5px;
}

.auth-form__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  color: var(--sub-color-37);
}

.auth-form__link:hover {
  opacity: 0.8;
}

.auth-form__footer p,
.auth-form__footer li,
.auth-form__footer span,
.auth-form__footer strong,
.auth-form__footer i,
.auth-form__footer h1,
.auth-form__footer h2,
.auth-form__footer h3,
.auth-form__footer h4,
.auth-form__footer h5,
.auth-form__footer h6 {
  color: var(--sub-color-34);
}

.auth-form__footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  margin: 0;
}

.auth-form__footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%;
  color: var(--sub-color-37);
  text-decoration: none;
}

.auth-form__footer a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.auth-img {
  height: 361px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto 0 0 0;
}

/* ---------------------------------------
	TMPL: Home new page
--------------------------------------- */
.grid-container.max-width {
  max-width: 1280px;
}

.employers-section,
.resources-section-rd {
  background-color: #fff;
  padding: 50px 0;
}

.employers-section.bg-color,
.resources-section-rd.bg-color {
  background: var(--sub-color-28);
}

.employers-section .grid-container,
.resources-section-rd .grid-container {
  max-width: 1045px;
}

@media screen and (min-width: 64em) {
  .resources-section-rd {
    padding: 55px 0 54px;
  }
}

.employers-title,
.resources-section-rd .resources-content-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 1005px;
  margin: 0 auto 31px;
}

.employers-title.center,
.resources-section-rd .resources-content-title.center {
  text-align: center;
}

.employers-title.color-white,
.resources-section-rd .resources-content-title.color-white {
  color: #fff;
}

.employers-title.mb-news,
.resources-section-rd .resources-content-title.mb-news {
  margin-bottom: 45px !important;
}

.employers-wrap__row,
.resources-section-rd .resources-content-wrap__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 64em) {
  .employers-wrap__row,
  .resources-section-rd .resources-content-wrap__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.employers-wrap__col,
.resources-section-rd .resources-content-wrap__col {
  margin-bottom: 40px;
}

@media screen and (min-width: 64em) {
  .employers-wrap__col,
  .resources-section-rd .resources-content-wrap__col {
    margin: 0 38px;
  }
}

.employers,
.resources-section-rd .resources-content {
  width: 236px;
}

.employers--white .employers__text,
.employers--white .employers__title,
.employers--white .resources-content__title,
.resources-section-rd .resources-content--white .employers__text,
.resources-section-rd .resources-content--white .employers__title,
.resources-section-rd .resources-content--white .resources-content__title {
  color: #fff;
}

.employers--white .employers__link,
.resources-section-rd .resources-content--white .employers__link {
  color: #fff;
}

.employers__wrap,
.resources-section-rd .resources-content__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.employers__icon,
.resources-section-rd .resources-content__icon {
  width: 20px;
  height: 20px;
  margin-bottom: 16px;
}

.employers__icon img,
.resources-section-rd .resources-content__icon img {
  width: 100%;
  display: block;
}

.employers__title,
.resources-section-rd .resources-content__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-bottom: 9px;
}

.employers__text,
.resources-section-rd .resources-content__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  color: var(--sub-color-35);
  margin-bottom: 13px;
}

.employers__link,
.resources-section-rd .resources-content__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--sub-color-20);
  position: relative;
  padding-right: 18px;
}

.employers__link:after,
.resources-section-rd .resources-content__link:after {
  font-family: 'recruit-icon';
  content: "\e901";
  text-shadow: -1px 2px 3px black;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-shadow: none;
  text-align: center;
}

.resources-section-rd .resources-content {
  height: 100%;
}

.resources-section-rd .resources-content__wrap {
  position: relative;
  height: 100%;
}

.resources-section-rd .resources-content-wrap__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.resources-section-rd .resources-content-wrap__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resources-section-rd .resources-content__link {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 0;
  position: absolute;
  color: transparent;
}

.resources-section-rd .resources-content__link:hover + .resources-content__title {
  text-decoration: underline;
}

.resources-section-rd .resources-content__link:after {
  content: none;
}

.resources-section-rd .resources-content__img {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.resources-section-rd .resources-content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 204px;
}

.resources-section-rd .resources-content__title {
  margin-top: 12px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
}

.resources-section-rd .resources-content-title {
  margin-bottom: 45px;
}

.contact-form-wrapper.home-contact-form-wrapper {
  background-color: #fff;
  padding: 42px 0 58px;
}

.contact-form-wrapper.home-contact-form-wrapper .grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrapper.home-contact-form-wrapper .contact-us-form {
  margin-top: 0;
}

.brands-section {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 64em) {
  .brands-section {
    padding: 80px 0;
  }
}

.brands-section .grid-container {
  max-width: 1168px;
}

.news-section {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 64em) {
  .news-section {
    padding: 107px 0 152px;
  }
}

.news-section .grid-container {
  max-width: 1168px;
}

.news-section .slick-slide {
  height: 234px;
}

.news-section .slick-track {
  overflow: hidden;
}

.search-section {
  padding: 37px 0;
  background: var(--sub-color-28);
}

@media screen and (min-width: 64em) {
  .search-section {
    padding: 37px 0 105px;
  }
}

.search-section .employers-title {
  margin-bottom: 44px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}

.search-section .grid-container {
  max-width: 1045px;
}

.search-section .job-search__form {
  margin: 0;
}

.insights-section {
  background-color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 64em) {
  .insights-section {
    padding: 107px 0 120px;
  }
}

.insights-section .employers-title {
  margin-bottom: 45px;
}

.insights-section .grid-container {
  max-width: 1045px;
}

.news-slider {
  position: relative;
  overflow: hidden;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (min-width: 64em) {
  .news-slider {
    padding: 0 90px;
  }
}

.news-slider .slick-arrow {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-slider .slick-arrow:before {
  content: "";
  width: 35px;
  height: 52px;
  display: block;
  color: var(--sub-color-28);
  opacity: 1;
}

.news-slider .slick-prev:before {
  font-family: 'recruit-icon';
  content: "\e900";
  text-shadow: -1px 2px 3px black;
  font-size: 42px;
}

.news-slider .slick-next:before {
  font-family: 'recruit-icon';
  content: "\e901";
  text-shadow: -1px 2px 3px black;
  font-size: 42px;
}

.news-slide {
  padding: 0 16px;
}

@media screen and (min-width: 64em) {
  .news-slide {
    padding: 0 6px;
  }
}

.news-slide__wrap {
  width: 100%;
  min-height: 234px;
  border-radius: 4px;
  padding: 19px 21px 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news-slide__wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--sub-color-38);
}

.news-slide__title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.news-slide__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--sub-color-29);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 17px 9px 21px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  height: 38px;
  white-space: nowrap;
}

.news-slide__link:hover {
  color: #fff;
  background-color: var(--sub-color-24);
}

.news-slide__link img {
  position: relative;
  margin: 0 0 0 8px;
  bottom: -4px;
  right: -2px;
}

.main-intro-section .grid-container {
  max-width: 1045px;
}

.logo-slider {
  position: relative;
  overflow: visible;
  max-width: 1164px;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .logo-slider {
    padding: 0 90px;
    overflow: hidden;
  }
}

.logo-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-slider .slick-arrow {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo-slider .slick-arrow:before {
  content: "";
  width: 35px;
  height: 52px;
  display: block;
  color: var(--sub-color-28);
}

.logo-slider .slick-prev:before {
  font-family: 'recruit-icon';
  content: "\e900";
  text-shadow: -1px 2px 3px black;
  font-size: 42px;
}

.logo-slider .slick-next:before {
  font-family: 'recruit-icon';
  content: "\e901";
  text-shadow: -1px 2px 3px black;
  font-size: 42px;
}

.logo-slider .slick-dots {
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 62.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  bottom: -36px;
  left: 50%;
  top: auto;
  display: none;
}

.logo-slider .slick-dots li {
  margin: 0 2.5px;
}

.logo-slider .slick-dots li button {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid var(--sub-color-20);
}

.logo-slider .slick-dots li button:hover {
  background-color: var(--sub-color-20);
}

.logo-slider .slick-dots li button::before {
  display: none;
}

.logo-slider .slick-dots li.slick-active button {
  background-color: var(--sub-color-20);
}

.logo-slide {
  padding: 0 6px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-slide__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-slide__link img {
  height: auto;
  width: 100%;
  display: block;
}

body.single-jobs .main-content.posts-list .grid-container {
  max-width: 1212px;
}

@media screen and (min-width: 64em) {
  .page-template-template-locations .hero-inner__side {
    min-height: auto;
  }
}

@media screen and (min-width: 64em) {
  .page-template-template-locations .hero-inner__descr {
    line-height: 1.32;
  }
}

@media screen and (min-width: 64em) {
  .page-template-template-locations .hero-inner {
    padding: 40px 0;
    min-height: 370px;
    height: 28vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 64em) {
  .page-template-template-job-board .hero-inner__side {
    min-height: auto;
  }
}

@media screen and (min-width: 64em) {
  .page-template-template-job-board .hero-inner {
    padding: 40px 0;
    min-height: 370px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 64em) {
  .single-blog .blog-article-page .r-intro-section {
    min-height: 339px;
    height: auto;
  }
}

.home-description {
  background-color: #fff;
  padding: 42px 0 50px;
}

.home-description__title {
  font-size: 31px;
  color: var(--grey-color-6);
  text-align: center;
}

.home-description__content {
  font-size: 18px;
  color: #000;
}

.home-description .grid-container {
  max-width: 1100px;
}

/* ---------------------------------------
	TMPL: Job Listing new page
--------------------------------------- */
.job-listing-intro {
  background-color: var(--sub-color-28);
  padding: 80px 0 20px;
}

@media screen and (min-width: 64em) {
  .job-listing-intro {
    padding: 50px 0;
  }
}

@media screen and (min-width: 64em) {
  .job-listing-intro {
    padding: 50px 0;
  }
}

.job-listing-intro .grid-container {
  max-width: 1280px !important;
}

.job-listing__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.job-listing__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  margin-bottom: 16px;
}

.job-listing__row {
  padding-top: 16px;
  border-top: 1px solid #fff;
}

@media screen and (min-width: 64em) {
  .job-listing__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.job-listing__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 64em) {
  .job-listing__item {
    margin: 0 30px 0 0;
  }
}

.job-listing__item-icon {
  margin-right: 10px;
}

.job-listing__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.jobs-slider-section {
  padding: 0 0 56px;
  background-color: #fff;
}

.jobs-slider-section .grid-container {
  max-width: 1280px;
}

.jobs-slider-section .jobs-slider-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 11px;
}

.jobs-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 40px 0px;
}

@media screen and (min-width: 64em) {
  .jobs-slider {
    padding: 40px 90px 0px;
  }
}

.jobs-slider .slick-arrow {
  width: 35px;
  height: 50px;
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jobs-slider .slick-arrow:before {
  content: "";
  width: 35px;
  height: 52px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.jobs-slider .slick-slide {
  height: auto;
}

.jobs-slider .slick-slide > div {
  height: 100%;
}

.jobs-slider .slick-track {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.jobs-slider .slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='52' viewBox='0 0 34 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_45_113)'%3E%3Cpath d='M27 3L7 21.4631L27 41' stroke='%230F4874' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_45_113' x='0.5' y='0.5' width='33' height='51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_45_113'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_45_113' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.jobs-slider .slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='52' viewBox='0 0 34 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_45_112)'%3E%3Cpath d='M7 3L27 21.4631L7 41' stroke='%230F4874' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_45_112' x='0.499985' y='0.5' width='33' height='51' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_45_112'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_45_112' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.jobs-slide {
  padding: 0 16px;
  height: 100%;
}

@media screen and (min-width: 64em) {
  .jobs-slide {
    padding: 0 6px;
  }
}

.jobs-slide__wrap {
  width: 100%;
  height: 100%;
  min-width: 234px;
  min-height: 234px;
  background: var(--sub-color-28);
  border-radius: 4px;
  padding: 19px 21px 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

.jobs-slide__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 33px;
}

.jobs-slide__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 4px;
}

.jobs-slide__item-icon {
  width: 14px;
  margin-right: 4px;
}

.jobs-slide__item-icon img {
  width: 100%;
  display: block;
}

.jobs-slide__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}

.jobs-slide__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--sub-color-29);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 17px 9px 21px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 16px;
  width: 130px;
  height: 38px;
  white-space: nowrap;
}

.jobs-slide__link:hover {
  color: #fff;
  background-color: var(--sub-color-24);
}

.jobs-slide__link img {
  position: relative;
  margin: 0 0 0 15px;
  bottom: -4px;
  right: -2px;
}

.jobs-slide .jobs-slide__link-wrаp {
  margin-top: auto;
}

.job-search-section {
  padding: 20px 0 30px 0;
  background: var(--sub-color-28);
}

@media screen and (min-width: 64em) {
  .job-search-section {
    padding: 34px 0 55px 0;
  }
}

.job-search__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 879px;
  margin: 0 auto;
}

.job-search__wrap .ui-selectmenu-button.ui-state-disabled {
  opacity: 0.5;
  cursor: auto;
}

.job-search__wrap .ui-menu .ui-state-disabled {
  display: none;
}

.job-search__wrap .ui-menu .ui-selectmenu-optgroup.ui-menu-divider {
  display: none;
}

.job-search__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 15px;
}

.job-search__form {
  width: 100%;
  margin-bottom: 37px;
}

.job-search__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  text-align: center;
  color: #fff;
}

.job-search-form {
  width: 100%;
}

.job-search-form__row {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 64em) {
  .job-search-form__row {
    margin-bottom: 24px;
  }
}

.job-search-form__field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  background: #fff;
  border: 1px solid var(--sub-color-30);
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .job-search-form__field {
    margin: 10px;
  }
}

@media screen and (min-width: 64em) {
  .job-search-form__field:first-child {
    width: 199px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

@media screen and (min-width: 64em) {
  .job-search-form__field--select {
    width: 199px !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: none !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

.job-search-form__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.job-search-form__input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.job-search-form__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form__input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form__btn {
  width: 100%;
  background: var(--sub-color-29);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  height: 37px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .job-search-form__btn {
    width: 138px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin: 10px 46px;
  }
}

@media screen and (min-width: 768px) {
  .job-search-form__checkbox-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.job-search-form .checkbox__label {
  margin-bottom: 10px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .job-search-form .checkbox__label {
    margin: 0 25px 0 0;
  }
}

@media screen and (min-width: 64em) {
  .job-search-form .checkbox__label {
    margin: 0 25px;
  }
}

.job-search-form .checkbox__label:hover span {
  text-decoration: underline;
}

.job-search-form .checkbox__label input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.job-search-form .checkbox__label span {
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  color: #fff;
  white-space: nowrap;
}

.job-search-form .checkbox__label input[type="checkbox"]:checked {
  background-position: 50% -22%;
}

.job-search-form .ui-selectmenu-button {
  height: 100%;
}

.job-search-form .job-search-form__input,
.job-search-form .ui-selectmenu-button {
  padding-right: 40px;
}

.job-search-form .ui-selectmenu-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: var(--sub-color-32);
}

.job-search-form .ui-selectmenu-button .ui-icon {
  display: none;
}

.ui-corner-top + .job-search-form__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.job-search-items {
  padding: 16px 0 74px;
  background-color: #fff;
}

.job-search-items .job-item-wrap {
  max-width: 879px;
  margin: 0 auto 53px;
}

.job-search-items .job-item-wrap.job-item-wrap-faq, .job-search-items .job-item-wrap.job-item-wrap-links {
  margin-bottom: 0;
  margin-top: 53px;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap,
.job-search-items .job-item-wrap .new-jobs-links-wrap {
  border-radius: 10px;
  border: 1px solid var(--sub-color-20);
  padding: 24px 16px;
}

@media screen and (min-width: 768px) {
  .job-search-items .job-item-wrap .new-jobs-faq-wrap,
  .job-search-items .job-item-wrap .new-jobs-links-wrap {
    padding: 30px 40px;
  }
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-title-wrap,
.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-links-title-wrap,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-title-wrap,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-links-title-wrap {
  margin-bottom: 20px;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-title-wrap h3,
.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-links-title-wrap h3,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-title-wrap h3,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-links-title-wrap h3 {
  font-weight: 700;
  font-size: 20px;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-text-wrap,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-text-wrap {
  margin-bottom: 11px;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-text-wrap .new-jobs-faq-question,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-text-wrap .new-jobs-faq-question {
  font-weight: 700;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-text-wrap .new-jobs-faq-question,
.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-faq-text-wrap .new-jobs-faq-response,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-text-wrap .new-jobs-faq-question,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-faq-text-wrap .new-jobs-faq-response {
  padding-bottom: 5px;
  margin: 0;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap a,
.job-search-items .job-item-wrap .new-jobs-links-wrap a {
  color: var(--sub-color-20);
  text-decoration: none;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap a:hover, .job-search-items .job-item-wrap .new-jobs-faq-wrap a:focus,
.job-search-items .job-item-wrap .new-jobs-links-wrap a:hover,
.job-search-items .job-item-wrap .new-jobs-links-wrap a:focus {
  color: var(--sub-color-1);
  text-decoration: underline;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap.link-wrap-container,
.job-search-items .job-item-wrap .new-jobs-links-wrap.link-wrap-container {
  padding: 24px 0;
}

@media screen and (min-width: 768px) {
  .job-search-items .job-item-wrap .new-jobs-faq-wrap.link-wrap-container,
  .job-search-items .job-item-wrap .new-jobs-links-wrap.link-wrap-container {
    padding: 30px 0;
  }
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-links-title-wrap,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-links-title-wrap {
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid var(--sub-color-20);
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-links-title-wrap,
  .job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-links-title-wrap {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-links-title-wrap h3,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-links-title-wrap h3 {
  text-align: center;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-link-content,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-link-content {
  padding-top: 24px;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-link-content,
  .job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-link-content {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media screen and (min-width: 64em) {
  .job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-link-content,
  .job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-link-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-link-content li,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-link-content li {
  padding: 0 16px 10px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.job-search-items .job-item-wrap .new-jobs-faq-wrap .new-jobs-link-content li a,
.job-search-items .job-item-wrap .new-jobs-links-wrap .new-jobs-link-content li a {
  font-weight: 500;
}

.job-search-items .job-item-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job-search-items .job-item-title-wrap {
  padding-top: 24px;
}

.job-search-items .job-item-title-wrap h1 {
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .job-search-items .job-item-title-wrap h1 {
    font-size: 32px;
  }
}

.job-search-items .job-item-title-wrap h6 {
  font-size: 16px;
  color: var(--sub-color-20);
}

.job-item {
  margin-bottom: 13px;
}

.job-item__wrap {
  background: var(--grey-color-1);
  padding: 20px;
}

@media screen and (min-width: 64em) {
  .job-item__wrap {
    padding: 17px 46px 22px 30px;
  }
}

.job-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.38;
  color: #000;
  margin-bottom: 8px;
}

.job-item__row {
  padding-top: 16px;
  margin-bottom: 23px;
  border-top: 1px solid #000;
}

@media screen and (min-width: 64em) {
  .job-item__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.job-item__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media screen and (min-width: 64em) {
  .job-item__item {
    margin: 0 30px 0 0;
  }
}

.job-item__item-icon {
  margin-right: 10px;
  height: 15px;
}

.job-item__item-icon img {
  display: block;
}

.job-item__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #000;
}

.job-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 128%;
  color: var(--sub-color-35);
  margin-bottom: 24px;
  word-wrap: break-word;
}

.job-item__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.job-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--sub-color-29);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 9px 17px 9px 21px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
}

.job-item__link:hover, .job-item__link:focus, .job-item__link:active {
  color: #fff;
  background-color: var(--sub-color-24);
}

.job-item__link img {
  position: relative;
  margin: 0 0 0 15px;
  bottom: -4px;
  right: -2px;
}

.page-template-template-about .r-intro-section,
.page-template-template-contact .r-intro-section,
.page-template-template-locations .r-intro-section,
.page-template-template-locations-child .r-intro-section {
  padding: 83px 0 35px 0;
}

@media screen and (min-width: 64em) {
  .page-template-template-about .r-intro-section,
  .page-template-template-contact .r-intro-section,
  .page-template-template-locations .r-intro-section,
  .page-template-template-locations-child .r-intro-section {
    padding: 100px 0;
    min-height: 370px;
    height: auto;
  }
}

.page-template-template-case-studies .r-intro-section {
  padding: 83px 0 35px 0;
}

@media screen and (min-width: 64em) {
  .page-template-template-case-studies .r-intro-section {
    padding: 70px 0;
  }
}

.page-template-template-case-studies .r-descr-section {
  padding: 30px 0 0 0 !important;
}

.page-template-template-case-studies .r-descr__typography {
  padding: 0;
}

.page-template-template-case-studies .case-study {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: var(--sub-color-16);
  padding: 20px;
  margin: 0 0 20px 0;
}

.page-template-template-case-studies .case-study .left {
  margin: 7px 7px 7px 0;
}

.page-template-template-case-studies .case-study .logo {
  width: 80px;
  margin: 0;
}

@media screen and (min-width: 64em) {
  .page-template-template-case-studies .case-study .logo {
    width: 122px;
  }
}

.page-template-template-case-studies .case-study .title {
  font-size: 21px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
}

.page-template-template-case-studies .case-study .description {
  font-size: 17px;
  letter-spacing: 0.4px;
  margin: 15px 0 0;
  color: #fff;
}

.page-template-template-case-studies .case-study .btn {
  display: block;
  background: var(--sub-color-19);
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  padding: 6px;
  width: 95px;
  font-size: 13px;
  margin: 27px 0 0;
  cursor: pointer;
  padding: 4px 10px 3px;
  width: 108px;
  height: 26px;
}

.main-content.case-studies {
  background-color: #fff;
}

.main-content.case-studies .grid-container {
  max-width: 100rem;
}

.case-studies-listing__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .case-studies-listing__head {
    margin-bottom: 55px;
  }
}

.case-studies-listing__head p {
  color: var(--sub-color-31);
}

.case-studies-listing__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 133%;
  text-align: center;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin: 0;
  text-transform: uppercase;
}

.case-studies-listing__text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 20px;
}

.case-studies-listing__wrap {
  max-width: 983.2px;
  margin: 0 auto 75px;
}

.case-studies-listing__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

@media screen and (min-width: 64em) {
  .case-studies-listing__row {
    margin: -20px;
  }
}

.case-studies-listing__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 40em) {
  .case-studies-listing__col {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .case-studies-listing__col {
    width: 33.33%;
    padding: 20px;
  }
}

.case-studies-listing__nav {
  margin-bottom: 59px !important;
}

.case-studies-item {
  height: 100%;
  width: 100%;
}

.case-studies-item__wrap {
  border: 1px solid var(--sub-color-33);
  -webkit-box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
          box-shadow: 0px 10px 15px -3px rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-studies-item__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: -1px;
  height: 50vw;
}

.case-studies-item__img--border {
  border: 6px solid var(--sub-color-20);
}

@media screen and (min-width: 40em) {
  .case-studies-item__img {
    height: 25vw;
  }
}

@media screen and (min-width: 64em) {
  .case-studies-item__img {
    max-height: 268px;
  }
}

.case-studies-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-item__tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background: var(--sub-color-28);
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 5px 15px 5px 16px;
}

.case-studies-item__body {
  padding: 14px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.case-studies-item__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 233%;
  letter-spacing: -0.25px;
  color: var(--sub-color-28);
}

.case-studies-item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: -0.25px;
  color: var(--sub-color-31);
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-studies-item__descr {
  font-weight: 400;
  font-size: 12px;
  line-height: 183%;
  color: var(--grey-color-9);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-studies-item__footer {
  margin: auto 0 0 0;
}

.case-studies-item .case_studies-item__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: var(--sub-color-28);
  display: block;
  width: 100%;
  padding: 12px 20px 15px;
  text-align: center;
  border-top: 1px solid var(--sub-color-33);
  margin-top: auto;
}

.case-studies-item .case_studies-item__link:hover {
  background-color: var(--sub-color-28);
  color: #fff;
}

.btn-wrap.new-jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (min-width: 64em) {
  .btn-wrap.new-jobs {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.btn-wrap.new-jobs .job-search-form__btn.new__jobs-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  padding: 10px 15px;
  min-width: 138px;
  min-height: 37px;
  margin: 0;
}

.btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:hover, .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:focus, .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:active {
  color: #fff;
  background-color: black;
}

.sigle-job-btn-wrap-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .sigle-job-btn-wrap-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sigle-job-btn-wrap-bottom .btn-wrap.new-jobs {
  width: auto;
  padding-top: 0;
  padding-bottom: 24px;
}

@media screen and (min-width: 40em) {
  .sigle-job-btn-wrap-bottom .btn-wrap.new-jobs {
    padding-top: 0;
    padding-bottom: 24;
  }
}

.sigle-job-btn-wrap-bottom .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link {
  background-color: var(--sub-color-28);
  padding: 12px 17px;
  font-size: 14px;
}

.sigle-job-btn-wrap-bottom .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:hover, .sigle-job-btn-wrap-bottom .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:focus, .sigle-job-btn-wrap-bottom .btn-wrap.new-jobs .job-search-form__btn.new__jobs-link:active {
  color: #fff;
  background-color: var(--sub-color-24);
  opacity: 1;
}

.job-search-form__wrap.old {
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .job-search-form__wrap.old {
    max-width: 440px;
  }
}

.job-search-form__wrap.old + .job-search-form__checkbox-wrap {
  margin-top: 15px;
}

.page-template-template-old-job-board .ui-selectmenu-menu .ui-menu {
  width: calc(100vw - 42px) !important;
}

@media screen and (min-width: 1024px) {
  .page-template-template-old-job-board .ui-selectmenu-menu .ui-menu {
    width: 197px !important;
  }
}

.page-template-template-old-job-board .job-search-form__input {
  padding-right: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}

/* ---------------------------------------
	TMPL: Case Studies
--------------------------------------- */
