@charset "UTF-8";

.fsb-original-select {  display: inline-block;
  margin: 0;
  padding: 8px 22px 8px 8px;
  padding: 8px;
  padding-right: 23px;
  font-family: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.fsb-original-select[disabled] {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.fsb-select {
  display: inline-block;
  position: relative;
  width: inherit;
}

select[disabled] + .fsb-select {
  cursor: not-allowed;
}

.fsb-select,
.fsb-original-select {
  min-width: 0;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  color: #10273a;
  background-color: #fff;
  background-color: #ededed;
  font-size: 1rem;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fsb-select svg {
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  margin-right: 8px;
  fill: currentColor;
  fill: currentColor;
  pointer-events: none;
}

.fsb-label {
  display: none;
}

/* While it's common sense to avoid using !important as much as possible, it is used
 * here to prevent inheriting style from other rules that may target buttons. */

.fsb-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  padding: 8px 22px 8px 8px !important;
  padding: 8px !important;
  padding-right: 23px !important;
  border: 0 !important;
  border-radius: inherit !important;
  color: inherit !important;
  background-color: inherit !important;
  font-size: 1rem !important;
  font-family: "Baloo2", tahoma, sans-serif !important;
  font-weight: 600;
  text-align: inherit !important;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
}

.fsb-button > span {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.fsb-button > span,
.fsb-option > span {
  pointer-events: none;
}

select[disabled] + .fsb-select .fsb-button {
  opacity: 0.4;
  pointer-events: none;
}

.fsb-button:after,
select[disabled] + .fsb-select .fsb-button[aria-expanded=true]:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  width: 7px;
  height: 7px;
  height: 7px;
  right: 8px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-65%) rotateZ(45deg);
  -ms-transform: translateY(-65%) rotate(45deg);
  transform: translateY(-65%) rotateZ(45deg);
  border: solid currentColor;
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  pointer-events: none;
}

.fsb-select:not(.fsb-top) .fsb-button[aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fsb-select:not(.fsb-top) .fsb-list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fsb-select.fsb-top .fsb-button[aria-expanded=true] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.fsb-select.fsb-top .fsb-list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fsb-button[aria-expanded=true]:after {
  -webkit-transform: translateY(-35%) rotateZ(225deg);
  -ms-transform: translateY(-35%) rotate(225deg);
  transform: translateY(-35%) rotateZ(225deg);
}

.fsb-list,
select[disabled] + .fsb-select .fsb-list {
  display: block;
  visibility: hidden;
  position: absolute;
  min-width: 100%;
  height: 0;
  margin: 0;
  left: 0;
  top: 100%;
  z-index: 2;
  padding: 0;
  border: inherit;
  border: 0;
  border-radius: inherit;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  color: #10273a;
  background-color: inherit;
  background-color: #ededed;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  overflow: auto;
}

.fsb-top .fsb-list {
  top: 100%;
  bottom: auto;
}

.fsb-button[aria-expanded=true] + .fsb-list {
  height: auto;
  max-height: initial;
  visibility: visible;
  opacity: 1;
}

.fsb-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  padding-left: 20px;
  font-family: "Baloo2", tahoma, sans-serif;
  font-weight: 600;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #10273a;
}

.fsb-option:focus {
  outline: none;
  color: #10273a;
  background-color: #ddd;
}

.fsb-resize {
  display: block;
  height: 0;
  padding-right: 14px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fsb-resize > * {
  display: block;
}

.row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/**
 * Swiper 9.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 8, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:where(:root) {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color-scheme: dark light;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

:where(body) {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

:where(main) {
  display: block;
}

:where(a) {
  background-color: transparent;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(button, input, optgroup, select, textarea) {
  line-height: inherit;
  border: 1px solid currentColor;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

:where(button) {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  text-transform: none;
  border-radius: 0;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  -webkit-appearance: button;
  padding: 1px 6px;
  cursor: pointer;
}

:where(label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(input) {
  overflow: visible;
  border-radius: 0;
}

:where(fieldset) {
  margin: 0;
  border: 0;
  padding: 0;
  border: 1px solid currentColor;
}

:where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

:where(progress) {
  display: inline-block;
  vertical-align: baseline;
}

:where(select) {
  text-transform: none;
}

:where(textarea) {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

:where([type=checkbox], [type=radio]) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

:where([type=search]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

:where([type=color]) {
  background: inherit;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled),
label:has(+ input:disabled)) {
  cursor: not-allowed;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

:where(hr) {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  color: inherit;
  overflow: visible;
}

:where(ol ol, ol ul, ol dl, ul ol, ul ul, ul dl, dl ol, dl ul, dl dl) {
  margin: 0;
}

:where(b, strong) {
  font-weight: bolder;
}

:where(audio, video) {
  display: inline-block;
}

:where(audio):not([controls]) {
  display: none;
  height: 0;
}

:where(img) {
  border: 0;
}

:where(svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(svg):not(:root) {
  overflow: hidden;
}

.safari svg.logo__text, .safari .header__menu-toggle svg{
  width: auto !important;
}

:where(table) {
  text-indent: 0;
  border-color: inherit;
}

:where(details) {
  display: block;
}

:where(dialog) {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog):not([open]) {
  display: none;
}

:where(summary) {
  display: list-item;
}

:where(canvas) {
  display: inline-block;
}

:where(template) {
  display: none;
}

:where([hidden]) {
  display: none;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* stylelint-disable */

/* stylelint-enable */

/**
* Remove the unit of a length
*
* @param {Number} $number - Number to remove unit from
* @return {Number} - Unitless number
*/

/**
* Returns nth property from css property list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$bottom-margin: css-nth(10px 20px 30px 40px, 3); // 30px
*	$bottom-margin: css-nth(10px 20px, 3); // 10px
*/

/**
* Remove nth elements from the list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*	$list: remove-nth(10px 20px 30px 40px, 3); // 10px 20px 40px
*/

/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for one in $index position
*
* 'inherit' value when used with 'margins' or 'paddings' mixin will not produce any output
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-only: breakpointPickCssNth($spacer, 1);
* => (xs: 10px inherit inherit inherit, md: 20px inherit inherit inherit)
*	@include margins($spacer-top-only);
*
*	$spacer-bottom-only: breakpointPickCssNth($spacer, 3);
* => (xs: inherit inherit 12px inherit, md: inherit inherit 20px inherit)
*	@include paddings($spacer-bottom-only);
*/

/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for top (first) and bottom (third) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-top-bottom: breakpoint-pick-top-bottom($spacer);
* => (xs: 10px inherit 12px inherit, md: 20px inherit 20px inherit)
*	@include margins($spacer-top-bottom);
*/

/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for right (second) and left (fourth) properties
*
* @example
*	$spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*	$spacer-left-right: breakpoint-pick-top-bottom($spacer);
* => (xs: inherit 11px inherit 13px, md: inherit 0 inherit 0)
*	@include margins($spacer-left-right);
*/

/**
* In each $list pair of $breakpoint: $value merges all values skipping 'inherit'
*
* @example
*	$list-a: (xs: 10px inherit 20px inherit, md: 30px inherit);
*	$list-b: (xs: 40px inherit inherit inherit, md: inherit 50px);
*
*	$list-result: breakpointMapMerge($list-a, $list-b);
*	// (xs: 40px inherit 20px inherit, md: 30px 50px);
*/

/**
* Returns deeply nested property from a map
*
* @function mapGetDeep Deep get for sass maps
* @author https://css-tricks.com/snippets/sass/deep-getset-maps/
* @param {Map} $map - Map
* @param {Arglist} $keys - Key chain
*
* @example
*	$paddings: mapGetDeep($grid-containers, default, paddings, xs);
*/

/**
* Mixin for object-fit plugin
*
* @see https://github.com/bfred-it/object-fit-images
* @see components/_background.scss
* @example
*	@include object-fit(contain);
*	@include object-fit(cover, top);
*/

/**
* Split string into a list
*
* @property {string} $string String
* @property {string} $separator Separator
*
* @example
*	$list: str-split("hello+world", "+"); // (hello, world)
*/

/**
* Converts SVG into data url so that this SVG could be used as a
* background image
*
* @example
*	background-image: svgtodataurl("<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">...</svg>");
*/

/**
* Remove keys from the map
*
* @param {Map} $map - Map from which to remove items
* @param {List} $keys - List of keys which to remove
* @return {Map} - Map without the specified keys
*/

/**
* Качество рендеринга изображений
* В Chrome качество фонового изображения не самое лучшее при использовании background-size
*/

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Baloo2";
  src: url("../fonts/baloo2.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  min-height: 100vh;
  height: 100%;
  min-width: 320px;
  font-family: "Montserrat", tahoma, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

html.is-lock-scroll,
html.is-lock-scroll body {
  overflow: hidden;
}

body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

a,
button {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a {
  color: currentColor;
}

svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

img {
  vertical-align: top;
  height: auto;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img[draggable=false] {
  pointer-events: none;
  -webkit-user-drag: none;
}

figure,
picture {
  display: inline-block;
  margin: 0;
  line-height: 0;
}

figure img,
picture img {
  width: 100%;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

video {
  outline: none;
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 8px;
  height: 8px;
  background: none;
  border: 0;
  margin-top: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev::after {
  border-left: 2px solid #10273a;
  border-bottom: 2px solid #10273a;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next::after {
  border-top: 2px solid #10273a;
  border-right: 2px solid #10273a;
}

.background-default {
  background-color: #fff;
  color: #808080;
}
.procare-reason.background-default.juventas{color: #ffffff;}
.background-muted {
  background-color: #ededed;
}

.background-primary {
  background-color: #63aab0;
  color: #fff;
}

.background-primary .swiper-button-prev::after,
.background-primary .swiper-button-next::after {
  border-color: #fff;
}

.background-primary .button--secondary:focus,
.background-primary .button--secondary:hover,
.background-primary .button--secondary:active {
  background-color: #000;
}

.background-primary input {
  color: #000;
}

.background-secondary {
  background-color: #10273a;
  color: #fff;
}
.section-sm.background-secondary.juventas {
  background-color: #00CECB;
}
.section.background-secondary.interview.juventas{background-color: #EA4C76;}
.section-sm.procare-services.background-secondary.juventas{background-color: #EA4C76;}

.text-primary {
  color: #63aab0;
}

.text-secondary {
  color: #10273a;
}

.text-default {
  color: #808080;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.full-width {
  width: 100%;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.h1 {
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 65px;
  line-height: 65px;
}

.h2 {
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -1.5px;
  color: #63aab0;
  margin-bottom: 20px;
}

.h2.text-white {
  color: #fff;
}


.h2.text-secondary {
  color: #10273a;
}


.h3 {
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.h4 {
  font-size: 14px;
  line-height: 22px;
}

.h5 {
  font-size: 10px;
}

.h6 {
  font-size: 8px;
}

li {
  list-style-position: outside;
}

p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.accordion-list {
  list-style-type: none;
  margin: 0 -12px;
}

.accordion__content {
  display: none;
  color: #fff;
  font-family: "Baloo2", tahoma, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5% 0 1%;
  margin-bottom: 16px;
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.accordion__content.is-open {
  display: block;
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.accordion__header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.accordion__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: none;
  border: none;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.accordion__toggle[aria-expanded=false] .accordion__toggle-icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.accordion__toggle[aria-expanded=true] .accordion__toggle-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.accordion__title {
  color: #63aab0;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  text-align: left;
  line-height: 26px;
  padding-right: 16px;
}

.accordion-list__item:last-child::after {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
}

.accordion-list__item::before {
  content: " ";
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
}

.accordion__toggle-icon svg {
  fill: #fff;
  height: 14px;
  width: 14px;
}

.button {
  position: relative;
  display: inline-block;
  min-height: 50px;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 14px;
  padding: 12px 20px;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

.button:focus,
.button:hover,
.button:active {
  background-color: #10273a;
  border-color: #10273a;
  color: #fff;
}

.button:focus svg,
.button:hover svg,
.button:active svg {
  stroke: #fff;
}

.button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.button svg {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  stroke: #10273a;
}

.button.icon-left svg {
  left: 18px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.button--inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button--inverse:focus,
.button--inverse:hover,
.button--inverse:active {
  background-color: #fff;
  border-color: #fff;
  color: #10273a;
}

.button--inverse:focus svg,
.button--inverse:hover svg,
.button--inverse:active svg {
  stroke: #10273a;
}

.button--inverse svg {
  stroke: #fff;
}

.button--primary {
  background-color: #63aab0;
  border-color: #63aab0;
  color: #fff;
}


.button--primary:focus,
.button--primary:hover,
.button--primary:active {
  background-color: #10273a;
  border-color: #10273a;
}

.background-secondary .button--primary:focus,
.background-secondary .button--primary:hover,
.background-secondary .button--primary:active {
  border-color: #fff;
}

.button--primary svg {
  stroke: #fff;
}

.button--secondary {
  border-color: #10273a;
  background-color: #10273a;
  color: #fff;
}

.button--secondary:focus,
.button--secondary:hover,
.button--secondary:active {
  background-color: #63aab0;
  border-color: #63aab0;
}

.button--secondary svg {
  stroke: #fff;
}

.card-job {
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  color: #808080;
}

.card-job__actions {
  margin-top: auto;
  text-align: center;
}

.card-job__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 30px 20px;
}

.card-job__logo {
  display: inline-block;
  height: 40px;
  margin-bottom: 6px;
}

.card-job__logo img {
  display: block;
  height: 100%;
}

.card-job h3 {
  margin-bottom: 22px;
}

.card-job__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px;
  margin-bottom: 16px;
}

.card-job__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 11px 11px 0;
  font-size: 0;
}

.card-job__icon {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin-right: 8px;
}

.card-job__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #808080;
  color: #808080;
}

.card-job__info {
  display: inline-block;
  max-width: calc(100% - 29px);
  font-size: 14px;
  line-height: 18px;
}

.card-job__info a,
.card-job__info span {
  text-decoration: underline;
}

.card-job p {
  margin-bottom: 16px;
}

.card-job .button {
  min-width: auto;
  margin-top: 20px;
}

.card-care {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.card-care__image {
  position: relative;
}

.card-care__background {
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-care__logo {
  position: absolute;
  z-index: 10;
  margin: auto;
  width: 240px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card-care__text h3 {
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #10273a;
  text-align: center;
  margin-bottom: 14px;
}

.card-care__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
}

.card-care__text p {
  margin-bottom: 20px;
  color: #808080;
}

.card-care__button {
  width: 100%;
  background-color: #10273a;
  color: #fff;
  font-size: 16px;
}

.card-care__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  margin-top: auto;
  gap: 8px;
  margin-top: auto;
}
.card-care-list .card-care,
.card-care-list .card-care__text {
  height: 100%;
}
.card-care__button-wrap .button {
  min-width: auto;
}

.card-care__image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.card-care-list {
  row-gap: 20px;
}

.card-care-list > *:nth-child(3n+1) {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.card-care-list > *:nth-child(3n+2) {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.card-care-list > *:nth-child(3n+3) {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.card-care-list .card-care {
  height: 100%;
}
.caring {
  text-align: center;
}

.caring p {
  margin-right: auto;
  margin-left: auto;
}

.caring .button {
  display: inline-block;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.checkbox-input ~ .checkbox-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.checkbox-input ~ .checkbox-box:before {
  content: "";
  position: relative;
  top: 3px;
  left: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 18px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
}

.background-secondary .checkbox-input ~ .checkbox-box:before {
  background-color: #10273a;
  border: 1px solid #fff;
}
.section-sm.background-secondary.juventas .checkbox-input ~ .checkbox-box:before {background-color: #00CECB;}
.background-secondary .checkbox-input ~ .checkbox-box .checkbox-box__label {
  color: #fff;
}

.checkbox-input ~ .checkbox-box svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  fill: #000;
  color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.background-secondary .checkbox-input ~ .checkbox-box svg {
  fill: #fff;
  color: #fff;
}

.checkbox-input:checked ~ .checkbox-box svg {
  opacity: 1;
  visibility: visible;
}

.container {
  --bs-gutter-x: 72px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1784px;
}

.container-md {
  --bs-gutter-x: 72px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 1510px;
}

.explore {
  padding: 36px 0 165px;
  text-align: center;
}

.explore h2 {
  margin-bottom: 40px;
}

.explore__actions {
  margin-top: 40px;
}

.explore__list {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
}

.explore-slider .swiper-slide {
  height: auto;
}

.explore-slider .swiper-slide > * {
  height: 100%;
}

.footer__links a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__links a:focus,
.footer__links a:hover,
.footer__links a:active {
  text-decoration: underline;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  padding: 40px 0;
}

.footer__logo img {
  width: 260px;
}

.footer__logo {
  margin-bottom: 22px;
}

.footer__links a {
  font-size: 12px;
  text-align: center;
}

.footer__links a:not(:last-child) {
  margin-bottom: 25px;
}

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

.footer__links.social {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__links.social a{
  margin-left: 40px;;
}

.footer__links.social a img{
   max-height: 30px;
}
.form-control {
  display: inline-block;
  position: relative;
}

.form-control.icon-left .form-icon {
  left: 0;
}

.form-control.icon-left .input {
  padding-left: 44px;
}

.form-control.icon-right .form-icon {
  right: 0;
}

.form-control.icon-right .input {
  padding-right: 44px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form-group .label {
  display: block;
}

.form-icon {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  background: none;
  border: 0;
}

.header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #aaa;
  box-shadow: 0 0 4px #aaa;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mobile-menu-active .header__menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header__menu .navbar__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__menu-toggle {
  width: 27px;
  height: 18px;
}

.input {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  border-radius: 5px;
  background-color: #fff;
}

.input:focus {
  border-color: #63aab0;
}

.input:hover {
  border-color: #63aab0;
}

.input:active {
  border-color: #63aab0;
}

.input:focus-visible {
  outline: none;
}

.input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
}

.input::-moz-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
}

.input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
}

.input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
}

.input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #808080;
}

.input[disabled] {
  border-color: #10273a;
  opacity: 0.3;
  pointer-events: none;
}

.background-secondary .input {
  color: #000;
}

.input-hint {
  font-size: 14px;
}

.input.input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 9px 32px;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-color: #10273a;
  text-transform: uppercase;
  background-color: transparent;
  color: #fff;
  -webkit-transition-property: background-color color border-color;
  -o-transition-property: background-color color border-color;
  transition-property: background-color color border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.input.input-file:focus,
.input.input-file:hover,
.input.input-file:active {
  background-color: #10273a;
  color: #fff;
  border-color: #10273a;
  -webkit-transition-property: background-color color border-color;
  -o-transition-property: background-color color border-color;
  transition-property: background-color color border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.background-secondary .input.input-file:focus,
.background-secondary .input.input-file:hover,
.background-secondary .input.input-file:active {
  background-color: #63aab0;
  color: #fff;
  border-color: #63aab0;
}

.input.input-file svg {
  width: 24px;
  height: 30px;
  fill: #fff;
}

.background-secondary .input.input-file {
  border-color: #fff;
}

.job-info__header {
  border-radius: 12px 12px 0 0;
}

.job-info__image {
  height: 187px;
}

.job-info__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px 10px 0 0;
}

.job-info__wrap {
  padding: 40px 36px 20px;
}

.job-info__wrap h3,.job-info__wrap h1{
  margin-bottom: 22px;
}

.job-info__wrap .card-job__info {
  color: #fff;
}

.job-info__wrap .card-job__info a {
  color: #fff;
}

.job-info__wrap svg {
  fill: #63aab0;
  color: #63aab0;
}

.job-info__inner {
  margin-bottom: 29px;
}

.job-info__inner .card-job__list {
  max-width: 420px;
}

.job-info__callback {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-top: 10px;
}

.job-info__callback button {
  display: inline;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 0;
  letter-spacing: 1px;
}

.job-info__checkbox {
  margin-top: 10px;
}

.job-info__content {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 36px;
  color: #808080;
}

.job-info__content h4 {
  line-height: 1.4;
  margin-bottom: 24px;
}

.job-info__content p {
  margin-bottom: 24px;
}

.job-info__content ul {
  margin-bottom: 24px;
  padding-left: 16px;
}

.job-info__footer {
  padding: 40px 36px;
}

.job-info__footer h2 {
  margin-bottom: 4px;
}

.job-info__footer p {
  margin-bottom: 26px;
}

.job-info .button {
  width: 100%;
  min-width: 0;
}

.job-info__form {
  border-bottom: 1px solid #fff;
  padding-bottom: 44px;
}

.job-info__form:nth-child(2) {
  padding: 36px 0 44px;
}

.job-info__form:last-child {
  border-bottom: none;
  padding: 36px 0 0;
}

.job-info__form .button {
  width: 100%;
}

.job-info__form--result p {
  margin-bottom: 0;
}

.job-info__form-wrap {
  font-size: 0;
}

.job-info__form-wrap input {
  width: 100%;
  margin-bottom: 10px;
}

.job-info__form-wrap input:last-child {
  margin-bottom: 20px;
}

.job-info .card-job__logo {
  height: 35px;
  margin-bottom: 10px;
}

.job-info .job-info__wrap h3,.job-info .job-info__wrap h1{
  margin-bottom: 16px;
  letter-spacing: -1.5px;
}

.job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.job-list__sort {
  margin-bottom: 20px;
  display: none;
}

.job-list__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #808080;
}

.job-list__text:nth-child(2) {
  margin-left: 8px;
}

.job-list__text span {
  font-weight: 700;
}

.job-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-list .card-job__logo {
  margin-bottom: 16px;
}

.job-list .card-job h3 {
  margin-bottom: 15px;
}

.job-list .card-job p {
  margin-bottom: 0;
}

.job-list .card-job__list {
  margin-bottom: 6px;
}

.job-list .pagination {
  margin-top: 43px;
}

.jobs {
  padding: 20px 0 35px;
}

.jobs--selected .job-list {
  display: none;
}

.label {
  display: block;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #000;
}

.label.text-white {
  color: #fff;
}

.logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 40px;
}

.logo:focus .logo__image,
.logo:hover .logo__image,
.logo:active .logo__image {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.logo__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.menu-toggle-close {
  width: inherit;
  height: inherit;
  display: none;
  padding: 0;
  background: none;
  border: 0;
  stroke: #10273a;
}

.mobile-menu-active .menu-toggle-close {
  display: block;
  margin-left: auto;
}

.menu-toggle-open {
  width: inherit;
  height: inherit;
  padding: 0;
  background: none;
  border: 0;
}

.mobile-menu-active .menu-toggle-open {
  display: none;
}

.navbar {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-overflow-scrolling: touch;
  z-index: -1;
}

.navbar__link {
  display: block;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 20px;
}

.navbar__link:focus,
.navbar__link:hover,
.navbar__link:active {
  color: #63aab0;
}

.navbar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.navbar__list li {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #10273a;
  border-bottom: 2px solid #808080;
}

.navbar__list li:last-child {
  border-bottom: none;
}

.mobile-menu-active .navbar {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Baloo2", tahoma, sans-serif;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 232px;
  padding-bottom: 70px;
  min-height: 240px;
  background-color: #63aab0;
}

.page-header h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: -1.5px;
}

.page-header p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

.page-header img {
  height: 42px;
}

.page-header.page-header-secondary {
  padding-top: 190px;
  padding-bottom: 70px;
}

.page-header.page-header-secondary h1 {
  font-size: 65px;
  line-height: 1.3;
}

.page-header.page-header-secondary h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 30px;
}

.page-header.page-header-secondary p {
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: var(--vh);
  height: 100%;
  background-color: #fff;
}

.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination--current {
  color: #10273a;
}

.pagination__item.is-active .pagination__link {
  border-color: #10273a;
}

.pagination--inverse .pagination__item.is-active .pagination__link {
  border-color: #fff;
}

.pagination__link {
  display: block;
  width: 30px;
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  color: #10273a;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
}

.pagination--inverse .pagination__link {
  color: #fff;
}

.pagination__link:focus,
.pagination__link:hover,
.pagination__link:active {
  border-color: #10273a;
  color: #10273a;
}

.pagination--inverse .pagination__link:focus,
.pagination--inverse .pagination__link:hover,
.pagination--inverse .pagination__link:active {
  border-color: #fff;
  color: #fff;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style-type: none;
}

.pagination__list a {
  text-decoration: none;
}

.pagination__next:focus,
.pagination__next:hover,
.pagination__next:active,
.pagination__prev:focus,
.pagination__prev:hover,
.pagination__prev:active {
  color: #10273a;
}

.procare-about {
  padding: 40px 0;
}

.procare-benefits h2 {
  text-align: center;
  margin-bottom: 30px;
}

.procare-benefits ul {
  padding-left: 18px;
}

.procare-benefits li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  color: #808080;
}

.procare-benefits li::marker {
  color: #10273a;
}

.procare-benefits li p {
  margin-bottom: 0;
}

.procare-explore {
  padding: 36px 0 40px;
  text-align: center;
}

.section.procare-explore.background-muted.juventas{ background-color: #00CECB;}

.procare-explore h2 {
  margin-bottom: 40px;
}

.procare-explore__list {
  font-size: 0;
}

.procare-explore .button {
  margin-top: 40px;
}

.procare-reason {
  padding: 0;
  overflow: hidden;
}

.procare-reason .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.procare-reason .col-6:first-child {
  padding: 40px 36px;
}

.procare-reason .col-6:first-child h2 {
  line-height: 37px;
  text-align: right;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.procare-reason .col-6:nth-child(2) {
  padding: 40px 36px;
}
.procare-reason.background-default.juventas .col-6:nth-child(2) {background-color: #FDBC4D;}

.procare-reason .col-6:nth-child(2) h2 {
  text-align: center;
}

.procare-reason .col-6:nth-child(2) p {
  text-align: center;
  margin-bottom: 24px;
}

.procare-reason .col-6:nth-child(2) p:last-of-type {
  margin-bottom: 0;
}

.procare-reason__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.procare-reason__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.procare-services {
  padding: 40px 0;
  text-align: center;
  position: relative;
  color: #fff;
}

.procare-services .container {
  position: relative;
  z-index: 2;
}

.procare-services p {
  max-width: 788px;
  margin: 0 auto 40px;
}

.procare-services .row {
  max-width: 788px;
  margin: 0 auto;
}

.procare-services .col-6 {
  text-align: left;
}

.procare-services .col-6:first-child {
  margin-bottom: 40px;
}

.procare-services .col-6:nth-child(3),.procare-services .col-6:nth-child(4) {
  margin-top: 40px;
}

.procare-services .col-6 h2 {
  text-align: center;
  margin-bottom: 0;
}

.procare-services .col-6 p {
  margin-bottom: 0;
}

.procare-services__caption {
  color: #fff;
}

.procare-services__image {
  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: 223px;
  margin-bottom: 20px;
  padding: 16px;
  position: relative;
}

.procare-services__image img,
.procare-services__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.procare-services__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 1;
}

.procare-services__image h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.progress__dividers {
  position: relative;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}

.progress__dividers > div {
  width: 100%;
  height: 10px;
  border-right: 2px solid #10273a;
}

.progress__dividers > div:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 0;
}

.progress__line {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  padding: 0;
}

.progress__line::-moz-progress-bar {
  border: none;
  background-color: #fff;
}

.progress__line::-webkit-progress-bar {
  border: none;
  background-color: #fff;
}

.progress__line::-webkit-progress-value {
  border-radius: 10px;
  background-color: #63aab0;
}

.progress__questions {
  display: none;
}

.progress__questions.active {
  display: block;
  margin-bottom: 16px;
}

.providers {
  padding: 40px 0 46px;
  text-align: center;
}

.providers p {
  margin-bottom: 36px;
}

.providers__list {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 0 20px;
  position: relative;
}

.providers__item {
  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: 30vw;
  position: relative;
  padding: 20px;
}

.providers__item img {
  display: block;
  max-height: 56px;
}

.providers .button {
  margin-top: 40px;
}

.quiz-offer-wrap {
  padding-top: 40px;
  margin-top: -50px;
  overflow: hidden;
}

.quiz-offer__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 100%;
}

.quiz-offer__image-wrap:hover .quiz-offer__logo-spin {
  -webkit-transform: scale(1.2) rotate(-165deg);
  -ms-transform: scale(1.2) rotate(-165deg);
  transform: scale(1.2) rotate(-165deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.quiz-offer__image {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  max-height: 370px;
  width: auto;
}

.quiz-offer__logo-spin {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 98%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.quiz-offer__text {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 32px;
}

.quiz-offer__text p {
  margin-bottom: 32px;
}

.quiz-offer__text .button {
  display: inline-block;
}

.quiz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  min-height: 386px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}

.quiz__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}

.quiz__controls {
  margin-bottom: 4px;
}

.quiz__result {
  display: none;
}

.quiz__result.active {
  display: block;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.quiz__result h3 {
  margin-bottom: 24px;
}

.quiz__result-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.quiz__intro.hidden {
  display: none;
}

.quiz__intro h2 {
  line-height: 36px;
  margin-bottom: 10px;
}

.quiz__intro p {
  color: #fff;
}

.quiz__intro .button {
  display: block;
  margin: 0 auto 40px;
}

.quiz__progress {
  margin-top: auto;
  padding-top: 20px;
}

.quiz__question-wrap {
  display: none;
  list-style-type: none;
}

.quiz__question-wrap.active {
  display: block;
}

.quiz__question {
  display: none;
  opacity: 0;
}

.quiz__question.active {
  display: block;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.quiz__question h3 {
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.quiz__question-form {
  position: relative;
  padding-top: 20px;
}

.quiz__question-form p {
  margin-bottom: 20px;
}

.quiz__question-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.radio-input ~ .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.radio-input ~ .radio-box::before {
  content: "";
  position: relative;
  top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  height: 19px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
}

.radio-input ~ .radio-box__label {
  font-size: 14px;
  line-height: 22px;
}

.radio-input:focus + .radio-box::before {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}

.radio-input:checked ~ .radio-box::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #63aab0;
}

.role {
  padding: 40px 0;
  text-align: center;
}

.role__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.role__image {
  display: block;
  margin-bottom: 40px;
}

.role__image img {
  display: block;
}

.role__info h2 {
  margin-bottom: 0;
}

.role p {
  white-space: pre-line;
  margin-bottom: 40px;
}

.role__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.role .button {
  margin: 0 0 10px;
}

.role .button:last-child {
  margin: 0;
}

.search {
  padding-top: 20px;
  padding-bottom: 20px;
}

.search.show .search__select::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.search.show .search__form {
  opacity: 1;
  display: -ms-grid;
  display: grid;
  z-index: 3;
}

.search.show .search__select {
  margin-bottom: 16px;
}

.search__form {
  display: none;
  gap: 16px;
  opacity: 0;
  z-index: -1;
}

.search.advanced {
  padding-top: 20px;
  padding-bottom: 40px;
}

.search.advanced .search__job-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
}

.search.advanced .search__area {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: area;
}

.search.advanced .search__submit {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: submit;
}

.search.advanced .search__location {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: location;
}

.search.advanced .search__job-type {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: type;
}

.search.advanced .search__company {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: company;
}

.search.advanced .search__quiz {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: quiz;
}

.search.advanced .search__form {
  opacity: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 20px auto 20px auto 20px auto 20px auto 20px auto;
  grid-template-areas: "title title" "area area" "location type" "company company" "submit submit" "quiz quiz ";
  -ms-grid-columns: 40vw 20px 36vw;
  grid-template-columns: 40vw 36vw;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.search__select {
  width: 100%;
}

.search__select::after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 29px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0;
  border-color: #fff transparent transparent transparent;
  margin: auto 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.section-faq {
  background-color: #10273a;
}

.section-faq__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  max-width: 1450px;
  margin-right: auto;
  margin-left: auto;
}

.section-faq__title h2 {
  color: #63aab0;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.5px;
  margin-bottom: 25px;
  text-align: center;
}

.section-faq__title p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.section-faq__title {
  width: 100%;
}

.section-video {
  text-align: center;
}

.section-video h2 {
  line-height: 37px;
}

.section-video p {
  max-width: 788px;
  margin-right: auto;
  margin-left: auto;
}

.section-video__wrap {
  z-index: 2;
  position: relative;
  margin-right: -36px;
  margin-left: -36px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section--procare-overview h2 {
  margin-bottom: 20px;
}

.section-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.select-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 136px;
  margin: auto 0;
  width: 2px;
  height: 36px;
  background-color: #ededed;
  z-index: 1;
}

.select-area input {
  width: 100%;
  border-radius: 5px 0 0 5px;
  border-right: none;
  margin: 0;
}

.select-area input::-webkit-input-placeholder {
  color: #808080;
}

.select-area input::-moz-placeholder {
  color: #808080;
}

.select-area input:-ms-input-placeholder {
  color: #808080;
}

.select-area input::-ms-input-placeholder {
  color: #808080;
}

.select-area input::placeholder {
  color: #808080;
}

.select-area input:focus ~ .select ~ .fsb-select,
.select-area input:active ~ .select ~ .fsb-select {
  border-color: #63aab0;
}

.select-area .select ~ .fsb-select {
  min-width: 136px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
  border: 1px solid #ededed;
  border-left: none;
}

.select-area .select ~ .fsb-select .fsb-button {
  font-size: 16px !important;
  font-weight: 400;
  color: #808080 !important;
  padding-left: 24px !important;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  text-transform: none;
}

.select-area .select ~ .fsb-select .fsb-button::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0;
  border-color: #ededed transparent transparent transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.select-area .select ~ .fsb-select .fsb-list {
  background-color: #fff;
}

.select-area .select ~ .fsb-select .fsb-option {
  font-weight: 400;
  color: #808080;
}

.select-area:focus input,
.select-area:focus .select ~ .fsb-select,
.select-area:hover input,
.select-area:hover .select ~ .fsb-select,
.select-area:active input,
.select-area:active .select ~ .fsb-select {
  border-color: #63aab0;
}

.fsb-select,
.fsb-original-select {
  border-color: #ededed;
}

.fsb-button {
  font-size: 14px;
  line-height: 20px;
  color: #10273a !important;
  padding: 14px 40px 14px 20px !important;
}

.fsb-button::after {
  right: 20px;
  border-color: #10273a;
  border-width: 0 2px 2px 0;
}

.slider .swiper-slide h2,
.slider-thumbs .swiper-slide h2 {
  text-align: center;
}

.slider .swiper-slide img,
.slider-thumbs .swiper-slide img {
  margin-right: auto;
  margin-left: auto;
}

.slider-thumbs-nav .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
}

.slider-thumbs-nav .swiper-slide-thumb-active {
  opacity: 1;
}

.tabs-wrap {
  position: relative;
  margin-top: -40px;
}

.tabs-wrap .swiper-button-prev,
.tabs-wrap .swiper-button-next {
  width: 40px;
  height: 40px;
}

.tabs-wrap .swiper-button-prev::after,
.tabs-wrap .swiper-button-next::after {
  width: 10px;
  height: 10px;
  border-color: #fff;
}

.tabs .swiper-slide {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  list-style-type: none;
  overflow: hidden;
  margin-right: -36px;
  margin-left: -36px;
}

.tabs__prev,
.tabs__next {
  position: absolute;
  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: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: 0;
  stroke: #fff;
}

.tabs__prev svg,
.tabs__next svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}

.tabs__prev {
  top: 0;
  left: 0;
}

.tabs__next {
  top: 0;
  right: 0;
}

.tab-button.button {
  min-width: auto;
  min-height: 40px;
  height: 40px;
  line-height: 1.3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  white-space: nowrap;
}

.tab-button.button.is-active {
  background-color: #ededed;
  border-color: #ededed;
  color: #10273a;
}


[data-tab-content] {
  display: none;
}

[data-tab-content].is-active {
  display: block;
}

.textarea {
  padding: 12px 20px;
  border-color: #ededed;
  border-radius: 5px;
  resize: vertical;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 0;
  color: #fff;
}

.timeline li {
  position: relative;
  padding: 3.2px 0 24px 28px;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  min-height: 40px;
}

.timeline li::before,
.timeline li::after {
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

.timeline li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0 solid;
}

.timeline li::after {
  content: "";
  display: block;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 8px;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.timeline li:first-child::after {
  top: 8px;
}

.timeline li:last-child::after {
  height: calc(100% - 8px);
}

.timeline li:last-child::before {
  top: auto;
  bottom: 0;
  left: -4px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%2363aab0'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.timeline h3 {
  margin-top: -6px;
  font-family: "Baloo2", tahoma, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.toggle {
  border: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(rgb(102, 170, 175)), to(rgb(31, 69, 96)));
  background: -o-linear-gradient(right, rgb(102, 170, 175) 0%, rgb(31, 69, 96) 100%);
  background: linear-gradient(270deg, rgb(102, 170, 175) 0%, rgb(31, 69, 96) 100%);
}

.toggle:focus,
.toggle:hover,
.toggle:active {
  background: -webkit-gradient(linear, right top, left top, from(#63aab0), to(#63aab0));
  background: -o-linear-gradient(right, #63aab0 0%, #63aab0 100%);
  background: linear-gradient(270deg, #63aab0 0%, #63aab0 100%);
}

.toggle.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.toggle svg {
  top: 0;
  height: 100%;
  stroke: #fff;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-collapse-target] span,
[data-collapse-target] svg {
  pointer-events: none;
}

[data-collapse-content] {
  display: none;
}

[data-collapse-content].active {
  display: block;
}

.video {
  position: relative;
  line-height: 0;
  height: 430px;
}

.video iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.video__play {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: none;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.video__play:focus,
.video__play:hover,
.video__play:active {
  color: #000;
}

.video__play svg {
  width: 78px;
  height: 80px;
}

.welcome {
  position: relative;
  padding: 162px 0 0 0;
}

.welcome__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.page-loaded .welcome__background {
  -webkit-animation: scaleOut;
  animation: scaleOut;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.welcome__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.welcome__background::after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 540px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -o-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  opacity: 0.5;
  z-index: 1;
}

.welcome__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.welcome__mouse {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  width: 36px;
  height: 84px;
  border: none;
  background-color: transparent;
  padding: 0;
  z-index: 3;
}

.welcome__mouse svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  color: #fff;
}

.welcome-slider {
  min-height: 500px;
  height: calc(100vh - 190px);
}

.welcome-slider .swiper-slide {
  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;
}

.welcome-slider .swiper-slide h1 {
  margin-bottom: 16px;
}

.welcome-slider .swiper-slide h1 span:nth-child(1) {
  display: block;
  font-size: 50px;
  line-height: 1;
}

.welcome-slider .swiper-slide h1 span:nth-child(2) {
  display: block;
  max-width: 520px;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 26px;
}

.welcome-slider .swiper-pagination {
  z-index: 3;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  bottom: 50px;
  gap: 10px;
}

.welcome-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.welcome-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.welcome-slider .swiper-pagination-bullet {
  border: 1px solid transparent;
  opacity: 1;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.welcome-slider .swiper-pagination-bullet:focus,
.welcome-slider .swiper-pagination-bullet:hover,
.welcome-slider .swiper-pagination-bullet:active {
  border-color: #fff;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.welcome-slider .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #fff;
}

.page-loaded .welcome-slider h1 span:nth-child(1) {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.page-loaded .welcome-slider h1 span:nth-child(2) {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.page-loaded .welcome-slider .button {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.header a.logo span.text{text-decoration: none;font-size: 2rem !important;font-family: "Baloo2", tahoma, sans-serif !important;font-weight: bold; position: absolute; top: 1px; left: 48px; color:#65C7B4; cursor: pointer;}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75%, 0);
    transform: translate3d(0, 75%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes scaleOut {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleOut {
  from {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scaleOut {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

.footer__links span.footer9am a {
  margin-left: 0px;
  text-transform: none;
}

@media (min-width: 332px) {
  .button {
    min-width: 260px;
  }
}

@media (min-width: 360px) {
  .providers__item {
    height: 16vw;
  }
}

@media (min-width: 404px) {
  .job-info .button {
    width: auto;
    min-width: 200px;
  }

  .job-info__form .button {
    width: 100%;
  }
}

@media (min-width: 430px) {
  .welcome-slider .swiper-slide h1 span:nth-child(1) {
    font-size: 60px;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 620px) {
  .providers__item {
    height: 11vw;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 70%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 15%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .accordion {
    padding-right: 24px;
    padding-left: 24px;
  }

  .card-job h3 {
    font-size: 20px;
    line-height: 1.2;
  }

  .container {
    padding-right: 72px;
    padding-left: 72px;
  }

  .container-md {
    padding-right: 72px;
    padding-left: 72px;
  }

  .explore {
    padding: 40px 0;
  }

  .explore .container {
    max-width: 910px;
    margin: 0 auto;
  }

  .explore__list {
    width: calc(100% + 64px);
    margin: 0 -32px;
    padding: 0 32px;
  }

  .explore__list .button {
    min-width: auto;
  }

  .header__menu {
    position: static;
    display: block;
    opacity: 1;
    margin-left: auto;
    width: auto;
    height: auto;
    visibility: visible;
    background-color: transparent;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__menu .navbar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .input {
    font-size: 14px;
  }

  .job-list__sort {
    margin-bottom: 23px;
  }

  .job-list__text:nth-child(2) {
    margin-right: 31px;
  }

  .job-list .pagination {
    margin-top: 34px;
  }

  .jobs {
    padding: 20px 0 40px;
  }

  .jobs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 16px);
    margin-right: auto;
  }

  .jobs--selected .job-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .procare-benefits ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    max-width: 788px;
    margin: 0 auto;
    padding-left: 0;
  }

  .procare-benefits li {
    margin: 0 18px;
  }

  .procare-explore__list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .procare-explore .card-job {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333333333% - 16px);
    margin: 0 8px 16px;
  }

  .procare-explore .button {
    margin-top: 24px;
  }

  .procare-reason .col-6:first-child {
    padding: 69px 36px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }


  .procare-reason .col-6:first-child h2 {
    max-width: 333px;
  }

  .procare-reason .col-6:nth-child(2) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ededed;
    margin: 20px 0;
    padding: 20px 51px;
  }

  .procare-reason.background-default.juventas .col-6:nth-child(2) {background-color: #FDBC4D;}

  .procare-reason .col-6:nth-child(2) h2 {
    text-align: left;
  }

  .procare-reason .col-6:nth-child(2) p {
    max-width: 368px;
    text-align: left;
  }

  .procare-services {
    padding: 255px 0 40px;
  }

  .procare-services .col-6 {
    width: calc(50% - 30px);
  }

  .procare-services .col-6:first-child {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .procare-services .col-6:nth-child(3) {
    margin-right: 30px;
  }

  .procare-services .col-6:nth-child(2) {
    margin-left: 30px;
  }

  .procare-services .col-6:nth-child(4) {
    margin-left: 30px;
  }

  .providers {
    padding: 40px 0;
  }

  .providers__item {
    height: 8vw;
  }

  .quiz-offer-wrap {
    padding-top: 100px;
  }

  .quiz-offer__image-wrap {
    max-width: 536px;
  }

  .quiz-offer__image-wrap:hover .quiz-offer__logo-spin {
    -webkit-transform: scale(1.2) rotate(-165deg);
    -ms-transform: scale(1.2) rotate(-165deg);
    transform: scale(1.2) rotate(-165deg);
  }

  .quiz-offer__image {
    max-height: 100%;
    width: 94%;
  }

  .quiz-offer__text {
    margin-bottom: 0;
    padding-top: 60px;
    padding-right: 20px;
    padding-bottom: 60px;
    text-align: right;
  }

  .quiz-offer__text p {
    margin-bottom: 50px;
  }

  .quiz-offer__text .button {
    min-width: 185px;
  }

  .quiz__buttons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .quiz__question-text {
    padding-right: 20px;
  }

  .quiz__question-form {
    padding-top: 0;
    padding-left: 20px;
  }

  .quiz__question-form:before {
    width: 2px;
    height: 100%;
    left: -8px;
  }

  .role {
    padding: 40px 0 80px;
  }

  .role {
    text-align: left;
  }

  .role__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
  }

  .role__image {
    width: 50%;
    margin-bottom: 0;
  }

  .role__info {
    width: 50%;
    padding-left: 24px;
  }

  .role__buttons {
    display: block;
  }

  .role .button {
    min-width: 185px;
    margin: 0 16px 16px 0;
  }

  .role .button:last-child {
    margin: 0 0 16px;
  }

  .search__form {
    opacity: 1;
    display: -ms-grid;
    display: grid;
    z-index: 1;
    -ms-grid-columns: 2fr 3fr auto;
    grid-template-columns: 2fr 3fr auto;
  }

  .search.advanced .search__form {
    grid-template-areas: "title title area area" "location type company company" "quiz quiz submit submit";
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .search.advanced .search__job-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .search.advanced .search__area {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .search.advanced .search__submit {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .search.advanced .search__location {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .search.advanced .search__job-type {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .search.advanced .search__company {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }

  .search.advanced .search__quiz {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .search__select {
    display: none;
  }

  .section-video__wrap {
    margin-right: 0;
    margin-left: 0;
  }

  .section-video--overlap {
    margin-bottom: -272px;
  }

  .section-video--overlap + section {
    padding-top: 295px;
  }

  .tabs__list {
    margin-right: 0;
    margin-left: 0;
  }

  .tabs__prev,
  .tabs__next {
    display: none;
  }

  .timeline li:last-child::before {
    left: calc(50% - 12px);
  }

  .timeline li:nth-child(even) {
    text-align: right;
    padding-left: 0;
    padding-right: calc(50% + 24px);
  }

  .timeline li:nth-child(odd) {
    padding-left: calc(50% + 16px + 4px);
  }

  .timeline li::before {
    left: calc(50% - 8px);
  }

  .timeline li::after {
    left: 50%;
  }

  .welcome__background::after {
    height: 388px;
  }
  .section-businesses .card-care .card-care__text h3{min-height: 75px;}
  .section-businesses .card-care .card-care__text p{min-height: 222px;}
}

@media (min-width: 960px) {
  .role__image {
    width: 358px;
  }

  .role__info {
    width: calc(100% - 358px);
    padding-left: 44px;
  }
}

@media (min-width: 1024px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1025px) {
  html {
    font-size: 16px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 16px;
    height: 16px;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.6;
  }

  .h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .h2 {
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -2px;
    margin-bottom: 30px;
  }

  .h3 {
    font-size: 30px;
    line-height: 44px;
  }

  .h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .h5 {
    font-size: 12px;
  }

  .h6 {
    font-size: 10px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .accordion-list {
    width: 50%;
    margin: 0;
  }

  .accordion__content {
    padding: 0 6% 0 0;
    line-height: 24px;
  }

  .button {
    font-size: 16px;
  }

  .card-job__item {
    margin: 0 20px 11px 0;
  }

  .card-job__info {
    font-size: 16px;
    line-height: 19px;
  }

  .card-job__info a:hover,
  .card-job__info span:hover {
    color: #63aab0;
  }

  .card-job .button {
    min-width: 260px;
  }

  .card-care__background {
    height: auto;
  }

  .card-care__text h3 {
    text-align: left;
  }

  .card-care__text {
    padding: 36px 36px 30px 36px;
  }

  .card-care__text p {
    margin-bottom: 30px;
    min-height: 195px;
  }

  .card-care__button {
    min-width: auto;
  }

  .card-care__button-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
  }
  .card-care__button-wrap .button {
    width: 50%;
  }
  .card-care-list {
    row-gap: 16px;
  }

  .caring .button {
    min-width: 500px;
  }

  .explore {
    padding: 80px 0 60px;
  }

  .explore .container {
    max-width: 1800px;
  }

  .explore h2 {
    margin-bottom: 50px;
  }

  .explore__actions {
    margin-top: 64px;
  }

  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    padding: 62px 0;
  }

  .footer__logo {
    margin-bottom: 0;
    font-size: 12px;
  }

  .footer__links a {
    text-align: left;
    margin-left: 30px;
    font-size: 12px;
  }

  .footer__links a {
    margin-left: 48px;
  }

  .footer__links .footer9am {
    margin-left: 48px;
  }

  .footer__links span.footer9am a {
    margin-left: 0px;
    text-transform: none;
  }

  .footer__links a:not(:last-child) {
    margin-bottom: 0;
  }

  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .header {
    padding: 20px 0;
  }

  .header__menu-toggle {
    display: none;
  }

  .job-info__image {
    height: 175px;
  }

  .job-info__image img {
    -o-object-position: center -50px;
    object-position: center -50px;
  }

  .job-info__wrap .card-job__info a:hover {
    color: #63aab0;
  }

  .job-info__inner {
    margin-bottom: 0;
    padding: 10px 16px 0 0;
  }

  .job-info__inner .card-job__list {
    margin-bottom: 0;
  }

  .job-info__callback button:hover {
    color: #63aab0;
  }

  .job-info__content {
    padding: 40px 36px 20px;
  }

  .job-info__footer {
    border-radius: 0 0 10px 10px;
    padding: 40px;
  }

  .job-info__footer h2 {
    font-size: 30px;
    line-height: 55px;
  }

  .job-info .button {
    min-width: 260px;
  }

  .job-info__form {
    padding-bottom: 42px;
  }

  .job-info__form:nth-child(2) {
    padding: 32px 0 42px;
  }

  .job-info__form:last-child {
    padding: 32px 0 0;
  }

  .job-info__form .button {
    width: auto;
    min-width: 260px;
  }

  .job-info__form-wrap {
    width: calc(100% + 20px);
    margin: 0 -10px 10px;
  }

  .job-info__form-wrap input {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }

  .job-list__sort {
    display: none;
  }

  .job-list .pagination {
    margin-top: 40px;
  }

  .jobs {
    padding: 40px 0 163px;
  }

  .jobs__wrap {
    max-width: 1800px;
    margin: 0 auto;
  }

  .label {
    font-size: 30px;
  }

  .logo {
    width: auto;
    height: 60px;
  }

  .logo__image {
    width: 58.782px;
    height: 58.782px;
  }

  .menu-toggle-close {
    display: none !important;
  }

  .menu-toggle-open {
    display: none;
  }

  .navbar {
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .navbar__link {
    font-size: 16px;
    line-height: 25px;
    color: #10273a;
    border-bottom: none;
    padding: 0;
  }

  .navbar__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
  }

  .navbar__list li {
    width: auto;
    background-color: transparent;
    border-bottom: none;
  }

  .page-header{
    padding-top: 300px;
    padding-bottom: 90px;
  }

  .page-header h1 {
    font-size: 70px;
    line-height: 55px;
    letter-spacing: -3.5px;
  }

  .page-header p {
    font-size: 30px;
    line-height: 55px;
  }

  .page-header img {
    height: 84px;
  }

  .page-header.page-header-secondary {
    min-height: 660px;
  }

  .page-header.page-header-secondary {
    min-height: auto;
  }

  .page-header.page-header-secondary h1 {
    font-size: 120px;
    line-height: 1.1;
  }

  .page-header.page-header-secondary h2 {
    margin-bottom: 20px;
  }

  .page-header.page-header-secondary p {
    font-size: 16px;
  }

  .procare-about {
    padding: 80px 0;
  }

  .procare-benefits {
    padding: 35px 0 90px;
  }

  .procare-benefits h2 {
    margin-bottom: 26px;
  }

  .procare-benefits ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    max-width: 1600px;
  }

  .procare-benefits li {
    margin: 0 24px;
  }

  .procare-benefits li {
    margin: 0 80px;
  }

  .procare-explore {
    padding: 80px 0 54px;
  }

  .procare-explore h2 {
    margin-bottom: 67px;
  }

  .procare-explore__list {
    max-width: 1660px;
    display: flex;
    justify-content: center;
  }

  .procare-explore .button {
    min-width: 292px;
    margin-top: 44px;
  }

  .procare-reason .col-6:first-child h2 {
    max-width: 755px;
    line-height: 55px;
  }

  .procare-reason .col-6:nth-child(2) p {
    max-width: 759px;
  }

  .procare-services {
    background-color: transparent;
    padding: 352px 0 40px;
  }

  .procare-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 384px);
    background-color: #10273a;
    z-index: 1;
  }
  .procare-services.juventas {
    background-color:#EA4C76;
    padding: 352px 0 40px;
  }

  .procare-services.juventas::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 384px);
    background-color: #EA4C76;
    z-index: 1;
  }

  .procare-services p {
    max-width: 1088px;
    margin-bottom: 80px;
  }

  .procare-services div.row.white-text div.col-6:nth-child(-n+2) > figcaption.procare-services__caption{
    color:#fff;
  }

  .procare-services .row {
    max-width: 1500px;
  }

  .procare-services .col-6 {
    width: calc(50% - 60px);
  }

  .procare-services .col-6:first-child {
    margin-right: 60px;
  }

  .procare-services .col-6:nth-child(3) {
    margin-right: 60px;
  }

  .procare-services .col-6:nth-child(2) {
    margin-left: 60px;
  }

  .procare-services .col-6:nth-child(4) {
    margin-left: 60px;
  }

  .procare-services__caption {
    color: #808080;
  }
  .procare-services.juventas .procare-services__caption {
    color: #ffffff;
  }
  .procare-services__image {
    height: 420px;
    margin-bottom: 40px;
  }

  .providers {
    padding: 65px 8px 90px;
  }

  .providers {
    padding: 65px 0 90px;
  }

  .providers .h2 {
    margin-bottom: 10px;
  }

  .providers p {
    margin-bottom: 30px;
  }

  .providers__list {
    width: calc(100% + 64px);
    margin: 0 -32px;
    padding: 0 32px;
  }

  .providers__item {
    height: 8vw;
    max-height: 260px;
    padding: 10px;
  }

  .quiz-offer__image {
    position: absolute;
    bottom: 0;
    left: -16px;
    height: auto;
    max-height: initial;
  }

  .quiz-offer__logo-spin {
    width: 100%;
    bottom: 50px;
    left: -42px;
  }

  .quiz-offer__text {
    padding-top: 130px;
    padding-right: 72px;
    padding-bottom: 120px;
  }

  .quiz-offer__text .button {
    min-width: 260px;
  }

  .quiz__intro {
    text-align: center;
  }

  .quiz__intro h2 {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin: 20px;
  }

  .quiz__intro .button {
    margin-bottom: 80px;
  }

  .quiz__progress {
    padding-top: 0;
  }

  .quiz__question h3 {
    margin-bottom: 5px;
  }

  .quiz__question-text {
    padding-right: 40px;
  }

  .quiz__question-form {
    padding-left: 40px;
  }

  .radio-input ~ .radio-box::before {
    width: 24px;
    height: 24px;
  }

  .radio-input ~ .radio-box__label {
    font-size: 16px;
    line-height: 24px;
  }

  .radio-input:checked ~ .radio-box::after {
    width: 16px;
    height: 16px;
  }

  .role__image {
    width: 420px;
  }

  .role__info {
    width: calc(100% - 420px);
  }

  .role .button {
    min-width: 260px;
  }

  .search__form {
    -ms-grid-columns: 3fr 2fr auto;
    grid-template-columns: 3fr 2fr auto;
  }

  .section-faq__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 32px;
  }

  .section-faq__title h2 {
    text-align: left;
  }

  .section-faq__title p {
    text-align: left;
  }

  .section-faq__title {
    width: 42%;
  }

  .section-video h2 {
    line-height: 55px;
  }

  .section-video p {
    max-width: 1088px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section--procare-overview h2 {
    margin-bottom: 27px;
  }

  .fsb-button {
    font-size: 16px;
  }

  .tabs-wrap {
    margin-top: -50px;
  }

  .tabs__list {
    gap: 16px;
  }

  .tab-button.button {
    min-width: 260px;
    height: 50px;
    font-size: 16px;
    line-height: 1.5;
  }

  .timeline li:last-child::after {
    min-height: 50px;
  }

  .timeline h3 {
    margin-top: -12px;
    font-size: 30px;
    letter-spacing: -1.5px;
  }

  .video {
    height: 544px;
  }

  .video__play svg {
    width: 98px;
    height: 100px;
  }

  .welcome {
    padding: 0;
  }

  .welcome__background::after {
    height: 540px;
  }

  .welcome__mouse {
    display: block;
  }

  .welcome-slider .swiper-slide h1 span:nth-child(1) {
    font-size: 120px;
  }

  .welcome-slider .swiper-slide h1 span:nth-child(2) {
    max-width: 980px;
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 55px;
  }
  .header a.logo span.text{text-decoration: none;font-size: 2rem !important;font-family: "Baloo2", tahoma, sans-serif !important;font-weight: bold; position: absolute; top: 6px; left: 66px; color:#65C7B4; cursor: pointer;}
}

@media (min-width: 1366px) {
  .accordion-list {
    width: 100%;
    max-width: 950px;
  }

  .accordion__content {
    font-size: 22px;
    margin-bottom: 55px;
    line-height: 28px;
    padding: 0 24px 0 0;
  }

  .accordion__header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .accordion__title {
    letter-spacing: -1.5px;
    font-size: 30px;
  }

  .accordion-list__item:last-child::after {
    width: 100%;
  }

  .accordion-list__item::before {
    width: 100%;
  }

  .card-job__content {
    padding: 40px;
  }

  .card-job__logo {
    margin-bottom: 40px;
  }

  .card-job h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .explore__list .card-job h3,.procare-explore__list .card-job h3{min-height: 75px;}

  .card-job__list {
    margin-bottom: 24px;
  }

  .job-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 40px 30px 40px;
  }

  .job-info__callback {
    text-align: right;
    margin-top: 20px;
  }

  .procare-reason .col-6:first-child {
    padding: 167px 80px 164px;
  }

  .procare-reason .col-6:first-child {
    padding: 267px 80px 5px;
  }

  .procare-reason .col-6:nth-child(2) {
    margin: 52px 0;
    padding: 92px 61px 94px;
  }

  .quiz-offer__logo-spin {
    height: 100%;
    top: -50px;
  }

  .quiz__result-actions {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .quiz__question-form:before {
    left: 0;
  }

  .role__image {
    width: 53%;
  }

  .role__info {
    width: calc(100% - 500px);
    padding-left: 120px;
  }

  .search.advanced .search__form {
    -ms-grid-rows: auto 40px auto;
    grid-template-areas: "title title area area submit" "location type company quiz quiz";
    -ms-grid-columns: [title] 16px calc(25% - 8px) 16px [title] 16px calc(25% - 8px) 16px [area] 16px 1fr 16px [area] 16px 1fr 16px [submit] 16px auto;
    grid-template-columns: [title] calc(25% - 8px) [title] calc(25% - 8px) [area] 1fr [area] 1fr [submit] auto;
    gap: 40px 16px;
  }

  .search.advanced .search__job-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .search.advanced .search__area {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }

  .search.advanced .search__submit {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
    -ms-grid-column-span: 1;
  }

  .search.advanced .search__location {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .search.advanced .search__job-type {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .search.advanced .search__company {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }

  .search.advanced .search__quiz {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
  }

  .section-faq__wrap {
    gap: 88px;
  }

  .section-faq__title h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -2px;
    margin-bottom: 12px;
  }

  .section-faq__title p {
    font-size: 16px;
    line-height: 24px;
  }

  .section-faq__title {
    max-width: 443px;
  }

  .section-video--overlap + section {
    padding-top: 352px;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .section-businesses .card-care .card-care__text p{min-height: 190px;}
}

@media (min-width: 1500px) {
  .quiz-offer__image-wrap {
    max-width: 550px;
  }
}

@media (min-width: 1600px) {
  .procare-benefits li {
    margin: 0 136px;
  }
}

@media (max-width: 767px) {
  .procare-explore .card-job:nth-child(n+2) {
    display: none;
  }

  .procare-reason .col-6 {
    width: 100%;
  }

  .procare-services .col-6 {
    width: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

/******modal privacy & gdpr ********/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px 15px 0px 15px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px 40px 0px;
}
.modal-footer {
  padding: 0px 15px 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.section.privacy .container .row ul li{margin-left: 40px;}

/*Company Page Changes New*/

.h2.beyond-limits {
  color: #5F3899;
}
.procare-explore .h2.beyond-limits {
  color: #E9491B;
}
.procare-services .h2.beyond-limits {
  color: #E9491B;
}
.h2.text-white.beyond-limits {
  color: #5F3899;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.beyond-limits {
  color: #5F3899;
}
.page-header.beyond-limits .container.beyond-limits{ text-align: left !important;}
.beyond-limits.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.beyond-limits {
  border-color: #5F3899;
  background-color: #5F3899;
}

.button--secondary.beyond-limits {
  border-color: #E9491B;
  background-color: #E9491B;
}
.button--secondary.beyond-limits:focus,
.button--secondary.beyond-limits:hover,
.button--secondary.beyond-limits:active {
  background-color: #5F3899;
  border-color: #5F3899;
}
.tab-button.button.beyond-limits.is-active {
  background-color: #5F3899;
  border-color: #5F3899;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.beyond-limits{
  background-color: #E9491B;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}
.h2.dimensions-care {
  color: #FC81D7;
}
.procare-explore .h2.dimensions-care {
  color: #662D91;
}
.procare-services .h2.dimensions-care {
  color: #FC81D7;
}
.h2.text-white.dimensions-care {
  color: #5F3899;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.dimensions-care {
  color: #662D91;
}
.page-header.dimensions-care .container.dimensions-care{ text-align: left !important;}
.dimensions-care.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.dimensions-care {
  border-color: #FC81D7;
  background-color: #FC81D7;
}

.button--secondary.tab-button.dimensions-care {
  border-color: #FC81D7;
  background-color: #FC81D7;
}
.button--secondary.dimensions-care {
  border-color: #662D91;
  background-color: #662D91;
}
.button--secondary.dimensions-care:focus,
.button--secondary.dimensions-care:hover,
.button--secondary.dimensions-care:active {
  background-color: #662D91;
  border-color: #662D91;
}
.tab-button.button.dimensions-care.is-active {
  background-color: #662D91;
  border-color: #662D91;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.dimensions-care{
  background-color: #662D91;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}
.h2.juventas {
  color: #1A9DE0;
}
.procare-explore .h2.juventas {
  color: #ffffff;
}
.procare-services .h2.juventas {
  color: #ffffff;
}
.h2.text-white.juventas {
  color: #1A9DE0;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.juventas {
  color: #1A9DE0;
}
.page-header.juventas .container.juventas{ text-align: left !important;}
.juventas.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.juventas {
  border-color: #1A9DE0;
  background-color: #1A9DE0;
}

.button--secondary.tab-button.juventas {
  border-color: #1D86C8;
  background-color: #1D86C8;
}
.button--secondary.juventas {
  border-color: #F9A333;
  background-color: #F9A333;
}
.button--secondary.juventas:focus,
.button--secondary.juventas:hover,
.button--secondary.juventas:active {
  background-color: #F9A333;
  border-color: #F9A333;
}
.tab-button.button.juventas.is-active {
  background-color: #F9A333;
  border-color: #F9A333;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.juventas{
  background-color: #F9A333;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.premier-care-management {
  color: #EF5564;
}
.procare-explore .h2.premier-care-management {
  color: #EF5564;
}
.procare-services .h2.premier-care-management {
  color: #EF5564;
}
.h2.text-white.premier-care-management {
  color: #EF5564;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.premier-care-management {
  color: #EF5564;
}
.page-header.premier-care-management .container.premier-care-management{ text-align: left !important;}
.premier-care-management.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.premier-care-management {
  border-color: #5E1615;
  background-color: #5E1615;
}

.button--secondary.tab-button.premier-care-management {
  border-color: #EF5564;
  background-color: #EF5564;
}
.button--secondary.premier-care-management {
  border-color: #EF5564;
  background-color: #EF5564;
}
.button--secondary.premier-care-management:focus,
.button--secondary.premier-care-management:hover,
.button--secondary.premier-care-management:active {
  background-color: #5E1615;
  border-color: #5E1615;
}
.tab-button.button.premier-care-management.is-active {
  background-color: #5E1615;
  border-color: #5E1615;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.premier-care-management{
  background-color: #5E1615;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.procare-wales {
  color: #11544B;
}
.procare-explore .h2.procare-wales {
  color: #11544B;
}
.procare-services .h2.procare-wales {
  color: #6BA69A;
}
.h2.text-white.procare-wales {
  color: #11544B;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.procare-wales {
  color: #11544B;
}
.page-header.procare-wales .container.procare-wales{ text-align: left !important;}
.procare-wales.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.procare-wales {
  border-color: #6BA69A;
  background-color: #6BA69A;
}

.button--secondary.tab-button.procare-wales {
  border-color: #6BA69A;
  background-color: #6BA69A;
}
.button--secondary.procare-wales {
  border-color: #11544B;
  background-color: #11544B;
}
.button--secondary.procare-wales:focus,
.button--secondary.procare-wales:hover,
.button--secondary.procare-wales:active {
  background-color: #11544B;
  border-color: #11544B;
}
.tab-button.button.procare-wales.is-active {
  background-color: #11544B;
  border-color: #11544B;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.procare-wales{
  background-color: #11544B;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.seaside-care-homes {
  color: #1A9DE0;
}
.procare-explore .h2.seaside-care-homes {
  color: #C40879;
}
.procare-services .h2.seaside-care-homes {
  color: #1A9DE0;
}
.h2.text-white.seaside-care-homes {
  color: #C40879;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.seaside-care-homes {
  color: #C40879;
}
.page-header.seaside-care-homes .container.seaside-care-homes{ text-align: left !important;}
.seaside-care-homes.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.seaside-care-homes {
  border-color: #1A9DE0;
  background-color: #1A9DE0;
}

.button--secondary.tab-button.seaside-care-homes {
  border-color: #1A9DE0;
  background-color: #1A9DE0;
}
.button--secondary.seaside-care-homes {
  border-color: #C40879;
  background-color: #C40879;
}
.button--secondary.seaside-care-homes:focus,
.button--secondary.seaside-care-homes:hover,
.button--secondary.seaside-care-homes:active {
  background-color: #C40879;
  border-color: #C40879;
}
.tab-button.button.seaside-care-homes.is-active {
  background-color: #C40879;
  border-color: #C40879;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.seaside-care-homes{
  background-color: #1A9DE0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.sportfit {
  color: #FF860D;
}
.procare-explore .h2.sportfit {
  color: #124ED6;
}
.procare-services .h2.sportfit {
  color: #FF860D;
}
.h2.text-white.sportfit {
  color: #124ED6;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.sportfit {
  color: #124ED6;
}
.page-header.sportfit .container.sportfit{ text-align: left !important;}
.sportfit.button--primary {
  background-color: #5F3899;
  border-color: #5F3899;
}
.button--primary.sportfit {
  border-color: #FF860D;
  background-color: #FF860D;
}

.button--secondary.tab-button.sportfit {
  border-color: #FF860D;
  background-color: #FF860D;
}
.button--secondary.sportfit {
  border-color: #124ED6;
  background-color: #124ED6;
}
.button--secondary.sportfit:focus,
.button--secondary.sportfit:hover,
.button--secondary.sportfit:active {
  background-color: #124ED6;
  border-color: #124ED6;
}
.tab-button.button.sportfit.is-active {
  background-color: #124ED6;
  border-color: #124ED6;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.sportfit{
  background-color: #FF860D;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.swis {
  color: #FF6700;
}
.procare-explore .h2.swis {
  color: #ff6700;
}
.procare-services .h2.swis {
  color: #01ced1;
}
.h2.text-white.swis {
  color: #ff6700;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.swis {
  color: #FF6700;
}
.page-header.swis .container.swis{ text-align: left !important;}
.swis.button--primary {
  background-color: #ff6700;
  border-color: #ff6700;
}
.button--primary.swis {
  border-color: #01ced1;
  background-color: #01ced1;
}

.button--secondary.tab-button.swis {
  border-color: #01ced1;
  background-color: #01ced1;
}
.button--secondary.swis {
  border-color: #ff6700;
  background-color: #ff6700;
}
.button--secondary.swis:focus,
.button--secondary.swis:hover,
.button--secondary.swis:active {
  background-color: #ff6700;
  border-color: #ff6700;
}
.tab-button.button.swis.is-active {
  background-color: #ff6700;
  border-color: #ff6700;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.swis{
  background-color: #01ced1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.h2.next-steps {
  color: #2e5caa;
}
.procare-explore .h2.next-steps {
  color: #2e5caa;
}
.procare-services .h2.next-steps {
  color: #e50050;
}
.h2.text-white.next-steps {
  color: #2e5caa;
  background-color: #fff;
  padding: 0px 10px;
}
.h2.text-secondary.next-steps {
  color: #2e5caa;
}
.page-header.next-steps .container.next-steps{ text-align: left !important;}
.next-steps.button--primary {
  background-color: #2e5caa;
  border-color: #2e5caa;
}
.button--primary.next-steps {
  border-color: #e50050;
  background-color: #e50050;
}

.button--secondary.tab-button.next-steps {
  border-color: #e50050;
  background-color: #e50050;
}
.button--secondary.next-steps {
  border-color: #2e5caa;
  background-color: #2e5caa;
}
.button--secondary.next-steps:focus,
.button--secondary.next-steps:hover,
.button--secondary.next-steps:active {
  background-color: #2e5caa;
  border-color: #2e5caa;
}
.tab-button.button.next-steps.is-active {
  background-color: #2e5caa;
  border-color: #2e5caa;
  color: #FFFFFF;
}
.procare-reason .col-6:first-child span.next-steps{
  background-color: #e50050;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0px 10px;
}  
.section-sm.search.js-search.background-secondary { position:fixed; padding-top: 92px; z-index: 99; width: 100%;}     
@media (max-width: 767px) and (min-width: 320px) {
  .page-header.beyond-limits img {
    height: 30px;
  }
  .page-header.dimensions-care img {
    height: 68px;
  }
  .page-header.juventas img {
    height: 30px;
  } 
  .page-header.premier-care-management img {
    height: 30px;
  }  
  .page-header.procare-wales img {
    height: 30px;
  }    
  .page-header.seaside-care-homes img {
    height: 68px;
  }    
  .page-header.sportfit img {
    height: 30px;
  }
  .page-header.swis img {
    height: 30px;
  }
  .page-header.next-steps img {
    height: 30px;
  }
  .jobs .job-info, .search.advanced.jobs--selected, .page-header.jobs--selected, .tabs-wrap.jobs--selected{ display: none;}
  .jobs.jobs--selected .job-info{ display: block; padding-top: 70px;}
  .jobs.jobs--selected .container{ padding-left: 0px; padding-right: 0px;}
  h3.accordion__title{width: 100%;}
  .welcome-slider .swiper-pagination{justify-content: center;}
  .search.js-search.background-secondary.advanced{ padding-top: 100px;}
  .page-header.beyond-limits,.page-header.dimensions-care,.page-header.juventas,.page-header.premier-care-management,.page-header.procare-wales,.page-header.seaside-care-homes,.page-header.sportfit{ 
    padding-top: 70px; background-position: 56%; margin: 9vw 0 0;}
  .page-header.seaside-care-homes{background-position: 70%;}
  .tabs-wrap .container{ padding-left: 2px; padding-right: 0px;}
  .tabs-wrap .container a.button{padding: 12px;}
  .page-header.about{ background-position: 75%;}
  .page-header.life-as-carer,.page-header.privacy,.page-header.about{margin: 162px 0px 0px; padding: 0px;}
}
@media (max-width: 1024px) and (min-width: 768px) {
  .page-header.beyond-limits img {
    height: 42px;
  }
  .procare-reason.beyond-limits .col-6:first-child {
    padding: 139px 36px 0px;
  }  
  .page-header.dimensions-care img {
    height: 86px;
  }
  .procare-reason.dimensions-care .col-6:first-child {
    padding: 139px 36px 0px;
  }  
  .page-header.juventas img {
    height: 42px;
  }
  .procare-reason.juventas .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.premier-care-management img {
    height: 42px;
  }
  .procare-reason.premier-care-management .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.procare-wales img {
    height: 42px;
  }
  .procare-reason.procare-wales .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.seaside-care-homes img {
    height: 86px;
  }
  .procare-reason.seaside-care-homes .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.sportfit img {
    height: 42px;
  }
  .procare-reason.sportfit .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.swis img {
    height: 42px;
  }
  .procare-reason.swis .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .page-header.next-steps img {
    height: 42px;
  }
  .procare-reason.next-steps .col-6:first-child {
    padding: 139px 36px 0px;
  }      
  .search.js-search.background-secondary.advanced{position:fixed; padding-top: 100px; z-index: 99; width: 100%;}
  [data-collapse-content].search__quiz-form.active{ padding-top: 362px;}
  .section-sm.mainpage.jobs.background-muted{ padding-top: 390px;}
  .page-header.beyond-limits,.page-header.dimensions-care,.page-header.juventas,.page-header.premier-care-management,.page-header.procare-wales,.page-header.seaside-care-homes,.page-header.sportfit{ padding-top: 162px;}
  .page-header.life-as-carer,.page-header.privacy,.page-header.about{margin: 162px 0px 0px; padding: 0px;}
}
@media (min-width: 1025px) {
.procare-reason .col-6:first-child span.beyond-limits{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.beyond-limits {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.beyond-limits img {
  height: 84px;
}
.procare-reason.beyond-limits .col-6:first-child {
  padding: 267px 70px 0px;
} 
.procare-reason .col-6:first-child span.dimensions-care{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.dimensions-care {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.dimensions-care img {
  height: 160px;
}
.procare-reason.dimensions-care .col-6:first-child {
  padding: 267px 70px 30px;
}  
.procare-reason .col-6:first-child span.juventas{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.juventas {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.juventas img {
  height: 84px;
}
.procare-reason.juventas .col-6:first-child {
  padding: 267px 70px 30px;
} 
.procare-reason .col-6:first-child span.premier-care-management{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.premier-care-management {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.premier-care-management img {
  height: 84px;
}
.procare-reason.premier-care-management .col-6:first-child {
  padding: 267px 70px 30px;
}
.procare-reason .col-6:first-child span.procare-wales{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.procare-wales {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.procare-wales img {
  height: 84px;
}
.procare-reason.procare-wales .col-6:first-child {
  padding: 267px 70px 30px;
}
.procare-reason .col-6:first-child span.seaside-care-homes{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.seaside-care-homes {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.seaside-care-homes img {
  height: 160px;
}
.procare-reason.seaside-care-homes .col-6:first-child {
  padding: 267px 70px 30px;
}        
.procare-reason .col-6:first-child span.sportfit{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.sportfit {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.sportfit img {
  height: 84px;
}
.procare-reason.sportfit .col-6:first-child {
  padding: 267px 70px 30px;
}
.procare-reason .col-6:first-child span.swis{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.swis {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.swis img {
  height: 160px;
}
.procare-reason.swis .col-6:first-child {
  padding: 267px 70px 30px;
}
.procare-reason .col-6:first-child span.next-steps{
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 15px;
}
.page-header.next-steps {
  padding-top: 308px;
  padding-bottom: 188px;
}
.page-header.next-steps img {
  height: 80px;
}
.procare-reason.next-steps .col-6:first-child {
  padding: 267px 70px 30px;
}
.section-sm.search.js-search.background-secondary { position:fixed; padding-top: 120px; z-index: 99; width: 100%;}
.search.js-search.background-secondary.advanced{position:fixed; padding-top: 120px; z-index: 99; width: 100%;}
.section.welcome.background-secondary{padding-top: 190px;}  
[data-collapse-content].search__quiz-form.active{ padding-top: 350px;}
.section-sm.mainpage.jobs.background-muted{ padding-top: 430px;}
.page-header.life-as-carer,.page-header.privacy,.page-header.about{margin: 190px 0px 0px; padding: 0px;}
}
@media (min-width: 1366px) {
  .section-sm.mainpage.jobs.background-muted{ padding-top: 390px;}
}
  /* grey logo on company pages & greyed footer */
  .logo.companypage-logo .logo__text [data-name="Path2024"],.logo.companypage-logo .logo__image [data-name="Path2025"],.logo.companypage-logo .logo__image [data-name="Path2026"],.logo.companypage-logo .logo__image [data-name="Path2027"],.logo.companypage-logo .logo__image [data-name="Path2028"],.logo.companypage-logo .logo__image [data-name="Path2029"]{fill: #C9C9C9;}  
  .logo.companypage-logo:hover .logo__text [data-name="Path2024"]{fill:#63aab0;}
  .logo.companypage-logo:hover .logo__image [data-name="Path2025"],.logo.companypage-logo:hover .logo__image [data-name="Path2027"],.logo.companypage-logo:hover .logo__image [data-name="Path2028"]{fill: #10273a;}
  .logo.companypage-logo:hover .logo__image [data-name="Path2026"],.logo.companypage-logo:hover .logo__image [data-name="Path2029"]{fill: #65c7b4;}
  .header a.logo.companypage-logo span.text, .logo.companypage-logo .text .text-secondary, .logo.companypage-logo .text .text-primary{color: #C9C9C9;}  
  .header a.logo.companypage-logo:hover span.text{color: #65C7B4;}
  .logo.companypage-logo:hover .text .text-secondary{ color: #102749;}
  .logo.companypage-logo:hover .text .text-primary{ color: #63aab0;}
  .footer.background-primary.companypage-logo{ background-color: #C9C9C9;}
  /* Business job details */
.job-info.beyondlimits .button--primary,#no-role-found-section.section-sm.background-secondary.beyondlimits .button--primary{
    background-color: #E9491B;
    border-color: #E9491B;
}
.job-info.beyondlimits .job-info__wrap svg {
    fill: #E9491B;
    color: #E9491B;
}
.job-info.beyondlimits .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.beyondlimits .input.input-file:focus,
.job-info.beyondlimits .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.beyondlimits .input.input-file:hover,
.job-info.beyondlimits .input.input-file:active,#no-role-found-section.section-sm.background-secondary.beyondlimits .input.input-file:active {
  background-color: #E9491B;
  border-color: #E9491B;
  -webkit-transition-property: background-color color border-color;
  -o-transition-property: background-color color border-color;
  transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.beyondlimits .h2 {
  color: #E9491B;
}
.job-info.dimensionscare .button--primary,#no-role-found-section.section-sm.background-secondary.dimensionscare .button--primary{
  background-color: #FC81D7;
  border-color: #FC81D7;
}
.job-info.dimensionscare .job-info__wrap svg {
  fill: #FC81D7;
  color: #FC81D7;
}
.job-info.dimensionscare .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.dimensionscare .input.input-file:focus,
.job-info.dimensionscare .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.dimensionscare .input.input-file:hover,
.job-info.dimensionscare .input.input-file:active,#no-role-found-section.section-sm.background-secondary.dimensionscare .input.input-file:active {
background-color: #FC81D7;
border-color: #FC81D7;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.dimensionscare .h2 {
color: #FC81D7;
}
.job-info.juventas .button--primary,#no-role-found-section.section-sm.background-secondary.juventas .button--primary{
  background-color: #1D86C8;
  border-color: #1D86C8;
}
.job-info.juventas .job-info__wrap svg {
  fill: #F9A333;
  color: #F9A333;
}
.job-info.juventas .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.juventas .input.input-file:focus,
.job-info.juventas .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.juventas .input.input-file:hover,
.job-info.juventas .input.input-file:active,#no-role-found-section.section-sm.background-secondary.juventas .input.input-file:active {
background-color: #1D86C8;
border-color: #1D86C8;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.juventas .h2 {
color: #FFFFFF;
}
.job-info.premiercaremanagement .button--primary,#no-role-found-section.section-sm.background-secondary.premiercaremanagement .button--primary{
  background-color: #EF5564;
  border-color: #EF5564;
}
.job-info.premiercaremanagement .job-info__wrap svg {
  fill: #EF5564;
  color: #EF5564;
}
.job-info.premiercaremanagement .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.premiercaremanagement .input.input-file:focus,
.job-info.premiercaremanagement .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.premiercaremanagement .input.input-file:hover,
.job-info.premiercaremanagement .input.input-file:active,#no-role-found-section.section-sm.background-secondary.premiercaremanagement .input.input-file:active {
background-color: #EF5564;
border-color: #EF5564;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.premiercaremanagement .h2 {
color: #EF5564;
}
.job-info.procarewales .button--primary,#no-role-found-section.section-sm.background-secondary.procarewales .button--primary{
  background-color: #6BA69A;
  border-color: #6BA69A;
}
.job-info.procarewales .job-info__wrap svg {
  fill: #6BA69A;
  color: #6BA69A;
}
.job-info.procarewales .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.procarewales .input.input-file:focus,
.job-info.procarewales .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.procarewales .input.input-file:hover,
.job-info.procarewales .input.input-file:active,#no-role-found-section.section-sm.background-secondary.procarewales .input.input-file:active {
background-color: #6BA69A;
border-color: #6BA69A;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.procarewales .h2 {
color: #6BA69A;
}
.job-info.seasidecarehomes .button--primary,#no-role-found-section.section-sm.background-secondary.seasidecarehomes .button--primary{
  background-color: #1A9DE0;
  border-color: #1A9DE0;
}
.job-info.seasidecarehomes .job-info__wrap svg {
  fill: #C40879;
  color: #C40879;
}
.job-info.seasidecarehomes .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.seasidecarehomes .input.input-file:focus,
.job-info.seasidecarehomes .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.seasidecarehomes .input.input-file:hover,
.job-info.seasidecarehomes .input.input-file:active,#no-role-found-section.section-sm.background-secondary.seasidecarehomes .input.input-file:active {
background-color: #1A9DE0;
border-color: #1A9DE0;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.seasidecarehomes .h2 {
color: #C40879;
}
.job-info.sportfit .button--primary,#no-role-found-section.section-sm.background-secondary.sportfit .button--primary{
  background-color: #FF860D;
  border-color: #FF860D;
}
.job-info.sportfit .job-info__wrap svg {
  fill: #FF860D;
  color: #FF860D;
}
.job-info.sportfit .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.sportfit .input.input-file:focus,
.job-info.sportfit .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.sportfit .input.input-file:hover,
.job-info.sportfit .input.input-file:active,#no-role-found-section.section-sm.background-secondary.sportfit .input.input-file:active {
background-color: #FF860D;
border-color: #FF860D;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.swis .h2 {
color: #01ced1;
}
.job-info.swis .button--primary,#no-role-found-section.section-sm.background-secondary.swis .button--primary{
  background-color: #01ced1;
  border-color: #01ced1;
}
.job-info.swis .job-info__wrap svg {
  fill: #01ced1;
  color: #01ced1;
}
.job-info.swis .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.swis .input.input-file:focus,
.job-info.swis .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.swis .input.input-file:hover,
.job-info.swis .input.input-file:active,#no-role-found-section.section-sm.background-secondary.swis .input.input-file:active {
background-color: #01ced1;
border-color: #01ced1;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.swis .h2 {
color: #01ced1;
}

#no-role-found-section.section-sm.background-secondary.next-steps .h2 {
color: #e50050;
}
.job-info.next-steps .button--primary,#no-role-found-section.section-sm.background-secondary.next-steps .button--primary{
  background-color: #e50050;
  border-color: #e50050;
}
.job-info.next-steps .job-info__wrap svg {
  fill: #e50050;
  color: #e50050;
}
.job-info.next-steps .input.input-file:focus,#no-role-found-section.section-sm.background-secondary.next-steps .input.input-file:focus,
.job-info.next-steps .input.input-file:hover,#no-role-found-section.section-sm.background-secondary.next-steps .input.input-file:hover,
.job-info.next-steps .input.input-file:active,#no-role-found-section.section-sm.background-secondary.next-steps .input.input-file:active {
background-color: #e50050;
border-color: #e50050;
-webkit-transition-property: background-color color border-color;
-o-transition-property: background-color color border-color;
transition-property: background-color color border-color;
}
#no-role-found-section.section-sm.background-secondary.next-steps .h2 {
color: #e50050;
}
  
/* Business job interview-process */
.section.background-default.interview.beyond-limits .h2{ color: #5F3899;}
.section.background-secondary.interview.beyond-limits .h2{ color: #E9491B;}
.section.background-secondary.interview.beyond-limits .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23E9491B'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.dimensions-care .h2{ color: #662D91;}
.section.background-secondary.interview.dimensions-care .h2{ color: #FC81D7;}
.section.background-secondary.interview.dimensions-care .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23FC81D7'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.juventas .h2{ color: #1D86C8;}
.section.background-secondary.interview.juventas .h2{ color: #F9A333;}
.section.background-secondary.interview.juventas .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23F9A333'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.premier-care-management .h2{ color: #EF5564;}
.section.background-secondary.interview.premier-care-management .h2{ color: #EF5564;}
.section.background-secondary.interview.premier-care-management .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23EF5564'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.procare-wales .h2{ color: #11544B;}
.section.background-secondary.interview.procare-wales .h2{ color: #6BA69A;}
.section.background-secondary.interview.procare-wales .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%236BA69A'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.seaside-care-homes .h2{ color: #C40879;}
.section.background-secondary.interview.seaside-care-homes .h2{ color: #1A9DE0;}
.section.background-secondary.interview.seaside-care-homes .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%231A9DE0'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.sportfit .h2{ color: #124ED6;}
.section.background-secondary.interview.sportfit .h2{ color: #FF860D;}
.section.background-secondary.interview.sportfit .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23FF860D'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.swis .h2{ color: #ff6700;}
.section.background-secondary.interview.swis .h2{ color: #01ced1;}
.section.background-secondary.interview.swis .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%2301ced1'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section.background-default.interview.next-steps .h2{ color: #2e5caa;}
.section.background-secondary.interview.next-steps .h2{ color: #e50050;}
.section.background-secondary.interview.next-steps .timeline li:last-child::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg data-name='Group 275' transform='translate(-952 -1765)'%3E%3Ccircle data-name='Ellipse 15' cx='12' cy='12' r='12' transform='translate(952 1765)' fill='%23e50050'/%3E%3Cpath d='m962.325 1782.621 8.568-8.568-1.393-1.363-7.176 7.176-3.633-3.633-1.362 1.362Zm1.784-5.511Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.hiddenh1tag{
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  white-space: nowrap;
}
/* Search Box 'Clear' icon */
.search__job-title{ position: relative; display: inline-block;}
.clear-input-button {
  /* button position */
   position: absolute;
   right: 4px;
   top: 14px;
   bottom: 0;
   /* button appearane */
   justify-content: center;
   align-items: center;
   width: 25px;
   height: 25px;
   appearance: none;
   border: none;
   border-radius: 50%;
   background:#10273a;
   margin: 0;
   padding: 2px;
   color: #F0F0F0;
   font-size: 30px;
   cursor: pointer;
   font-weight: 600;
   /* hide the button initially */
   display: none;
 }
 .search.js-search.background-secondary.advanced .clear-input-button{top: 48px;}
 @media (min-width: 1025px) {.search.js-search.background-secondary.advanced .clear-input-button{top: 64px;}}
 .clear-input-button:hover {
   background: #65C7B4;
 }
 .clear-input--touched:focus + .clear-input-button,
 .clear-input--touched + .clear-input-button,
.clear-input--touched:hover + .clear-input-button,
.clear-input--touched + .clear-input-button:hover {
display: inline-flex;
}