@charset "UTF-8";
/* Mixins */
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../../dist/fonts/Gilroy-Regular.woff2") format("woff2"), url("../../dist/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../../dist/fonts/Gilroy-Bold.woff2") format("woff2"), url("../../dist/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../../dist/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../../dist/fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.europa-regular {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.europa-regular-italic {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.europa-bold {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.europa-bold-italic {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Merge Bootstrap and SilverStripe form styles */
.Actions #ForgotPassword {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.optionset {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.optionset .checkbox,
.optionset .radio {
  display: inline;
  position: relative;
  top: 1px;
}
.optionset .odd label,
.optionset .even label {
  padding-left: 7px;
  padding-left: 0.4375rem;
}

#popovers .btn, #popovers .userform .step-navigation button, .userform .step-navigation #popovers button, #popovers .userform .step-navigation .button, .userform .step-navigation #popovers .button, #popovers .userform .step-navigation input[type=submit], .userform .step-navigation #popovers input[type=submit], #popovers .remove-file-row .file-input:before, .remove-file-row #popovers .file-input:before, #popovers .section-filter .date-item input, .section-filter .date-item #popovers input, #popovers .section-title__filter .date-item input, .section-title__filter .date-item #popovers input, #popovers .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper #popovers .dropdown, #popovers .jobs-page .search-section__submit button, .jobs-page .search-section__submit #popovers button, #popovers .jobs-page .search-section__item input, .jobs-page .search-section__item #popovers input, #popovers form [type=reset], form #popovers [type=reset], #popovers form [type=submit], form #popovers [type=submit],
#popovers form [type=button],
form #popovers [type=button], #popovers .Actions .action, .Actions #popovers .action, #popovers .resetformaction,
#tooltips .btn,
#tooltips .userform .step-navigation button,
.userform .step-navigation #tooltips button,
#tooltips .userform .step-navigation .button,
.userform .step-navigation #tooltips .button,
#tooltips .userform .step-navigation input[type=submit],
.userform .step-navigation #tooltips input[type=submit],
#tooltips .remove-file-row .file-input:before,
.remove-file-row #tooltips .file-input:before,
#tooltips .section-filter .date-item input,
.section-filter .date-item #tooltips input,
#tooltips .section-title__filter .date-item input,
.section-title__filter .date-item #tooltips input,
#tooltips .react-dropdown-wrapper .dropdown,
.react-dropdown-wrapper #tooltips .dropdown,
#tooltips .jobs-page .search-section__submit button,
.jobs-page .search-section__submit #tooltips button,
#tooltips .jobs-page .search-section__item input,
.jobs-page .search-section__item #tooltips input,
#tooltips form [type=reset],
form #tooltips [type=reset],
#tooltips form [type=submit],
form #tooltips [type=submit],
#tooltips form [type=button],
form #tooltips [type=button],
#tooltips .Actions .action,
.Actions #tooltips .action,
#tooltips .resetformaction {
  margin-right: 5px;
  margin-right: 0.3125rem;
  float: left;
}

button {
  cursor: pointer;
}

#accordion .card-header {
  cursor: pointer;
  padding-right: 40px;
}
#accordion .card-header:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\F077";
  top: 11px;
  right: 15px;
  font-size: 14px;
}
#accordion .card-header.collapsed:after {
  content: "\F078";
}

/* Font Awesome Path */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 12px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* Bootstrap */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #F15B5D;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #F15B5D;
  --secondary: #555555;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #F15B5D;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --breakpoint-xxxl: 1640px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #F15B5D;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .banner .banner-scroll-align, .element--separator:after,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .banner .banner-scroll-align, .element--separator:after {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .banner .banner-scroll-align, .element--separator:after {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .banner .banner-scroll-align, .element--separator:after {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .banner .banner-scroll-align, .element--separator:after {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .banner .banner-scroll-align, .element--separator:after {
    max-width: 1354px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxxl,
.col-xxxl-auto, .col-xxxl-12, .col-xxxl-11, .col-xxxl-10, .col-xxxl-9, .col-xxxl-8, .col-xxxl-7, .col-xxxl-6, .col-xxxl-5, .col-xxxl-4, .col-xxxl-3, .col-xxxl-2, .col-xxxl-1, .col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1640px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}
.table, table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}
.table th, table th,
.table td,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(251.08, 209.08, 209.64);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(247.72, 169.72, 170.76);
}

.table-hover .table-primary:hover {
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(207.4, 207.4, 207.4);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(166.6, 166.6, 166.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(194.65, 194.65, 194.65);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(194.65, 194.65, 194.65);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(251.08, 209.08, 209.64);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(247.72, 169.72, 170.76);
}

.table-hover .table-danger:hover {
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th, table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1639.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .middleColumn .text,
.middleColumn .textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .middleColumn .text,
  .middleColumn .textarea {
    transition: none;
  }
}
.form-control::-ms-expand, .middleColumn .text::-ms-expand,
.middleColumn .textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .middleColumn .text:focus,
.middleColumn .textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(251.0280898876, 208.4719101124, 209.0393258427);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.form-control::placeholder, .middleColumn .text::placeholder,
.middleColumn .textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .middleColumn .text:disabled,
.middleColumn .textarea:disabled, .form-control[readonly], .middleColumn [readonly].text,
.middleColumn [readonly].textarea {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, .middleColumn input[type=date].text,
.middleColumn input[type=date].textarea,
input[type=time].form-control,
.middleColumn input[type=time].text,
.middleColumn input[type=time].textarea,
input[type=datetime-local].form-control,
.middleColumn input[type=datetime-local].text,
.middleColumn input[type=datetime-local].textarea,
input[type=month].form-control,
.middleColumn input[type=month].text,
.middleColumn input[type=month].textarea {
  appearance: none;
}

select.form-control:-moz-focusring, .middleColumn select.text:-moz-focusring,
.middleColumn select.textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, .middleColumn select.text:focus::-ms-value,
.middleColumn select.textarea:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .middleColumn select[size].text,
.middleColumn select[size].textarea, select.form-control[multiple], .middleColumn select[multiple].text,
.middleColumn select[multiple].textarea {
  height: auto;
}

textarea.form-control, .middleColumn textarea.text,
.middleColumn textarea.textarea {
  height: auto;
}

.form-group, div .field {
  margin-bottom: 1rem;
}

.form-text, .error.message {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .middleColumn .text:valid, .middleColumn .was-validated .text:valid,
.was-validated .middleColumn .textarea:valid,
.middleColumn .was-validated .textarea:valid, .form-control.is-valid, .middleColumn .is-valid.text,
.middleColumn .is-valid.textarea {
  border-color: #28a745;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .middleColumn .text:valid:focus, .middleColumn .was-validated .text:valid:focus,
.was-validated .middleColumn .textarea:valid:focus,
.middleColumn .was-validated .textarea:valid:focus, .form-control.is-valid:focus, .middleColumn .is-valid.text:focus,
.middleColumn .is-valid.textarea:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, .was-validated .middleColumn select.text:valid, .middleColumn .was-validated select.text:valid,
.was-validated .middleColumn select.textarea:valid,
.middleColumn .was-validated select.textarea:valid, select.form-control.is-valid, .middleColumn select.is-valid.text,
.middleColumn select.is-valid.textarea {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, .was-validated .middleColumn textarea.text:valid, .middleColumn .was-validated textarea.text:valid,
.was-validated .middleColumn textarea.textarea:valid,
.middleColumn .was-validated textarea.textarea:valid, textarea.form-control.is-valid, .middleColumn textarea.is-valid.text,
.middleColumn textarea.is-valid.textarea {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F15B5D;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(241, 91, 93, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .middleColumn .text:invalid, .middleColumn .was-validated .text:invalid,
.was-validated .middleColumn .textarea:invalid,
.middleColumn .was-validated .textarea:invalid, .form-control.is-invalid, .middleColumn .is-invalid.text,
.middleColumn .is-invalid.textarea {
  border-color: #F15B5D;
  padding-right: 2.25rem !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F15B5D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F15B5D' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .middleColumn .text:invalid:focus, .middleColumn .was-validated .text:invalid:focus,
.was-validated .middleColumn .textarea:invalid:focus,
.middleColumn .was-validated .textarea:invalid:focus, .form-control.is-invalid:focus, .middleColumn .is-invalid.text:focus,
.middleColumn .is-invalid.textarea:focus {
  border-color: #F15B5D;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}

.was-validated select.form-control:invalid, .was-validated .middleColumn select.text:invalid, .middleColumn .was-validated select.text:invalid,
.was-validated .middleColumn select.textarea:invalid,
.middleColumn .was-validated select.textarea:invalid, select.form-control.is-invalid, .middleColumn select.is-invalid.text,
.middleColumn select.is-invalid.textarea {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, .was-validated .middleColumn textarea.text:invalid, .middleColumn .was-validated textarea.text:invalid,
.was-validated .middleColumn textarea.textarea:invalid,
.middleColumn .was-validated textarea.textarea:invalid, textarea.form-control.is-invalid, .middleColumn textarea.is-invalid.text,
.middleColumn textarea.is-invalid.textarea {
  padding-right: 2.25rem;
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F15B5D;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F15B5D' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F15B5D' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #F15B5D;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F15B5D;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F15B5D;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #F15B5D;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(245.0112359551, 137.9887640449, 139.4157303371);
  background-color: rgb(245.0112359551, 137.9887640449, 139.4157303371);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F15B5D;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F15B5D;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F15B5D;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline div .field, div .form-inline .field {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .middleColumn .text, .middleColumn .form-inline .text,
  .form-inline .middleColumn .textarea,
  .middleColumn .form-inline .textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .remove-file-row .file-input:before, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__submit button, .jobs-page .search-section__item input, form .Actions .action, form [type=reset], form [type=submit],
form [type=button], .Actions .action, .resetformaction {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .remove-file-row .file-input:before, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__submit button, .jobs-page .search-section__item input, form .Actions .action, form [type=reset], form [type=submit],
  form [type=button], .Actions .action, .resetformaction {
    transition: none;
  }
}
.btn:hover, .userform .step-navigation button:hover, .userform .step-navigation .button:hover, .userform .step-navigation input[type=submit]:hover, .remove-file-row .file-input:hover:before, .section-filter .date-item input:hover, .section-title__filter .date-item input:hover, .react-dropdown-wrapper .dropdown:hover, .jobs-page .search-section__submit button:hover, .jobs-page .search-section__item input:hover, form [type=reset]:hover, form [type=submit]:hover,
form [type=button]:hover, .Actions .action:hover, .resetformaction:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .userform .step-navigation button:focus, .userform .step-navigation .button:focus, .userform .step-navigation input[type=submit]:focus, .remove-file-row .file-input:focus:before, .section-filter .date-item input:focus, .section-title__filter .date-item input:focus, .react-dropdown-wrapper .dropdown:focus, .jobs-page .search-section__submit button:focus, .jobs-page .search-section__item input:focus, form [type=reset]:focus, form [type=submit]:focus,
form [type=button]:focus, .Actions .action:focus, .resetformaction:focus, .btn.focus, .userform .step-navigation button.focus, .userform .step-navigation .focus.button, .userform .step-navigation input.focus[type=submit], .remove-file-row .focus.file-input:before, .section-filter .date-item input.focus, .section-title__filter .date-item input.focus, .react-dropdown-wrapper .focus.dropdown, .jobs-page .search-section__submit button.focus, .jobs-page .search-section__item input.focus, form .focus[type=reset], form .focus[type=submit],
form .focus[type=button], .Actions .focus.action, .focus.resetformaction {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.btn.disabled, .userform .step-navigation button.disabled, .userform .step-navigation .disabled.button, .userform .step-navigation input.disabled[type=submit], .remove-file-row .disabled.file-input:before, .section-filter .date-item input.disabled, .section-title__filter .date-item input.disabled, .react-dropdown-wrapper .disabled.dropdown, .jobs-page .search-section__submit button.disabled, .jobs-page .search-section__item input.disabled, form .disabled[type=reset], form .disabled[type=submit],
form .disabled[type=button], .Actions .disabled.action, .disabled.resetformaction, .btn:disabled, .userform .step-navigation button:disabled, .userform .step-navigation .button:disabled, .userform .step-navigation input[type=submit]:disabled, .remove-file-row .file-input:disabled:before, .section-filter .date-item input:disabled, .section-title__filter .date-item input:disabled, .react-dropdown-wrapper .dropdown:disabled, .jobs-page .search-section__submit button:disabled, .jobs-page .search-section__item input:disabled, form [type=reset]:disabled, form [type=submit]:disabled,
form [type=button]:disabled, .Actions .action:disabled, .resetformaction:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .userform .step-navigation button:not(:disabled):not(.disabled), .userform .step-navigation .button:not(:disabled):not(.disabled), .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled), .remove-file-row .file-input:not(:disabled):not(.disabled):before, .section-filter .date-item input:not(:disabled):not(.disabled), .section-title__filter .date-item input:not(:disabled):not(.disabled), .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled), .jobs-page .search-section__submit button:not(:disabled):not(.disabled), .jobs-page .search-section__item input:not(:disabled):not(.disabled), form [type=reset]:not(:disabled):not(.disabled), form [type=submit]:not(:disabled):not(.disabled),
form [type=button]:not(:disabled):not(.disabled), .Actions .action:not(:disabled):not(.disabled), .resetformaction:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .userform .step-navigation a.disabled.button, .remove-file-row a.disabled.file-input:before, .react-dropdown-wrapper a.disabled.dropdown, form a.disabled[type=reset], form a.disabled[type=submit],
form a.disabled[type=button], .Actions a.disabled.action, a.disabled.resetformaction,
fieldset:disabled a.btn,
fieldset:disabled .userform .step-navigation a.button,
.userform .step-navigation fieldset:disabled a.button,
fieldset:disabled .remove-file-row a.file-input:before,
.remove-file-row fieldset:disabled a.file-input:before,
fieldset:disabled .react-dropdown-wrapper a.dropdown,
.react-dropdown-wrapper fieldset:disabled a.dropdown,
fieldset:disabled form a[type=reset],
form fieldset:disabled a[type=reset],
fieldset:disabled form a[type=submit],
form fieldset:disabled a[type=submit],
fieldset:disabled form a[type=button],
form fieldset:disabled a[type=button],
fieldset:disabled .Actions a.action,
.Actions fieldset:disabled a.action,
fieldset:disabled a.resetformaction {
  pointer-events: none;
}

.btn-primary, .section-tag-filter__item > span.active, .element:not(.bg-grey-gradient) .card--staff .card__content .btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit], .questionnaire-block__answers .btn.active, .questionnaire-block__answers .Actions .active.action, .Actions .questionnaire-block__answers .active.action, .questionnaire-block__answers .active.resetformaction, .questionnaire-block__answers form .active[type=submit], form .questionnaire-block__answers .active[type=submit],
.questionnaire-block__answers form .active[type=button],
form .questionnaire-block__answers .active[type=button], .questionnaire-block__answers form .active[type=reset], form .questionnaire-block__answers .active[type=reset], .questionnaire-block__answers .jobs-page .search-section__item input.active, .jobs-page .search-section__item .questionnaire-block__answers input.active, .questionnaire-block__answers .jobs-page .search-section__submit button.active, .jobs-page .search-section__submit .questionnaire-block__answers button.active, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown, .questionnaire-block__answers .section-title__filter .date-item input.active, .section-title__filter .date-item .questionnaire-block__answers input.active, .questionnaire-block__answers .section-filter .date-item input.active, .section-filter .date-item .questionnaire-block__answers input.active, .questionnaire-block__answers .remove-file-row .active.file-input:before, .remove-file-row .questionnaire-block__answers .active.file-input:before, .questionnaire-block__answers .userform .step-navigation button.active, .userform .step-navigation .questionnaire-block__answers button.active, .questionnaire-block__answers .btn.btn:not(:disabled):not(.disabled).active, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .section-tag-filter__item > span:not(:disabled):not(.disabled).active, .jobs-account-page__links .btn.is-active, .jobs-account-page__links .userform .step-navigation button.is-active, .userform .step-navigation .jobs-account-page__links button.is-active, .jobs-account-page__links .remove-file-row .is-active.file-input:before, .remove-file-row .jobs-account-page__links .is-active.file-input:before, .jobs-account-page__links .section-filter .date-item input.is-active, .section-filter .date-item .jobs-account-page__links input.is-active, .jobs-account-page__links .section-title__filter .date-item input.is-active, .section-title__filter .date-item .jobs-account-page__links input.is-active, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown, .jobs-account-page__links .Actions .is-active.action, .Actions .jobs-account-page__links .is-active.action, .jobs-account-page__links .is-active.resetformaction, .jobs-account-page__links form .is-active[type=submit], form .jobs-account-page__links .is-active[type=submit],
.jobs-account-page__links form .is-active[type=button],
form .jobs-account-page__links .is-active[type=button], .jobs-account-page__links form .is-active[type=reset], form .jobs-account-page__links .is-active[type=reset], .jobs-account-page__links .jobs-page .search-section__item input.is-active, .jobs-page .search-section__item .jobs-account-page__links input.is-active, .jobs-account-page__links .jobs-page .search-section__submit button.is-active, .jobs-page .search-section__submit .jobs-account-page__links button.is-active, .jobs-page .search-section__submit button, form .Actions .action, .Actions .action {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-primary:hover, .section-tag-filter__item > span.active:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action:hover, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:hover, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:hover, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:hover,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:hover,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:hover, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:hover, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:hover, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:hover, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:hover:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:hover:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit]:hover, .questionnaire-block__answers .btn.active:hover, .questionnaire-block__answers .active.resetformaction:hover, .questionnaire-block__answers form .active[type=submit]:hover, form .questionnaire-block__answers .active[type=submit]:hover,
.questionnaire-block__answers form .active[type=button]:hover,
form .questionnaire-block__answers .active[type=button]:hover, .questionnaire-block__answers form .active[type=reset]:hover, form .questionnaire-block__answers .active[type=reset]:hover, .questionnaire-block__answers .jobs-page .search-section__item input.active:hover, .jobs-page .search-section__item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown:hover, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown:hover, .questionnaire-block__answers .section-title__filter .date-item input.active:hover, .section-title__filter .date-item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .section-filter .date-item input.active:hover, .section-filter .date-item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .remove-file-row .active.file-input:hover:before, .remove-file-row .questionnaire-block__answers .active.file-input:hover:before, .questionnaire-block__answers .btn.active:hover:not(:disabled):not(.disabled), .userform .step-navigation button:hover, .userform .step-navigation .button:hover, .userform .step-navigation input[type=submit]:hover, .section-tag-filter__item > span.active:hover:not(:disabled):not(.disabled), .jobs-account-page__links .btn.is-active:hover, .jobs-account-page__links .remove-file-row .is-active.file-input:hover:before, .remove-file-row .jobs-account-page__links .is-active.file-input:hover:before, .jobs-account-page__links .section-filter .date-item input.is-active:hover, .section-filter .date-item .jobs-account-page__links input.is-active:hover, .jobs-account-page__links .section-title__filter .date-item input.is-active:hover, .section-title__filter .date-item .jobs-account-page__links input.is-active:hover, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:hover, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:hover, .jobs-account-page__links .is-active.resetformaction:hover, .jobs-account-page__links form .is-active[type=submit]:hover, form .jobs-account-page__links .is-active[type=submit]:hover,
.jobs-account-page__links form .is-active[type=button]:hover,
form .jobs-account-page__links .is-active[type=button]:hover, .jobs-account-page__links form .is-active[type=reset]:hover, form .jobs-account-page__links .is-active[type=reset]:hover, .jobs-account-page__links .jobs-page .search-section__item input.is-active:hover, .jobs-page .search-section__item .jobs-account-page__links input.is-active:hover, .jobs-page .search-section__submit button:hover, .Actions .action:hover {
  color: #fff;
  background-color: rgb(237.9915730337, 55.7584269663, 58.1882022472);
  border-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
}
.btn-primary:focus, .section-tag-filter__item > span.active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action:focus, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:focus,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:focus,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:focus, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button:focus, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:focus, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:focus, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:focus, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:focus:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:focus:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button:focus, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button:focus, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit]:focus, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit]:focus, .questionnaire-block__answers .btn.active:focus, .questionnaire-block__answers .active.resetformaction:focus, .questionnaire-block__answers form .active[type=submit]:focus, form .questionnaire-block__answers .active[type=submit]:focus,
.questionnaire-block__answers form .active[type=button]:focus,
form .questionnaire-block__answers .active[type=button]:focus, .questionnaire-block__answers form .active[type=reset]:focus, form .questionnaire-block__answers .active[type=reset]:focus, .questionnaire-block__answers .jobs-page .search-section__item input.active:focus, .jobs-page .search-section__item .questionnaire-block__answers input.active:focus, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown:focus, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown:focus, .questionnaire-block__answers .section-title__filter .date-item input.active:focus, .section-title__filter .date-item .questionnaire-block__answers input.active:focus, .questionnaire-block__answers .section-filter .date-item input.active:focus, .section-filter .date-item .questionnaire-block__answers input.active:focus, .questionnaire-block__answers .remove-file-row .active.file-input:focus:before, .remove-file-row .questionnaire-block__answers .active.file-input:focus:before, .questionnaire-block__answers .btn.active:focus:not(:disabled):not(.disabled), .userform .step-navigation button:focus, .userform .step-navigation .button:focus, .userform .step-navigation input[type=submit]:focus, .section-tag-filter__item > span.active:focus:not(:disabled):not(.disabled), .jobs-account-page__links .btn.is-active:focus, .jobs-account-page__links .remove-file-row .is-active.file-input:focus:before, .remove-file-row .jobs-account-page__links .is-active.file-input:focus:before, .jobs-account-page__links .section-filter .date-item input.is-active:focus, .section-filter .date-item .jobs-account-page__links input.is-active:focus, .jobs-account-page__links .section-title__filter .date-item input.is-active:focus, .section-title__filter .date-item .jobs-account-page__links input.is-active:focus, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:focus, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:focus, .jobs-account-page__links .is-active.resetformaction:focus, .jobs-account-page__links form .is-active[type=submit]:focus, form .jobs-account-page__links .is-active[type=submit]:focus,
.jobs-account-page__links form .is-active[type=button]:focus,
form .jobs-account-page__links .is-active[type=button]:focus, .jobs-account-page__links form .is-active[type=reset]:focus, form .jobs-account-page__links .is-active[type=reset]:focus, .jobs-account-page__links .jobs-page .search-section__item input.is-active:focus, .jobs-page .search-section__item .jobs-account-page__links input.is-active:focus, .jobs-page .search-section__submit button:focus, .Actions .action:focus, .btn-primary.focus, .section-tag-filter__item > span.focus.active, .element:not(.bg-grey-gradient) .card--staff .card__content .focus.btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .focus.action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .focus.action, .element:not(.bg-grey-gradient) .card--staff .card__content .focus.resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form .focus[type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content .focus[type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form .focus[type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content .focus[type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form .focus[type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content .focus[type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input.focus, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input.focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button.focus, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button.focus, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .focus.dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .focus.dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input.focus, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input.focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input.focus, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input.focus, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .focus.file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .focus.file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button.focus, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button.focus, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .focus.button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .focus.button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input.focus[type=submit], .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input.focus[type=submit], .questionnaire-block__answers .focus.btn.active, .questionnaire-block__answers .focus.active.resetformaction, .questionnaire-block__answers form .focus.active[type=submit], form .questionnaire-block__answers .focus.active[type=submit],
.questionnaire-block__answers form .focus.active[type=button],
form .questionnaire-block__answers .focus.active[type=button], .questionnaire-block__answers form .focus.active[type=reset], form .questionnaire-block__answers .focus.active[type=reset], .questionnaire-block__answers .jobs-page .search-section__item input.focus.active, .jobs-page .search-section__item .questionnaire-block__answers input.focus.active, .questionnaire-block__answers .react-dropdown-wrapper .focus.active.dropdown, .react-dropdown-wrapper .questionnaire-block__answers .focus.active.dropdown, .questionnaire-block__answers .section-title__filter .date-item input.focus.active, .section-title__filter .date-item .questionnaire-block__answers input.focus.active, .questionnaire-block__answers .section-filter .date-item input.focus.active, .section-filter .date-item .questionnaire-block__answers input.focus.active, .questionnaire-block__answers .remove-file-row .focus.active.file-input:before, .remove-file-row .questionnaire-block__answers .focus.active.file-input:before, .questionnaire-block__answers .focus.btn.active:not(:disabled):not(.disabled), .userform .step-navigation button.focus, .userform .step-navigation .focus.button, .userform .step-navigation input.focus[type=submit], .section-tag-filter__item > span.focus.active:not(:disabled):not(.disabled), .jobs-account-page__links .focus.btn.is-active, .jobs-account-page__links .remove-file-row .focus.is-active.file-input:before, .remove-file-row .jobs-account-page__links .focus.is-active.file-input:before, .jobs-account-page__links .section-filter .date-item input.focus.is-active, .section-filter .date-item .jobs-account-page__links input.focus.is-active, .jobs-account-page__links .section-title__filter .date-item input.focus.is-active, .section-title__filter .date-item .jobs-account-page__links input.focus.is-active, .jobs-account-page__links .react-dropdown-wrapper .focus.is-active.dropdown, .react-dropdown-wrapper .jobs-account-page__links .focus.is-active.dropdown, .jobs-account-page__links .focus.is-active.resetformaction, .jobs-account-page__links form .focus.is-active[type=submit], form .jobs-account-page__links .focus.is-active[type=submit],
.jobs-account-page__links form .focus.is-active[type=button],
form .jobs-account-page__links .focus.is-active[type=button], .jobs-account-page__links form .focus.is-active[type=reset], form .jobs-account-page__links .focus.is-active[type=reset], .jobs-account-page__links .jobs-page .search-section__item input.focus.is-active, .jobs-page .search-section__item .jobs-account-page__links input.focus.is-active, .jobs-page .search-section__submit button.focus, .Actions .focus.action {
  color: #fff;
  background-color: rgb(237.9915730337, 55.7584269663, 58.1882022472);
  border-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 115.6, 117.3, 0.5);
}
.btn-primary.disabled, .section-tag-filter__item > span.disabled.active, .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .disabled.action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.action, .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form .disabled[type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content .disabled[type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form .disabled[type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content .disabled[type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form .disabled[type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content .disabled[type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input.disabled, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input.disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button.disabled, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button.disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .disabled.dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input.disabled, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input.disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input.disabled, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input.disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .disabled.file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button.disabled, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button.disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .disabled.button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .disabled.button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input.disabled[type=submit], .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input.disabled[type=submit], .questionnaire-block__answers .disabled.btn.active, .questionnaire-block__answers .disabled.active.resetformaction, .questionnaire-block__answers form .disabled.active[type=submit], form .questionnaire-block__answers .disabled.active[type=submit],
.questionnaire-block__answers form .disabled.active[type=button],
form .questionnaire-block__answers .disabled.active[type=button], .questionnaire-block__answers form .disabled.active[type=reset], form .questionnaire-block__answers .disabled.active[type=reset], .questionnaire-block__answers .jobs-page .search-section__item input.disabled.active, .jobs-page .search-section__item .questionnaire-block__answers input.disabled.active, .questionnaire-block__answers .react-dropdown-wrapper .disabled.active.dropdown, .react-dropdown-wrapper .questionnaire-block__answers .disabled.active.dropdown, .questionnaire-block__answers .section-title__filter .date-item input.disabled.active, .section-title__filter .date-item .questionnaire-block__answers input.disabled.active, .questionnaire-block__answers .section-filter .date-item input.disabled.active, .section-filter .date-item .questionnaire-block__answers input.disabled.active, .questionnaire-block__answers .remove-file-row .disabled.active.file-input:before, .remove-file-row .questionnaire-block__answers .disabled.active.file-input:before, .questionnaire-block__answers .disabled.btn.active:not(:disabled):not(.disabled), .userform .step-navigation button.disabled, .userform .step-navigation .disabled.button, .userform .step-navigation input.disabled[type=submit], .section-tag-filter__item > span.disabled.active:not(:disabled):not(.disabled), .jobs-account-page__links .disabled.btn.is-active, .jobs-account-page__links .remove-file-row .disabled.is-active.file-input:before, .remove-file-row .jobs-account-page__links .disabled.is-active.file-input:before, .jobs-account-page__links .section-filter .date-item input.disabled.is-active, .section-filter .date-item .jobs-account-page__links input.disabled.is-active, .jobs-account-page__links .section-title__filter .date-item input.disabled.is-active, .section-title__filter .date-item .jobs-account-page__links input.disabled.is-active, .jobs-account-page__links .react-dropdown-wrapper .disabled.is-active.dropdown, .react-dropdown-wrapper .jobs-account-page__links .disabled.is-active.dropdown, .jobs-account-page__links .disabled.is-active.resetformaction, .jobs-account-page__links form .disabled.is-active[type=submit], form .jobs-account-page__links .disabled.is-active[type=submit],
.jobs-account-page__links form .disabled.is-active[type=button],
form .jobs-account-page__links .disabled.is-active[type=button], .jobs-account-page__links form .disabled.is-active[type=reset], form .jobs-account-page__links .disabled.is-active[type=reset], .jobs-account-page__links .jobs-page .search-section__item input.disabled.is-active, .jobs-page .search-section__item .jobs-account-page__links input.disabled.is-active, .jobs-page .search-section__submit button.disabled, .Actions .disabled.action, .btn-primary:disabled, .section-tag-filter__item > span.active:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action:disabled, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:disabled, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:disabled,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:disabled,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:disabled, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:disabled, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button:disabled, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:disabled, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:disabled, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:disabled, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:disabled:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:disabled:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button:disabled, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button:disabled, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button:disabled, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit]:disabled, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit]:disabled, .questionnaire-block__answers .btn.active:disabled, .questionnaire-block__answers .active.resetformaction:disabled, .questionnaire-block__answers form .active[type=submit]:disabled, form .questionnaire-block__answers .active[type=submit]:disabled,
.questionnaire-block__answers form .active[type=button]:disabled,
form .questionnaire-block__answers .active[type=button]:disabled, .questionnaire-block__answers form .active[type=reset]:disabled, form .questionnaire-block__answers .active[type=reset]:disabled, .questionnaire-block__answers .jobs-page .search-section__item input.active:disabled, .jobs-page .search-section__item .questionnaire-block__answers input.active:disabled, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown:disabled, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown:disabled, .questionnaire-block__answers .section-title__filter .date-item input.active:disabled, .section-title__filter .date-item .questionnaire-block__answers input.active:disabled, .questionnaire-block__answers .section-filter .date-item input.active:disabled, .section-filter .date-item .questionnaire-block__answers input.active:disabled, .questionnaire-block__answers .remove-file-row .active.file-input:disabled:before, .remove-file-row .questionnaire-block__answers .active.file-input:disabled:before, .questionnaire-block__answers .btn.active:disabled:not(:disabled):not(.disabled), .userform .step-navigation button:disabled, .userform .step-navigation .button:disabled, .userform .step-navigation input[type=submit]:disabled, .section-tag-filter__item > span.active:disabled:not(:disabled):not(.disabled), .jobs-account-page__links .btn.is-active:disabled, .jobs-account-page__links .remove-file-row .is-active.file-input:disabled:before, .remove-file-row .jobs-account-page__links .is-active.file-input:disabled:before, .jobs-account-page__links .section-filter .date-item input.is-active:disabled, .section-filter .date-item .jobs-account-page__links input.is-active:disabled, .jobs-account-page__links .section-title__filter .date-item input.is-active:disabled, .section-title__filter .date-item .jobs-account-page__links input.is-active:disabled, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:disabled, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:disabled, .jobs-account-page__links .is-active.resetformaction:disabled, .jobs-account-page__links form .is-active[type=submit]:disabled, form .jobs-account-page__links .is-active[type=submit]:disabled,
.jobs-account-page__links form .is-active[type=button]:disabled,
form .jobs-account-page__links .is-active[type=button]:disabled, .jobs-account-page__links form .is-active[type=reset]:disabled, form .jobs-account-page__links .is-active[type=reset]:disabled, .jobs-account-page__links .jobs-page .search-section__item input.is-active:disabled, .jobs-page .search-section__item .jobs-account-page__links input.is-active:disabled, .jobs-page .search-section__submit button:disabled, .Actions .action:disabled {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-primary:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:not(:disabled):not(.disabled):active, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:not(:disabled):not(.disabled):active,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:not(:disabled):not(.disabled):active,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:not(:disabled):not(.disabled):active, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:not(:disabled):not(.disabled):active, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:not(:disabled):not(.disabled):active, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:not(:disabled):not(.disabled):active, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:not(:disabled):not(.disabled):active:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:not(:disabled):not(.disabled):active:before, .userform .step-navigation button:not(:disabled):not(.disabled):active, .userform .step-navigation .button:not(:disabled):not(.disabled):active, .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active, .jobs-account-page__links .btn.is-active:not(:disabled):not(.disabled):active, .jobs-account-page__links .remove-file-row .is-active.file-input:not(:disabled):not(.disabled):active:before, .remove-file-row .jobs-account-page__links .is-active.file-input:not(:disabled):not(.disabled):active:before, .jobs-account-page__links .section-filter .date-item input.is-active:not(:disabled):not(.disabled):active, .section-filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active, .jobs-account-page__links .section-title__filter .date-item input.is-active:not(:disabled):not(.disabled):active, .section-title__filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:not(:disabled):not(.disabled):active, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:not(:disabled):not(.disabled):active, .jobs-account-page__links .is-active.resetformaction:not(:disabled):not(.disabled):active, .jobs-account-page__links form .is-active[type=submit]:not(:disabled):not(.disabled):active, form .jobs-account-page__links .is-active[type=submit]:not(:disabled):not(.disabled):active,
.jobs-account-page__links form .is-active[type=button]:not(:disabled):not(.disabled):active,
form .jobs-account-page__links .is-active[type=button]:not(:disabled):not(.disabled):active, .jobs-account-page__links form .is-active[type=reset]:not(:disabled):not(.disabled):active, form .jobs-account-page__links .is-active[type=reset]:not(:disabled):not(.disabled):active, .jobs-account-page__links .jobs-page .search-section__item input.is-active:not(:disabled):not(.disabled):active, .jobs-page .search-section__item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active, .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active, .Actions .action:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .section-tag-filter__item > span:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:not(:disabled):not(.disabled).active, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:not(:disabled):not(.disabled).active,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:not(:disabled):not(.disabled).active,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:not(:disabled):not(.disabled).active, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:not(:disabled):not(.disabled).active, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:not(:disabled):not(.disabled).active, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:not(:disabled):not(.disabled).active, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:not(:disabled):not(.disabled).active:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:not(:disabled):not(.disabled).active:before, .questionnaire-block__answers .btn:not(:disabled):not(.disabled).active, .questionnaire-block__answers .resetformaction:not(:disabled):not(.disabled).active, .questionnaire-block__answers form [type=submit]:not(:disabled):not(.disabled).active, form .questionnaire-block__answers [type=submit]:not(:disabled):not(.disabled).active,
.questionnaire-block__answers form [type=button]:not(:disabled):not(.disabled).active,
form .questionnaire-block__answers [type=button]:not(:disabled):not(.disabled).active, .questionnaire-block__answers form [type=reset]:not(:disabled):not(.disabled).active, form .questionnaire-block__answers [type=reset]:not(:disabled):not(.disabled).active, .questionnaire-block__answers .jobs-page .search-section__item input:not(:disabled):not(.disabled).active, .jobs-page .search-section__item .questionnaire-block__answers input:not(:disabled):not(.disabled).active, .questionnaire-block__answers .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active, .react-dropdown-wrapper .questionnaire-block__answers .dropdown:not(:disabled):not(.disabled).active, .questionnaire-block__answers .section-title__filter .date-item input:not(:disabled):not(.disabled).active, .section-title__filter .date-item .questionnaire-block__answers input:not(:disabled):not(.disabled).active, .questionnaire-block__answers .section-filter .date-item input:not(:disabled):not(.disabled).active, .section-filter .date-item .questionnaire-block__answers input:not(:disabled):not(.disabled).active, .questionnaire-block__answers .remove-file-row .file-input:not(:disabled):not(.disabled).active:before, .remove-file-row .questionnaire-block__answers .file-input:not(:disabled):not(.disabled).active:before, .userform .step-navigation button:not(:disabled):not(.disabled).active, .userform .step-navigation .button:not(:disabled):not(.disabled).active, .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active, .jobs-account-page__links .btn.is-active:not(:disabled):not(.disabled).active, .jobs-account-page__links .remove-file-row .is-active.file-input:not(:disabled):not(.disabled).active:before, .remove-file-row .jobs-account-page__links .is-active.file-input:not(:disabled):not(.disabled).active:before, .jobs-account-page__links .section-filter .date-item input.is-active:not(:disabled):not(.disabled).active, .section-filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active, .jobs-account-page__links .section-title__filter .date-item input.is-active:not(:disabled):not(.disabled).active, .section-title__filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:not(:disabled):not(.disabled).active, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:not(:disabled):not(.disabled).active, .jobs-account-page__links .is-active.resetformaction:not(:disabled):not(.disabled).active, .jobs-account-page__links form .is-active[type=submit]:not(:disabled):not(.disabled).active, form .jobs-account-page__links .is-active[type=submit]:not(:disabled):not(.disabled).active,
.jobs-account-page__links form .is-active[type=button]:not(:disabled):not(.disabled).active,
form .jobs-account-page__links .is-active[type=button]:not(:disabled):not(.disabled).active, .jobs-account-page__links form .is-active[type=reset]:not(:disabled):not(.disabled).active, form .jobs-account-page__links .is-active[type=reset]:not(:disabled):not(.disabled).active, .jobs-account-page__links .jobs-page .search-section__item input.is-active:not(:disabled):not(.disabled).active, .jobs-page .search-section__item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active, .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active, .Actions .action:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .section-tag-filter__item.show > span.dropdown-toggle.active, .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .show > .dropdown-toggle.action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.action, .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item .show > input.dropdown-toggle, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit .show > button.dropdown-toggle, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content .show > button.dropdown-toggle, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .show > .dropdown-toggle.dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item .show > input.dropdown-toggle, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item .show > input.dropdown-toggle, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .show > .dropdown-toggle.file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .show > button.dropdown-toggle, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .show > button.dropdown-toggle, .questionnaire-block__answers .show > .dropdown-toggle.btn.active, .questionnaire-block__answers .show > .dropdown-toggle.active.resetformaction, .questionnaire-block__answers form .show > .dropdown-toggle.active[type=submit], form .questionnaire-block__answers .show > .dropdown-toggle.active[type=submit],
.questionnaire-block__answers form .show > .dropdown-toggle.active[type=button],
form .questionnaire-block__answers .show > .dropdown-toggle.active[type=button], .questionnaire-block__answers form .show > .dropdown-toggle.active[type=reset], form .questionnaire-block__answers .show > .dropdown-toggle.active[type=reset], .questionnaire-block__answers .jobs-page .search-section__item .show > input.dropdown-toggle.active, .jobs-page .search-section__item .questionnaire-block__answers .show > input.dropdown-toggle.active, .questionnaire-block__answers .react-dropdown-wrapper .show > .dropdown-toggle.active.dropdown, .react-dropdown-wrapper .questionnaire-block__answers .show > .dropdown-toggle.active.dropdown, .questionnaire-block__answers .section-title__filter .date-item .show > input.dropdown-toggle.active, .section-title__filter .date-item .questionnaire-block__answers .show > input.dropdown-toggle.active, .questionnaire-block__answers .section-filter .date-item .show > input.dropdown-toggle.active, .section-filter .date-item .questionnaire-block__answers .show > input.dropdown-toggle.active, .questionnaire-block__answers .remove-file-row .show > .dropdown-toggle.active.file-input:before, .remove-file-row .questionnaire-block__answers .show > .dropdown-toggle.active.file-input:before, .questionnaire-block__answers .show > .dropdown-toggle.btn.active:not(:disabled):not(.disabled), .userform .step-navigation .show > button.dropdown-toggle, .userform .step-navigation .show > .dropdown-toggle.button, .userform .step-navigation .show > input.dropdown-toggle[type=submit], .jobs-account-page__links .show > .dropdown-toggle.btn.is-active, .jobs-account-page__links .remove-file-row .show > .dropdown-toggle.is-active.file-input:before, .remove-file-row .jobs-account-page__links .show > .dropdown-toggle.is-active.file-input:before, .jobs-account-page__links .section-filter .date-item .show > input.dropdown-toggle.is-active, .section-filter .date-item .jobs-account-page__links .show > input.dropdown-toggle.is-active, .jobs-account-page__links .section-title__filter .date-item .show > input.dropdown-toggle.is-active, .section-title__filter .date-item .jobs-account-page__links .show > input.dropdown-toggle.is-active, .jobs-account-page__links .react-dropdown-wrapper .show > .dropdown-toggle.is-active.dropdown, .react-dropdown-wrapper .jobs-account-page__links .show > .dropdown-toggle.is-active.dropdown, .jobs-account-page__links .show > .dropdown-toggle.is-active.resetformaction, .jobs-account-page__links form .show > .dropdown-toggle.is-active[type=submit], form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=submit],
.jobs-account-page__links form .show > .dropdown-toggle.is-active[type=button],
form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=button], .jobs-account-page__links form .show > .dropdown-toggle.is-active[type=reset], form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=reset], .jobs-account-page__links .jobs-page .search-section__item .show > input.dropdown-toggle.is-active, .jobs-page .search-section__item .jobs-account-page__links .show > input.dropdown-toggle.is-active, .jobs-page .search-section__submit .show > button.dropdown-toggle, .Actions .show > .dropdown-toggle.action {
  color: #fff;
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
  border-color: rgb(235.9859550562, 32.2640449438, 34.9803370787);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:not(:disabled):not(.disabled):active:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:not(:disabled):not(.disabled):active:focus,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:not(:disabled):not(.disabled):active:focus,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:not(:disabled):not(.disabled):active:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active:focus, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled):active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:not(:disabled):not(.disabled):active:focus:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:not(:disabled):not(.disabled):active:focus:before, .userform .step-navigation button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .btn.is-active:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .remove-file-row .is-active.file-input:not(:disabled):not(.disabled):active:focus:before, .remove-file-row .jobs-account-page__links .is-active.file-input:not(:disabled):not(.disabled):active:focus:before, .jobs-account-page__links .section-filter .date-item input.is-active:not(:disabled):not(.disabled):active:focus, .section-filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .section-title__filter .date-item input.is-active:not(:disabled):not(.disabled):active:focus, .section-title__filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:not(:disabled):not(.disabled):active:focus, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .is-active.resetformaction:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links form .is-active[type=submit]:not(:disabled):not(.disabled):active:focus, form .jobs-account-page__links .is-active[type=submit]:not(:disabled):not(.disabled):active:focus,
.jobs-account-page__links form .is-active[type=button]:not(:disabled):not(.disabled):active:focus,
form .jobs-account-page__links .is-active[type=button]:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links form .is-active[type=reset]:not(:disabled):not(.disabled):active:focus, form .jobs-account-page__links .is-active[type=reset]:not(:disabled):not(.disabled):active:focus, .jobs-account-page__links .jobs-page .search-section__item input.is-active:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active:focus, .Actions .action:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .section-tag-filter__item > span:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:not(:disabled):not(.disabled).active:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:not(:disabled):not(.disabled).active:focus,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:not(:disabled):not(.disabled).active:focus,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:not(:disabled):not(.disabled).active:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active:focus, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:not(:disabled):not(.disabled).active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:not(:disabled):not(.disabled).active:focus:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:not(:disabled):not(.disabled).active:focus:before, .questionnaire-block__answers .btn:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .resetformaction:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers form [type=submit]:not(:disabled):not(.disabled).active:focus, form .questionnaire-block__answers [type=submit]:not(:disabled):not(.disabled).active:focus,
.questionnaire-block__answers form [type=button]:not(:disabled):not(.disabled).active:focus,
form .questionnaire-block__answers [type=button]:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers form [type=reset]:not(:disabled):not(.disabled).active:focus, form .questionnaire-block__answers [type=reset]:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .jobs-page .search-section__item input:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__item .questionnaire-block__answers input:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active:focus, .react-dropdown-wrapper .questionnaire-block__answers .dropdown:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .section-title__filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-title__filter .date-item .questionnaire-block__answers input:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .section-filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-filter .date-item .questionnaire-block__answers input:not(:disabled):not(.disabled).active:focus, .questionnaire-block__answers .remove-file-row .file-input:not(:disabled):not(.disabled).active:focus:before, .remove-file-row .questionnaire-block__answers .file-input:not(:disabled):not(.disabled).active:focus:before, .userform .step-navigation button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .btn.is-active:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .remove-file-row .is-active.file-input:not(:disabled):not(.disabled).active:focus:before, .remove-file-row .jobs-account-page__links .is-active.file-input:not(:disabled):not(.disabled).active:focus:before, .jobs-account-page__links .section-filter .date-item input.is-active:not(:disabled):not(.disabled).active:focus, .section-filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .section-title__filter .date-item input.is-active:not(:disabled):not(.disabled).active:focus, .section-title__filter .date-item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:not(:disabled):not(.disabled).active:focus, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .is-active.resetformaction:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links form .is-active[type=submit]:not(:disabled):not(.disabled).active:focus, form .jobs-account-page__links .is-active[type=submit]:not(:disabled):not(.disabled).active:focus,
.jobs-account-page__links form .is-active[type=button]:not(:disabled):not(.disabled).active:focus,
form .jobs-account-page__links .is-active[type=button]:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links form .is-active[type=reset]:not(:disabled):not(.disabled).active:focus, form .jobs-account-page__links .is-active[type=reset]:not(:disabled):not(.disabled).active:focus, .jobs-account-page__links .jobs-page .search-section__item input.is-active:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__item .jobs-account-page__links input.is-active:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active:focus, .Actions .action:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .section-tag-filter__item.show > span.dropdown-toggle.active:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.btn:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.resetformaction:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=submit]:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=submit]:focus,
.element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=button]:focus,
form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=button]:focus, .element:not(.bg-grey-gradient) .card--staff .card__content form .show > .dropdown-toggle[type=reset]:focus, form .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle[type=reset]:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item .show > input.dropdown-toggle:focus, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .show > .dropdown-toggle.dropdown:focus, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.dropdown:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item .show > input.dropdown-toggle:focus, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item .show > input.dropdown-toggle:focus, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content .show > input.dropdown-toggle:focus, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .show > .dropdown-toggle.file-input:focus:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .show > .dropdown-toggle.file-input:focus:before, .questionnaire-block__answers .show > .dropdown-toggle.btn.active:focus, .questionnaire-block__answers .show > .dropdown-toggle.active.resetformaction:focus, .questionnaire-block__answers form .show > .dropdown-toggle.active[type=submit]:focus, form .questionnaire-block__answers .show > .dropdown-toggle.active[type=submit]:focus,
.questionnaire-block__answers form .show > .dropdown-toggle.active[type=button]:focus,
form .questionnaire-block__answers .show > .dropdown-toggle.active[type=button]:focus, .questionnaire-block__answers form .show > .dropdown-toggle.active[type=reset]:focus, form .questionnaire-block__answers .show > .dropdown-toggle.active[type=reset]:focus, .questionnaire-block__answers .jobs-page .search-section__item .show > input.dropdown-toggle.active:focus, .jobs-page .search-section__item .questionnaire-block__answers .show > input.dropdown-toggle.active:focus, .questionnaire-block__answers .react-dropdown-wrapper .show > .dropdown-toggle.active.dropdown:focus, .react-dropdown-wrapper .questionnaire-block__answers .show > .dropdown-toggle.active.dropdown:focus, .questionnaire-block__answers .section-title__filter .date-item .show > input.dropdown-toggle.active:focus, .section-title__filter .date-item .questionnaire-block__answers .show > input.dropdown-toggle.active:focus, .questionnaire-block__answers .section-filter .date-item .show > input.dropdown-toggle.active:focus, .section-filter .date-item .questionnaire-block__answers .show > input.dropdown-toggle.active:focus, .questionnaire-block__answers .remove-file-row .show > .dropdown-toggle.active.file-input:focus:before, .remove-file-row .questionnaire-block__answers .show > .dropdown-toggle.active.file-input:focus:before, .userform .step-navigation .show > button.dropdown-toggle:focus, .userform .step-navigation .show > .dropdown-toggle.button:focus, .userform .step-navigation .show > input.dropdown-toggle[type=submit]:focus, .jobs-account-page__links .show > .dropdown-toggle.btn.is-active:focus, .jobs-account-page__links .remove-file-row .show > .dropdown-toggle.is-active.file-input:focus:before, .remove-file-row .jobs-account-page__links .show > .dropdown-toggle.is-active.file-input:focus:before, .jobs-account-page__links .section-filter .date-item .show > input.dropdown-toggle.is-active:focus, .section-filter .date-item .jobs-account-page__links .show > input.dropdown-toggle.is-active:focus, .jobs-account-page__links .section-title__filter .date-item .show > input.dropdown-toggle.is-active:focus, .section-title__filter .date-item .jobs-account-page__links .show > input.dropdown-toggle.is-active:focus, .jobs-account-page__links .react-dropdown-wrapper .show > .dropdown-toggle.is-active.dropdown:focus, .react-dropdown-wrapper .jobs-account-page__links .show > .dropdown-toggle.is-active.dropdown:focus, .jobs-account-page__links .show > .dropdown-toggle.is-active.resetformaction:focus, .jobs-account-page__links form .show > .dropdown-toggle.is-active[type=submit]:focus, form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=submit]:focus,
.jobs-account-page__links form .show > .dropdown-toggle.is-active[type=button]:focus,
form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=button]:focus, .jobs-account-page__links form .show > .dropdown-toggle.is-active[type=reset]:focus, form .jobs-account-page__links .show > .dropdown-toggle.is-active[type=reset]:focus, .jobs-account-page__links .jobs-page .search-section__item .show > input.dropdown-toggle.is-active:focus, .jobs-page .search-section__item .jobs-account-page__links .show > input.dropdown-toggle.is-active:focus, .jobs-page .search-section__submit .show > button.dropdown-toggle:focus, .Actions .show > .dropdown-toggle.action:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 115.6, 117.3, 0.5);
}

.btn-secondary, .element.bg-yellow .btn, .element.bg-yellow .Actions .action, .Actions .element.bg-yellow .action, .element.bg-yellow .resetformaction, .element.bg-yellow form [type=submit], form .element.bg-yellow [type=submit],
.element.bg-yellow form [type=button],
form .element.bg-yellow [type=button], .element.bg-yellow form [type=reset], form .element.bg-yellow [type=reset], .element.bg-yellow form .Actions .action, form .Actions .element.bg-yellow .action, .element.bg-yellow .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow input, .element.bg-yellow .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow button, .element.bg-yellow .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .dropdown, .element.bg-yellow .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow input, .element.bg-yellow .section-filter .date-item input, .section-filter .date-item .element.bg-yellow input, .element.bg-yellow .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .file-input:before, .element.bg-yellow .userform .step-navigation button, .userform .step-navigation .element.bg-yellow button, .element.bg-yellow .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .button, .element.bg-yellow .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow input[type=submit], .bg-watermelon .btn, .bg-watermelon .userform .step-navigation button, .userform .step-navigation .bg-watermelon button, .bg-watermelon .userform .step-navigation .button, .userform .step-navigation .bg-watermelon .button, .bg-watermelon .userform .step-navigation input[type=submit], .userform .step-navigation .bg-watermelon input[type=submit], .bg-watermelon .remove-file-row .file-input:before, .remove-file-row .bg-watermelon .file-input:before, .bg-watermelon .section-filter .date-item input, .section-filter .date-item .bg-watermelon input, .bg-watermelon .section-title__filter .date-item input, .section-title__filter .date-item .bg-watermelon input, .bg-watermelon .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .bg-watermelon .dropdown, .bg-watermelon .jobs-page .search-section__submit button, .jobs-page .search-section__submit .bg-watermelon button, .bg-watermelon .jobs-page .search-section__item input, .jobs-page .search-section__item .bg-watermelon input, .bg-watermelon form [type=reset], form .bg-watermelon [type=reset], .bg-watermelon form [type=submit], form .bg-watermelon [type=submit],
.bg-watermelon form [type=button],
form .bg-watermelon [type=button], .bg-watermelon .Actions .action, .Actions .bg-watermelon .action, .bg-watermelon .resetformaction {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.btn-secondary:hover, .element.bg-yellow .btn:hover, .element.bg-yellow .Actions .action:hover, .Actions .element.bg-yellow .action:hover, .element.bg-yellow .resetformaction:hover, .element.bg-yellow form [type=submit]:hover, form .element.bg-yellow [type=submit]:hover,
.element.bg-yellow form [type=button]:hover,
form .element.bg-yellow [type=button]:hover, .element.bg-yellow form [type=reset]:hover, form .element.bg-yellow [type=reset]:hover, .element.bg-yellow .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element.bg-yellow input:hover, .element.bg-yellow .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element.bg-yellow button:hover, .element.bg-yellow .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element.bg-yellow .dropdown:hover, .element.bg-yellow .section-title__filter .date-item input:hover, .section-title__filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .section-filter .date-item input:hover, .section-filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .remove-file-row .file-input:hover:before, .remove-file-row .element.bg-yellow .file-input:hover:before, .element.bg-yellow .userform .step-navigation button:hover, .userform .step-navigation .element.bg-yellow button:hover, .element.bg-yellow .userform .step-navigation .button:hover, .userform .step-navigation .element.bg-yellow .button:hover, .element.bg-yellow .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element.bg-yellow input[type=submit]:hover, .bg-watermelon .btn:hover, .bg-watermelon .userform .step-navigation button:hover, .userform .step-navigation .bg-watermelon button:hover, .bg-watermelon .userform .step-navigation .button:hover, .userform .step-navigation .bg-watermelon .button:hover, .bg-watermelon .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .bg-watermelon input[type=submit]:hover, .bg-watermelon .remove-file-row .file-input:hover:before, .remove-file-row .bg-watermelon .file-input:hover:before, .bg-watermelon .section-filter .date-item input:hover, .section-filter .date-item .bg-watermelon input:hover, .bg-watermelon .section-title__filter .date-item input:hover, .section-title__filter .date-item .bg-watermelon input:hover, .bg-watermelon .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .bg-watermelon .dropdown:hover, .bg-watermelon .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .bg-watermelon button:hover, .bg-watermelon .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .bg-watermelon input:hover, .bg-watermelon form [type=reset]:hover, form .bg-watermelon [type=reset]:hover, .bg-watermelon form [type=submit]:hover, form .bg-watermelon [type=submit]:hover,
.bg-watermelon form [type=button]:hover,
form .bg-watermelon [type=button]:hover, .bg-watermelon .Actions .action:hover, .Actions .bg-watermelon .action:hover, .bg-watermelon .resetformaction:hover {
  color: #fff;
  background-color: rgb(65.875, 65.875, 65.875);
  border-color: rgb(59.5, 59.5, 59.5);
}
.btn-secondary:focus, .element.bg-yellow .btn:focus, .element.bg-yellow .Actions .action:focus, .Actions .element.bg-yellow .action:focus, .element.bg-yellow .resetformaction:focus, .element.bg-yellow form [type=submit]:focus, form .element.bg-yellow [type=submit]:focus,
.element.bg-yellow form [type=button]:focus,
form .element.bg-yellow [type=button]:focus, .element.bg-yellow form [type=reset]:focus, form .element.bg-yellow [type=reset]:focus, .element.bg-yellow .jobs-page .search-section__item input:focus, .jobs-page .search-section__item .element.bg-yellow input:focus, .element.bg-yellow .jobs-page .search-section__submit button:focus, .jobs-page .search-section__submit .element.bg-yellow button:focus, .element.bg-yellow .react-dropdown-wrapper .dropdown:focus, .react-dropdown-wrapper .element.bg-yellow .dropdown:focus, .element.bg-yellow .section-title__filter .date-item input:focus, .section-title__filter .date-item .element.bg-yellow input:focus, .element.bg-yellow .section-filter .date-item input:focus, .section-filter .date-item .element.bg-yellow input:focus, .element.bg-yellow .remove-file-row .file-input:focus:before, .remove-file-row .element.bg-yellow .file-input:focus:before, .element.bg-yellow .userform .step-navigation button:focus, .userform .step-navigation .element.bg-yellow button:focus, .element.bg-yellow .userform .step-navigation .button:focus, .userform .step-navigation .element.bg-yellow .button:focus, .element.bg-yellow .userform .step-navigation input[type=submit]:focus, .userform .step-navigation .element.bg-yellow input[type=submit]:focus, .bg-watermelon .btn:focus, .bg-watermelon .userform .step-navigation button:focus, .userform .step-navigation .bg-watermelon button:focus, .bg-watermelon .userform .step-navigation .button:focus, .userform .step-navigation .bg-watermelon .button:focus, .bg-watermelon .userform .step-navigation input[type=submit]:focus, .userform .step-navigation .bg-watermelon input[type=submit]:focus, .bg-watermelon .remove-file-row .file-input:focus:before, .remove-file-row .bg-watermelon .file-input:focus:before, .bg-watermelon .section-filter .date-item input:focus, .section-filter .date-item .bg-watermelon input:focus, .bg-watermelon .section-title__filter .date-item input:focus, .section-title__filter .date-item .bg-watermelon input:focus, .bg-watermelon .react-dropdown-wrapper .dropdown:focus, .react-dropdown-wrapper .bg-watermelon .dropdown:focus, .bg-watermelon .jobs-page .search-section__submit button:focus, .jobs-page .search-section__submit .bg-watermelon button:focus, .bg-watermelon .jobs-page .search-section__item input:focus, .jobs-page .search-section__item .bg-watermelon input:focus, .bg-watermelon form [type=reset]:focus, form .bg-watermelon [type=reset]:focus, .bg-watermelon form [type=submit]:focus, form .bg-watermelon [type=submit]:focus,
.bg-watermelon form [type=button]:focus,
form .bg-watermelon [type=button]:focus, .bg-watermelon .Actions .action:focus, .Actions .bg-watermelon .action:focus, .bg-watermelon .resetformaction:focus, .btn-secondary.focus, .element.bg-yellow .focus.btn, .element.bg-yellow .Actions .focus.action, .Actions .element.bg-yellow .focus.action, .element.bg-yellow .focus.resetformaction, .element.bg-yellow form .focus[type=submit], form .element.bg-yellow .focus[type=submit],
.element.bg-yellow form .focus[type=button],
form .element.bg-yellow .focus[type=button], .element.bg-yellow form .focus[type=reset], form .element.bg-yellow .focus[type=reset], .element.bg-yellow .jobs-page .search-section__item input.focus, .jobs-page .search-section__item .element.bg-yellow input.focus, .element.bg-yellow .jobs-page .search-section__submit button.focus, .jobs-page .search-section__submit .element.bg-yellow button.focus, .element.bg-yellow .react-dropdown-wrapper .focus.dropdown, .react-dropdown-wrapper .element.bg-yellow .focus.dropdown, .element.bg-yellow .section-title__filter .date-item input.focus, .section-title__filter .date-item .element.bg-yellow input.focus, .element.bg-yellow .section-filter .date-item input.focus, .section-filter .date-item .element.bg-yellow input.focus, .element.bg-yellow .remove-file-row .focus.file-input:before, .remove-file-row .element.bg-yellow .focus.file-input:before, .element.bg-yellow .userform .step-navigation button.focus, .userform .step-navigation .element.bg-yellow button.focus, .element.bg-yellow .userform .step-navigation .focus.button, .userform .step-navigation .element.bg-yellow .focus.button, .element.bg-yellow .userform .step-navigation input.focus[type=submit], .userform .step-navigation .element.bg-yellow input.focus[type=submit], .bg-watermelon .focus.btn, .bg-watermelon .userform .step-navigation button.focus, .userform .step-navigation .bg-watermelon button.focus, .bg-watermelon .userform .step-navigation .focus.button, .userform .step-navigation .bg-watermelon .focus.button, .bg-watermelon .userform .step-navigation input.focus[type=submit], .userform .step-navigation .bg-watermelon input.focus[type=submit], .bg-watermelon .remove-file-row .focus.file-input:before, .remove-file-row .bg-watermelon .focus.file-input:before, .bg-watermelon .section-filter .date-item input.focus, .section-filter .date-item .bg-watermelon input.focus, .bg-watermelon .section-title__filter .date-item input.focus, .section-title__filter .date-item .bg-watermelon input.focus, .bg-watermelon .react-dropdown-wrapper .focus.dropdown, .react-dropdown-wrapper .bg-watermelon .focus.dropdown, .bg-watermelon .jobs-page .search-section__submit button.focus, .jobs-page .search-section__submit .bg-watermelon button.focus, .bg-watermelon .jobs-page .search-section__item input.focus, .jobs-page .search-section__item .bg-watermelon input.focus, .bg-watermelon form .focus[type=reset], form .bg-watermelon .focus[type=reset], .bg-watermelon form .focus[type=submit], form .bg-watermelon .focus[type=submit],
.bg-watermelon form .focus[type=button],
form .bg-watermelon .focus[type=button], .bg-watermelon .Actions .focus.action, .Actions .bg-watermelon .focus.action, .bg-watermelon .focus.resetformaction {
  color: #fff;
  background-color: rgb(65.875, 65.875, 65.875);
  border-color: rgb(59.5, 59.5, 59.5);
  box-shadow: 0 0 0 0.2rem rgba(110.5, 110.5, 110.5, 0.5);
}
.btn-secondary.disabled, .element.bg-yellow .disabled.btn, .element.bg-yellow .Actions .disabled.action, .Actions .element.bg-yellow .disabled.action, .element.bg-yellow .disabled.resetformaction, .element.bg-yellow form .disabled[type=submit], form .element.bg-yellow .disabled[type=submit],
.element.bg-yellow form .disabled[type=button],
form .element.bg-yellow .disabled[type=button], .element.bg-yellow form .disabled[type=reset], form .element.bg-yellow .disabled[type=reset], .element.bg-yellow .jobs-page .search-section__item input.disabled, .jobs-page .search-section__item .element.bg-yellow input.disabled, .element.bg-yellow .jobs-page .search-section__submit button.disabled, .jobs-page .search-section__submit .element.bg-yellow button.disabled, .element.bg-yellow .react-dropdown-wrapper .disabled.dropdown, .react-dropdown-wrapper .element.bg-yellow .disabled.dropdown, .element.bg-yellow .section-title__filter .date-item input.disabled, .section-title__filter .date-item .element.bg-yellow input.disabled, .element.bg-yellow .section-filter .date-item input.disabled, .section-filter .date-item .element.bg-yellow input.disabled, .element.bg-yellow .remove-file-row .disabled.file-input:before, .remove-file-row .element.bg-yellow .disabled.file-input:before, .element.bg-yellow .userform .step-navigation button.disabled, .userform .step-navigation .element.bg-yellow button.disabled, .element.bg-yellow .userform .step-navigation .disabled.button, .userform .step-navigation .element.bg-yellow .disabled.button, .element.bg-yellow .userform .step-navigation input.disabled[type=submit], .userform .step-navigation .element.bg-yellow input.disabled[type=submit], .bg-watermelon .disabled.btn, .bg-watermelon .userform .step-navigation button.disabled, .userform .step-navigation .bg-watermelon button.disabled, .bg-watermelon .userform .step-navigation .disabled.button, .userform .step-navigation .bg-watermelon .disabled.button, .bg-watermelon .userform .step-navigation input.disabled[type=submit], .userform .step-navigation .bg-watermelon input.disabled[type=submit], .bg-watermelon .remove-file-row .disabled.file-input:before, .remove-file-row .bg-watermelon .disabled.file-input:before, .bg-watermelon .section-filter .date-item input.disabled, .section-filter .date-item .bg-watermelon input.disabled, .bg-watermelon .section-title__filter .date-item input.disabled, .section-title__filter .date-item .bg-watermelon input.disabled, .bg-watermelon .react-dropdown-wrapper .disabled.dropdown, .react-dropdown-wrapper .bg-watermelon .disabled.dropdown, .bg-watermelon .jobs-page .search-section__submit button.disabled, .jobs-page .search-section__submit .bg-watermelon button.disabled, .bg-watermelon .jobs-page .search-section__item input.disabled, .jobs-page .search-section__item .bg-watermelon input.disabled, .bg-watermelon form .disabled[type=reset], form .bg-watermelon .disabled[type=reset], .bg-watermelon form .disabled[type=submit], form .bg-watermelon .disabled[type=submit],
.bg-watermelon form .disabled[type=button],
form .bg-watermelon .disabled[type=button], .bg-watermelon .Actions .disabled.action, .Actions .bg-watermelon .disabled.action, .bg-watermelon .disabled.resetformaction, .btn-secondary:disabled, .element.bg-yellow .btn:disabled, .element.bg-yellow .Actions .action:disabled, .Actions .element.bg-yellow .action:disabled, .element.bg-yellow .resetformaction:disabled, .element.bg-yellow form [type=submit]:disabled, form .element.bg-yellow [type=submit]:disabled,
.element.bg-yellow form [type=button]:disabled,
form .element.bg-yellow [type=button]:disabled, .element.bg-yellow form [type=reset]:disabled, form .element.bg-yellow [type=reset]:disabled, .element.bg-yellow .jobs-page .search-section__item input:disabled, .jobs-page .search-section__item .element.bg-yellow input:disabled, .element.bg-yellow .jobs-page .search-section__submit button:disabled, .jobs-page .search-section__submit .element.bg-yellow button:disabled, .element.bg-yellow .react-dropdown-wrapper .dropdown:disabled, .react-dropdown-wrapper .element.bg-yellow .dropdown:disabled, .element.bg-yellow .section-title__filter .date-item input:disabled, .section-title__filter .date-item .element.bg-yellow input:disabled, .element.bg-yellow .section-filter .date-item input:disabled, .section-filter .date-item .element.bg-yellow input:disabled, .element.bg-yellow .remove-file-row .file-input:disabled:before, .remove-file-row .element.bg-yellow .file-input:disabled:before, .element.bg-yellow .userform .step-navigation button:disabled, .userform .step-navigation .element.bg-yellow button:disabled, .element.bg-yellow .userform .step-navigation .button:disabled, .userform .step-navigation .element.bg-yellow .button:disabled, .element.bg-yellow .userform .step-navigation input[type=submit]:disabled, .userform .step-navigation .element.bg-yellow input[type=submit]:disabled, .bg-watermelon .btn:disabled, .bg-watermelon .userform .step-navigation button:disabled, .userform .step-navigation .bg-watermelon button:disabled, .bg-watermelon .userform .step-navigation .button:disabled, .userform .step-navigation .bg-watermelon .button:disabled, .bg-watermelon .userform .step-navigation input[type=submit]:disabled, .userform .step-navigation .bg-watermelon input[type=submit]:disabled, .bg-watermelon .remove-file-row .file-input:disabled:before, .remove-file-row .bg-watermelon .file-input:disabled:before, .bg-watermelon .section-filter .date-item input:disabled, .section-filter .date-item .bg-watermelon input:disabled, .bg-watermelon .section-title__filter .date-item input:disabled, .section-title__filter .date-item .bg-watermelon input:disabled, .bg-watermelon .react-dropdown-wrapper .dropdown:disabled, .react-dropdown-wrapper .bg-watermelon .dropdown:disabled, .bg-watermelon .jobs-page .search-section__submit button:disabled, .jobs-page .search-section__submit .bg-watermelon button:disabled, .bg-watermelon .jobs-page .search-section__item input:disabled, .jobs-page .search-section__item .bg-watermelon input:disabled, .bg-watermelon form [type=reset]:disabled, form .bg-watermelon [type=reset]:disabled, .bg-watermelon form [type=submit]:disabled, form .bg-watermelon [type=submit]:disabled,
.bg-watermelon form [type=button]:disabled,
form .bg-watermelon [type=button]:disabled, .bg-watermelon .Actions .action:disabled, .Actions .bg-watermelon .action:disabled, .bg-watermelon .resetformaction:disabled {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.btn-secondary:not(:disabled):not(.disabled):active, .element.bg-yellow .btn:not(:disabled):not(.disabled):active, .element.bg-yellow .Actions .action:not(:disabled):not(.disabled):active, .Actions .element.bg-yellow .action:not(:disabled):not(.disabled):active, .element.bg-yellow .resetformaction:not(:disabled):not(.disabled):active, .element.bg-yellow form [type=submit]:not(:disabled):not(.disabled):active, form .element.bg-yellow [type=submit]:not(:disabled):not(.disabled):active,
.element.bg-yellow form [type=button]:not(:disabled):not(.disabled):active,
form .element.bg-yellow [type=button]:not(:disabled):not(.disabled):active, .element.bg-yellow form [type=reset]:not(:disabled):not(.disabled):active, form .element.bg-yellow [type=reset]:not(:disabled):not(.disabled):active, .element.bg-yellow .jobs-page .search-section__item input:not(:disabled):not(.disabled):active, .jobs-page .search-section__item .element.bg-yellow input:not(:disabled):not(.disabled):active, .element.bg-yellow .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active, .jobs-page .search-section__submit .element.bg-yellow button:not(:disabled):not(.disabled):active, .element.bg-yellow .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active, .react-dropdown-wrapper .element.bg-yellow .dropdown:not(:disabled):not(.disabled):active, .element.bg-yellow .section-title__filter .date-item input:not(:disabled):not(.disabled):active, .section-title__filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled):active, .element.bg-yellow .section-filter .date-item input:not(:disabled):not(.disabled):active, .section-filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled):active, .element.bg-yellow .remove-file-row .file-input:not(:disabled):not(.disabled):active:before, .remove-file-row .element.bg-yellow .file-input:not(:disabled):not(.disabled):active:before, .element.bg-yellow .userform .step-navigation button:not(:disabled):not(.disabled):active, .userform .step-navigation .element.bg-yellow button:not(:disabled):not(.disabled):active, .element.bg-yellow .userform .step-navigation .button:not(:disabled):not(.disabled):active, .userform .step-navigation .element.bg-yellow .button:not(:disabled):not(.disabled):active, .element.bg-yellow .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active, .userform .step-navigation .element.bg-yellow input[type=submit]:not(:disabled):not(.disabled):active, .bg-watermelon .btn:not(:disabled):not(.disabled):active, .bg-watermelon .userform .step-navigation button:not(:disabled):not(.disabled):active, .userform .step-navigation .bg-watermelon button:not(:disabled):not(.disabled):active, .bg-watermelon .userform .step-navigation .button:not(:disabled):not(.disabled):active, .userform .step-navigation .bg-watermelon .button:not(:disabled):not(.disabled):active, .bg-watermelon .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active, .userform .step-navigation .bg-watermelon input[type=submit]:not(:disabled):not(.disabled):active, .bg-watermelon .remove-file-row .file-input:not(:disabled):not(.disabled):active:before, .remove-file-row .bg-watermelon .file-input:not(:disabled):not(.disabled):active:before, .bg-watermelon .section-filter .date-item input:not(:disabled):not(.disabled):active, .section-filter .date-item .bg-watermelon input:not(:disabled):not(.disabled):active, .bg-watermelon .section-title__filter .date-item input:not(:disabled):not(.disabled):active, .section-title__filter .date-item .bg-watermelon input:not(:disabled):not(.disabled):active, .bg-watermelon .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active, .react-dropdown-wrapper .bg-watermelon .dropdown:not(:disabled):not(.disabled):active, .bg-watermelon .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active, .jobs-page .search-section__submit .bg-watermelon button:not(:disabled):not(.disabled):active, .bg-watermelon .jobs-page .search-section__item input:not(:disabled):not(.disabled):active, .jobs-page .search-section__item .bg-watermelon input:not(:disabled):not(.disabled):active, .bg-watermelon form [type=reset]:not(:disabled):not(.disabled):active, form .bg-watermelon [type=reset]:not(:disabled):not(.disabled):active, .bg-watermelon form [type=submit]:not(:disabled):not(.disabled):active, form .bg-watermelon [type=submit]:not(:disabled):not(.disabled):active,
.bg-watermelon form [type=button]:not(:disabled):not(.disabled):active,
form .bg-watermelon [type=button]:not(:disabled):not(.disabled):active, .bg-watermelon .Actions .action:not(:disabled):not(.disabled):active, .Actions .bg-watermelon .action:not(:disabled):not(.disabled):active, .bg-watermelon .resetformaction:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .element.bg-yellow .btn:not(:disabled):not(.disabled).active, .element.bg-yellow .Actions .action:not(:disabled):not(.disabled).active, .Actions .element.bg-yellow .action:not(:disabled):not(.disabled).active, .element.bg-yellow .resetformaction:not(:disabled):not(.disabled).active, .element.bg-yellow form [type=submit]:not(:disabled):not(.disabled).active, form .element.bg-yellow [type=submit]:not(:disabled):not(.disabled).active,
.element.bg-yellow form [type=button]:not(:disabled):not(.disabled).active,
form .element.bg-yellow [type=button]:not(:disabled):not(.disabled).active, .element.bg-yellow form [type=reset]:not(:disabled):not(.disabled).active, form .element.bg-yellow [type=reset]:not(:disabled):not(.disabled).active, .element.bg-yellow .jobs-page .search-section__item input:not(:disabled):not(.disabled).active, .jobs-page .search-section__item .element.bg-yellow input:not(:disabled):not(.disabled).active, .element.bg-yellow .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active, .jobs-page .search-section__submit .element.bg-yellow button:not(:disabled):not(.disabled).active, .element.bg-yellow .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active, .react-dropdown-wrapper .element.bg-yellow .dropdown:not(:disabled):not(.disabled).active, .element.bg-yellow .section-title__filter .date-item input:not(:disabled):not(.disabled).active, .section-title__filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled).active, .element.bg-yellow .section-filter .date-item input:not(:disabled):not(.disabled).active, .section-filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled).active, .element.bg-yellow .remove-file-row .file-input:not(:disabled):not(.disabled).active:before, .remove-file-row .element.bg-yellow .file-input:not(:disabled):not(.disabled).active:before, .element.bg-yellow .userform .step-navigation button:not(:disabled):not(.disabled).active, .userform .step-navigation .element.bg-yellow button:not(:disabled):not(.disabled).active, .element.bg-yellow .userform .step-navigation .button:not(:disabled):not(.disabled).active, .userform .step-navigation .element.bg-yellow .button:not(:disabled):not(.disabled).active, .element.bg-yellow .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active, .userform .step-navigation .element.bg-yellow input[type=submit]:not(:disabled):not(.disabled).active, .bg-watermelon .btn:not(:disabled):not(.disabled).active, .bg-watermelon .userform .step-navigation button:not(:disabled):not(.disabled).active, .userform .step-navigation .bg-watermelon button:not(:disabled):not(.disabled).active, .bg-watermelon .userform .step-navigation .button:not(:disabled):not(.disabled).active, .userform .step-navigation .bg-watermelon .button:not(:disabled):not(.disabled).active, .bg-watermelon .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active, .userform .step-navigation .bg-watermelon input[type=submit]:not(:disabled):not(.disabled).active, .bg-watermelon .remove-file-row .file-input:not(:disabled):not(.disabled).active:before, .remove-file-row .bg-watermelon .file-input:not(:disabled):not(.disabled).active:before, .bg-watermelon .section-filter .date-item input:not(:disabled):not(.disabled).active, .section-filter .date-item .bg-watermelon input:not(:disabled):not(.disabled).active, .bg-watermelon .section-title__filter .date-item input:not(:disabled):not(.disabled).active, .section-title__filter .date-item .bg-watermelon input:not(:disabled):not(.disabled).active, .bg-watermelon .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active, .react-dropdown-wrapper .bg-watermelon .dropdown:not(:disabled):not(.disabled).active, .bg-watermelon .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active, .jobs-page .search-section__submit .bg-watermelon button:not(:disabled):not(.disabled).active, .bg-watermelon .jobs-page .search-section__item input:not(:disabled):not(.disabled).active, .jobs-page .search-section__item .bg-watermelon input:not(:disabled):not(.disabled).active, .bg-watermelon form [type=reset]:not(:disabled):not(.disabled).active, form .bg-watermelon [type=reset]:not(:disabled):not(.disabled).active, .bg-watermelon form [type=submit]:not(:disabled):not(.disabled).active, form .bg-watermelon [type=submit]:not(:disabled):not(.disabled).active,
.bg-watermelon form [type=button]:not(:disabled):not(.disabled).active,
form .bg-watermelon [type=button]:not(:disabled):not(.disabled).active, .bg-watermelon .Actions .action:not(:disabled):not(.disabled).active, .Actions .bg-watermelon .action:not(:disabled):not(.disabled).active, .bg-watermelon .resetformaction:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .element.bg-yellow .show > .dropdown-toggle.btn, .element.bg-yellow .Actions .show > .dropdown-toggle.action, .Actions .element.bg-yellow .show > .dropdown-toggle.action, .element.bg-yellow .show > .dropdown-toggle.resetformaction, .element.bg-yellow form .show > .dropdown-toggle[type=submit], form .element.bg-yellow .show > .dropdown-toggle[type=submit],
.element.bg-yellow form .show > .dropdown-toggle[type=button],
form .element.bg-yellow .show > .dropdown-toggle[type=button], .element.bg-yellow form .show > .dropdown-toggle[type=reset], form .element.bg-yellow .show > .dropdown-toggle[type=reset], .element.bg-yellow .jobs-page .search-section__item .show > input.dropdown-toggle, .jobs-page .search-section__item .element.bg-yellow .show > input.dropdown-toggle, .element.bg-yellow .jobs-page .search-section__submit .show > button.dropdown-toggle, .jobs-page .search-section__submit .element.bg-yellow .show > button.dropdown-toggle, .element.bg-yellow .react-dropdown-wrapper .show > .dropdown-toggle.dropdown, .react-dropdown-wrapper .element.bg-yellow .show > .dropdown-toggle.dropdown, .element.bg-yellow .section-title__filter .date-item .show > input.dropdown-toggle, .section-title__filter .date-item .element.bg-yellow .show > input.dropdown-toggle, .element.bg-yellow .section-filter .date-item .show > input.dropdown-toggle, .section-filter .date-item .element.bg-yellow .show > input.dropdown-toggle, .element.bg-yellow .remove-file-row .show > .dropdown-toggle.file-input:before, .remove-file-row .element.bg-yellow .show > .dropdown-toggle.file-input:before, .element.bg-yellow .userform .step-navigation .show > button.dropdown-toggle, .userform .step-navigation .element.bg-yellow .show > button.dropdown-toggle, .element.bg-yellow .userform .step-navigation .show > .dropdown-toggle.button, .userform .step-navigation .element.bg-yellow .show > .dropdown-toggle.button, .element.bg-yellow .userform .step-navigation .show > input.dropdown-toggle[type=submit], .userform .step-navigation .element.bg-yellow .show > input.dropdown-toggle[type=submit], .bg-watermelon .show > .dropdown-toggle.btn, .bg-watermelon .userform .step-navigation .show > button.dropdown-toggle, .userform .step-navigation .bg-watermelon .show > button.dropdown-toggle, .bg-watermelon .userform .step-navigation .show > .dropdown-toggle.button, .userform .step-navigation .bg-watermelon .show > .dropdown-toggle.button, .bg-watermelon .userform .step-navigation .show > input.dropdown-toggle[type=submit], .userform .step-navigation .bg-watermelon .show > input.dropdown-toggle[type=submit], .bg-watermelon .remove-file-row .show > .dropdown-toggle.file-input:before, .remove-file-row .bg-watermelon .show > .dropdown-toggle.file-input:before, .bg-watermelon .section-filter .date-item .show > input.dropdown-toggle, .section-filter .date-item .bg-watermelon .show > input.dropdown-toggle, .bg-watermelon .section-title__filter .date-item .show > input.dropdown-toggle, .section-title__filter .date-item .bg-watermelon .show > input.dropdown-toggle, .bg-watermelon .react-dropdown-wrapper .show > .dropdown-toggle.dropdown, .react-dropdown-wrapper .bg-watermelon .show > .dropdown-toggle.dropdown, .bg-watermelon .jobs-page .search-section__submit .show > button.dropdown-toggle, .jobs-page .search-section__submit .bg-watermelon .show > button.dropdown-toggle, .bg-watermelon .jobs-page .search-section__item .show > input.dropdown-toggle, .jobs-page .search-section__item .bg-watermelon .show > input.dropdown-toggle, .bg-watermelon form .show > .dropdown-toggle[type=reset], form .bg-watermelon .show > .dropdown-toggle[type=reset], .bg-watermelon form .show > .dropdown-toggle[type=submit], form .bg-watermelon .show > .dropdown-toggle[type=submit],
.bg-watermelon form .show > .dropdown-toggle[type=button],
form .bg-watermelon .show > .dropdown-toggle[type=button], .bg-watermelon .Actions .show > .dropdown-toggle.action, .Actions .bg-watermelon .show > .dropdown-toggle.action, .bg-watermelon .show > .dropdown-toggle.resetformaction {
  color: #fff;
  background-color: rgb(59.5, 59.5, 59.5);
  border-color: rgb(53.125, 53.125, 53.125);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .btn:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .Actions .action:not(:disabled):not(.disabled):active:focus, .Actions .element.bg-yellow .action:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .resetformaction:not(:disabled):not(.disabled):active:focus, .element.bg-yellow form [type=submit]:not(:disabled):not(.disabled):active:focus, form .element.bg-yellow [type=submit]:not(:disabled):not(.disabled):active:focus,
.element.bg-yellow form [type=button]:not(:disabled):not(.disabled):active:focus,
form .element.bg-yellow [type=button]:not(:disabled):not(.disabled):active:focus, .element.bg-yellow form [type=reset]:not(:disabled):not(.disabled):active:focus, form .element.bg-yellow [type=reset]:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .jobs-page .search-section__item input:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__item .element.bg-yellow input:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__submit .element.bg-yellow button:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active:focus, .react-dropdown-wrapper .element.bg-yellow .dropdown:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .section-title__filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-title__filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .section-filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .remove-file-row .file-input:not(:disabled):not(.disabled):active:focus:before, .remove-file-row .element.bg-yellow .file-input:not(:disabled):not(.disabled):active:focus:before, .element.bg-yellow .userform .step-navigation button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .element.bg-yellow button:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .userform .step-navigation .button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .element.bg-yellow .button:not(:disabled):not(.disabled):active:focus, .element.bg-yellow .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .element.bg-yellow input[type=submit]:not(:disabled):not(.disabled):active:focus, .bg-watermelon .btn:not(:disabled):not(.disabled):active:focus, .bg-watermelon .userform .step-navigation button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .bg-watermelon button:not(:disabled):not(.disabled):active:focus, .bg-watermelon .userform .step-navigation .button:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .bg-watermelon .button:not(:disabled):not(.disabled):active:focus, .bg-watermelon .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled):active:focus, .userform .step-navigation .bg-watermelon input[type=submit]:not(:disabled):not(.disabled):active:focus, .bg-watermelon .remove-file-row .file-input:not(:disabled):not(.disabled):active:focus:before, .remove-file-row .bg-watermelon .file-input:not(:disabled):not(.disabled):active:focus:before, .bg-watermelon .section-filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-filter .date-item .bg-watermelon input:not(:disabled):not(.disabled):active:focus, .bg-watermelon .section-title__filter .date-item input:not(:disabled):not(.disabled):active:focus, .section-title__filter .date-item .bg-watermelon input:not(:disabled):not(.disabled):active:focus, .bg-watermelon .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled):active:focus, .react-dropdown-wrapper .bg-watermelon .dropdown:not(:disabled):not(.disabled):active:focus, .bg-watermelon .jobs-page .search-section__submit button:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__submit .bg-watermelon button:not(:disabled):not(.disabled):active:focus, .bg-watermelon .jobs-page .search-section__item input:not(:disabled):not(.disabled):active:focus, .jobs-page .search-section__item .bg-watermelon input:not(:disabled):not(.disabled):active:focus, .bg-watermelon form [type=reset]:not(:disabled):not(.disabled):active:focus, form .bg-watermelon [type=reset]:not(:disabled):not(.disabled):active:focus, .bg-watermelon form [type=submit]:not(:disabled):not(.disabled):active:focus, form .bg-watermelon [type=submit]:not(:disabled):not(.disabled):active:focus,
.bg-watermelon form [type=button]:not(:disabled):not(.disabled):active:focus,
form .bg-watermelon [type=button]:not(:disabled):not(.disabled):active:focus, .bg-watermelon .Actions .action:not(:disabled):not(.disabled):active:focus, .Actions .bg-watermelon .action:not(:disabled):not(.disabled):active:focus, .bg-watermelon .resetformaction:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .btn:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .Actions .action:not(:disabled):not(.disabled).active:focus, .Actions .element.bg-yellow .action:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .resetformaction:not(:disabled):not(.disabled).active:focus, .element.bg-yellow form [type=submit]:not(:disabled):not(.disabled).active:focus, form .element.bg-yellow [type=submit]:not(:disabled):not(.disabled).active:focus,
.element.bg-yellow form [type=button]:not(:disabled):not(.disabled).active:focus,
form .element.bg-yellow [type=button]:not(:disabled):not(.disabled).active:focus, .element.bg-yellow form [type=reset]:not(:disabled):not(.disabled).active:focus, form .element.bg-yellow [type=reset]:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .jobs-page .search-section__item input:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__item .element.bg-yellow input:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__submit .element.bg-yellow button:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active:focus, .react-dropdown-wrapper .element.bg-yellow .dropdown:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .section-title__filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-title__filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .section-filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-filter .date-item .element.bg-yellow input:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .remove-file-row .file-input:not(:disabled):not(.disabled).active:focus:before, .remove-file-row .element.bg-yellow .file-input:not(:disabled):not(.disabled).active:focus:before, .element.bg-yellow .userform .step-navigation button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .element.bg-yellow button:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .userform .step-navigation .button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .element.bg-yellow .button:not(:disabled):not(.disabled).active:focus, .element.bg-yellow .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .element.bg-yellow input[type=submit]:not(:disabled):not(.disabled).active:focus, .bg-watermelon .btn:not(:disabled):not(.disabled).active:focus, .bg-watermelon .userform .step-navigation button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .bg-watermelon button:not(:disabled):not(.disabled).active:focus, .bg-watermelon .userform .step-navigation .button:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .bg-watermelon .button:not(:disabled):not(.disabled).active:focus, .bg-watermelon .userform .step-navigation input[type=submit]:not(:disabled):not(.disabled).active:focus, .userform .step-navigation .bg-watermelon input[type=submit]:not(:disabled):not(.disabled).active:focus, .bg-watermelon .remove-file-row .file-input:not(:disabled):not(.disabled).active:focus:before, .remove-file-row .bg-watermelon .file-input:not(:disabled):not(.disabled).active:focus:before, .bg-watermelon .section-filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-filter .date-item .bg-watermelon input:not(:disabled):not(.disabled).active:focus, .bg-watermelon .section-title__filter .date-item input:not(:disabled):not(.disabled).active:focus, .section-title__filter .date-item .bg-watermelon input:not(:disabled):not(.disabled).active:focus, .bg-watermelon .react-dropdown-wrapper .dropdown:not(:disabled):not(.disabled).active:focus, .react-dropdown-wrapper .bg-watermelon .dropdown:not(:disabled):not(.disabled).active:focus, .bg-watermelon .jobs-page .search-section__submit button:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__submit .bg-watermelon button:not(:disabled):not(.disabled).active:focus, .bg-watermelon .jobs-page .search-section__item input:not(:disabled):not(.disabled).active:focus, .jobs-page .search-section__item .bg-watermelon input:not(:disabled):not(.disabled).active:focus, .bg-watermelon form [type=reset]:not(:disabled):not(.disabled).active:focus, form .bg-watermelon [type=reset]:not(:disabled):not(.disabled).active:focus, .bg-watermelon form [type=submit]:not(:disabled):not(.disabled).active:focus, form .bg-watermelon [type=submit]:not(:disabled):not(.disabled).active:focus,
.bg-watermelon form [type=button]:not(:disabled):not(.disabled).active:focus,
form .bg-watermelon [type=button]:not(:disabled):not(.disabled).active:focus, .bg-watermelon .Actions .action:not(:disabled):not(.disabled).active:focus, .Actions .bg-watermelon .action:not(:disabled):not(.disabled).active:focus, .bg-watermelon .resetformaction:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .element.bg-yellow .show > .dropdown-toggle.btn:focus, .element.bg-yellow .Actions .show > .dropdown-toggle.action:focus, .Actions .element.bg-yellow .show > .dropdown-toggle.action:focus, .element.bg-yellow .show > .dropdown-toggle.resetformaction:focus, .element.bg-yellow form .show > .dropdown-toggle[type=submit]:focus, form .element.bg-yellow .show > .dropdown-toggle[type=submit]:focus,
.element.bg-yellow form .show > .dropdown-toggle[type=button]:focus,
form .element.bg-yellow .show > .dropdown-toggle[type=button]:focus, .element.bg-yellow form .show > .dropdown-toggle[type=reset]:focus, form .element.bg-yellow .show > .dropdown-toggle[type=reset]:focus, .element.bg-yellow .jobs-page .search-section__item .show > input.dropdown-toggle:focus, .jobs-page .search-section__item .element.bg-yellow .show > input.dropdown-toggle:focus, .element.bg-yellow .jobs-page .search-section__submit .show > button.dropdown-toggle:focus, .jobs-page .search-section__submit .element.bg-yellow .show > button.dropdown-toggle:focus, .element.bg-yellow .react-dropdown-wrapper .show > .dropdown-toggle.dropdown:focus, .react-dropdown-wrapper .element.bg-yellow .show > .dropdown-toggle.dropdown:focus, .element.bg-yellow .section-title__filter .date-item .show > input.dropdown-toggle:focus, .section-title__filter .date-item .element.bg-yellow .show > input.dropdown-toggle:focus, .element.bg-yellow .section-filter .date-item .show > input.dropdown-toggle:focus, .section-filter .date-item .element.bg-yellow .show > input.dropdown-toggle:focus, .element.bg-yellow .remove-file-row .show > .dropdown-toggle.file-input:focus:before, .remove-file-row .element.bg-yellow .show > .dropdown-toggle.file-input:focus:before, .element.bg-yellow .userform .step-navigation .show > button.dropdown-toggle:focus, .userform .step-navigation .element.bg-yellow .show > button.dropdown-toggle:focus, .element.bg-yellow .userform .step-navigation .show > .dropdown-toggle.button:focus, .userform .step-navigation .element.bg-yellow .show > .dropdown-toggle.button:focus, .element.bg-yellow .userform .step-navigation .show > input.dropdown-toggle[type=submit]:focus, .userform .step-navigation .element.bg-yellow .show > input.dropdown-toggle[type=submit]:focus, .bg-watermelon .show > .dropdown-toggle.btn:focus, .bg-watermelon .userform .step-navigation .show > button.dropdown-toggle:focus, .userform .step-navigation .bg-watermelon .show > button.dropdown-toggle:focus, .bg-watermelon .userform .step-navigation .show > .dropdown-toggle.button:focus, .userform .step-navigation .bg-watermelon .show > .dropdown-toggle.button:focus, .bg-watermelon .userform .step-navigation .show > input.dropdown-toggle[type=submit]:focus, .userform .step-navigation .bg-watermelon .show > input.dropdown-toggle[type=submit]:focus, .bg-watermelon .remove-file-row .show > .dropdown-toggle.file-input:focus:before, .remove-file-row .bg-watermelon .show > .dropdown-toggle.file-input:focus:before, .bg-watermelon .section-filter .date-item .show > input.dropdown-toggle:focus, .section-filter .date-item .bg-watermelon .show > input.dropdown-toggle:focus, .bg-watermelon .section-title__filter .date-item .show > input.dropdown-toggle:focus, .section-title__filter .date-item .bg-watermelon .show > input.dropdown-toggle:focus, .bg-watermelon .react-dropdown-wrapper .show > .dropdown-toggle.dropdown:focus, .react-dropdown-wrapper .bg-watermelon .show > .dropdown-toggle.dropdown:focus, .bg-watermelon .jobs-page .search-section__submit .show > button.dropdown-toggle:focus, .jobs-page .search-section__submit .bg-watermelon .show > button.dropdown-toggle:focus, .bg-watermelon .jobs-page .search-section__item .show > input.dropdown-toggle:focus, .jobs-page .search-section__item .bg-watermelon .show > input.dropdown-toggle:focus, .bg-watermelon form .show > .dropdown-toggle[type=reset]:focus, form .bg-watermelon .show > .dropdown-toggle[type=reset]:focus, .bg-watermelon form .show > .dropdown-toggle[type=submit]:focus, form .bg-watermelon .show > .dropdown-toggle[type=submit]:focus,
.bg-watermelon form .show > .dropdown-toggle[type=button]:focus,
form .bg-watermelon .show > .dropdown-toggle[type=button]:focus, .bg-watermelon .Actions .show > .dropdown-toggle.action:focus, .Actions .bg-watermelon .show > .dropdown-toggle.action:focus, .bg-watermelon .show > .dropdown-toggle.resetformaction:focus {
  box-shadow: 0 0 0 0.2rem rgba(110.5, 110.5, 110.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(237.9915730337, 55.7584269663, 58.1882022472);
  border-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(237.9915730337, 55.7584269663, 58.1882022472);
  border-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
  box-shadow: 0 0 0 0.2rem rgba(243.1, 115.6, 117.3, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
  border-color: rgb(235.9859550562, 32.2640449438, 34.9803370787);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243.1, 115.6, 117.3, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F15B5D;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}

.btn-outline-secondary {
  color: #555555;
  border-color: #555555;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #555555;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F15B5D;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #F15B5D;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .userform .step-navigation .btn-group-lg > button, .userform .step-navigation .btn-group-lg > .button, .userform .step-navigation .btn-group-lg > input[type=submit], .remove-file-row .btn-group-lg > .file-input:before, .section-filter .date-item .btn-group-lg > input, .section-title__filter .date-item .btn-group-lg > input, .react-dropdown-wrapper .btn-group-lg > .dropdown, .jobs-page .search-section__submit .btn-group-lg > button, .jobs-page .search-section__item .btn-group-lg > input, form .btn-group-lg > [type=reset], form .btn-group-lg > [type=submit],
form .btn-group-lg > [type=button], .Actions .btn-group-lg > .action, .btn-group-lg > .resetformaction {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .userform .step-navigation .btn-group-sm > button, .userform .step-navigation .btn-group-sm > .button, .userform .step-navigation .btn-group-sm > input[type=submit], .remove-file-row .btn-group-sm > .file-input:before, .section-filter .date-item .btn-group-sm > input, .section-title__filter .date-item .btn-group-sm > input, .react-dropdown-wrapper .btn-group-sm > .dropdown, .jobs-page .search-section__submit .btn-group-sm > button, .jobs-page .search-section__item .btn-group-sm > input, form .btn-group-sm > [type=reset], form .btn-group-sm > [type=submit],
form .btn-group-sm > [type=button], .Actions .btn-group-sm > .action, .btn-group-sm > .resetformaction {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1640px) {
  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F15B5D;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .userform .step-navigation .btn-group > button, .userform .step-navigation .btn-group > .button, .userform .step-navigation .btn-group > input[type=submit], .remove-file-row .btn-group > .file-input:before, .section-filter .date-item .btn-group > input, .section-title__filter .date-item .btn-group > input, .react-dropdown-wrapper .btn-group > .dropdown, .jobs-page .search-section__submit .btn-group > button, .jobs-page .search-section__item .btn-group > input, form .btn-group > [type=reset], form .btn-group > [type=submit],
form .btn-group > [type=button], .Actions .btn-group > .action, .btn-group > .resetformaction,
.btn-group-vertical > .btn,
.userform .step-navigation .btn-group-vertical > button,
.userform .step-navigation .btn-group-vertical > .button,
.userform .step-navigation .btn-group-vertical > input[type=submit],
.remove-file-row .btn-group-vertical > .file-input:before,
.section-filter .date-item .btn-group-vertical > input,
.section-title__filter .date-item .btn-group-vertical > input,
.react-dropdown-wrapper .btn-group-vertical > .dropdown,
.jobs-page .search-section__submit .btn-group-vertical > button,
.jobs-page .search-section__item .btn-group-vertical > input,
form .btn-group-vertical > [type=reset],
form .btn-group-vertical > [type=submit],
form .btn-group-vertical > [type=button],
.Actions .btn-group-vertical > .action,
.btn-group-vertical > .resetformaction {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .userform .step-navigation .btn-group > button:hover, .userform .step-navigation .btn-group > .button:hover, .userform .step-navigation .btn-group > input[type=submit]:hover, .remove-file-row .btn-group > .file-input:hover:before, .section-filter .date-item .btn-group > input:hover, .section-title__filter .date-item .btn-group > input:hover, .react-dropdown-wrapper .btn-group > .dropdown:hover, .jobs-page .search-section__submit .btn-group > button:hover, .jobs-page .search-section__item .btn-group > input:hover, form .btn-group > [type=reset]:hover, form .btn-group > [type=submit]:hover,
form .btn-group > [type=button]:hover, .Actions .btn-group > .action:hover, .btn-group > .resetformaction:hover,
.btn-group-vertical > .btn:hover,
.userform .step-navigation .btn-group-vertical > button:hover,
.userform .step-navigation .btn-group-vertical > .button:hover,
.userform .step-navigation .btn-group-vertical > input[type=submit]:hover,
.remove-file-row .btn-group-vertical > .file-input:hover:before,
.section-filter .date-item .btn-group-vertical > input:hover,
.section-title__filter .date-item .btn-group-vertical > input:hover,
.react-dropdown-wrapper .btn-group-vertical > .dropdown:hover,
.jobs-page .search-section__submit .btn-group-vertical > button:hover,
.jobs-page .search-section__item .btn-group-vertical > input:hover,
form .btn-group-vertical > [type=reset]:hover,
form .btn-group-vertical > [type=submit]:hover,
form .btn-group-vertical > [type=button]:hover,
.Actions .btn-group-vertical > .action:hover,
.btn-group-vertical > .resetformaction:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .userform .step-navigation .btn-group > button:focus, .userform .step-navigation .btn-group > .button:focus, .userform .step-navigation .btn-group > input[type=submit]:focus, .remove-file-row .btn-group > .file-input:focus:before, .section-filter .date-item .btn-group > input:focus, .section-title__filter .date-item .btn-group > input:focus, .react-dropdown-wrapper .btn-group > .dropdown:focus, .jobs-page .search-section__submit .btn-group > button:focus, .jobs-page .search-section__item .btn-group > input:focus, form .btn-group > [type=reset]:focus, form .btn-group > [type=submit]:focus,
form .btn-group > [type=button]:focus, .Actions .btn-group > .action:focus, .btn-group > .resetformaction:focus, .btn-group > .btn:active, .userform .step-navigation .btn-group > button:active, .userform .step-navigation .btn-group > .button:active, .userform .step-navigation .btn-group > input[type=submit]:active, .remove-file-row .btn-group > .file-input:active:before, .section-filter .date-item .btn-group > input:active, .section-title__filter .date-item .btn-group > input:active, .react-dropdown-wrapper .btn-group > .dropdown:active, .jobs-page .search-section__submit .btn-group > button:active, .jobs-page .search-section__item .btn-group > input:active, form .btn-group > [type=reset]:active, form .btn-group > [type=submit]:active,
form .btn-group > [type=button]:active, .Actions .btn-group > .action:active, .btn-group > .resetformaction:active, .btn-group > .btn.active, .userform .step-navigation .btn-group > button.active, .userform .step-navigation .btn-group > .active.button, .userform .step-navigation .btn-group > input.active[type=submit], .remove-file-row .btn-group > .active.file-input:before, .section-filter .date-item .btn-group > input.active, .section-title__filter .date-item .btn-group > input.active, .react-dropdown-wrapper .btn-group > .active.dropdown, .jobs-page .search-section__submit .btn-group > button.active, .jobs-page .search-section__item .btn-group > input.active, form .btn-group > .active[type=reset], form .btn-group > .active[type=submit],
form .btn-group > .active[type=button], .Actions .btn-group > .active.action, .btn-group > .active.resetformaction,
.btn-group-vertical > .btn:focus,
.userform .step-navigation .btn-group-vertical > button:focus,
.userform .step-navigation .btn-group-vertical > .button:focus,
.userform .step-navigation .btn-group-vertical > input[type=submit]:focus,
.remove-file-row .btn-group-vertical > .file-input:focus:before,
.section-filter .date-item .btn-group-vertical > input:focus,
.section-title__filter .date-item .btn-group-vertical > input:focus,
.react-dropdown-wrapper .btn-group-vertical > .dropdown:focus,
.jobs-page .search-section__submit .btn-group-vertical > button:focus,
.jobs-page .search-section__item .btn-group-vertical > input:focus,
form .btn-group-vertical > [type=reset]:focus,
form .btn-group-vertical > [type=submit]:focus,
form .btn-group-vertical > [type=button]:focus,
.Actions .btn-group-vertical > .action:focus,
.btn-group-vertical > .resetformaction:focus,
.btn-group-vertical > .btn:active,
.userform .step-navigation .btn-group-vertical > button:active,
.userform .step-navigation .btn-group-vertical > .button:active,
.userform .step-navigation .btn-group-vertical > input[type=submit]:active,
.remove-file-row .btn-group-vertical > .file-input:active:before,
.section-filter .date-item .btn-group-vertical > input:active,
.section-title__filter .date-item .btn-group-vertical > input:active,
.react-dropdown-wrapper .btn-group-vertical > .dropdown:active,
.jobs-page .search-section__submit .btn-group-vertical > button:active,
.jobs-page .search-section__item .btn-group-vertical > input:active,
form .btn-group-vertical > [type=reset]:active,
form .btn-group-vertical > [type=submit]:active,
form .btn-group-vertical > [type=button]:active,
.Actions .btn-group-vertical > .action:active,
.btn-group-vertical > .resetformaction:active,
.btn-group-vertical > .btn.active,
.userform .step-navigation .btn-group-vertical > button.active,
.userform .step-navigation .btn-group-vertical > .active.button,
.userform .step-navigation .btn-group-vertical > input.active[type=submit],
.remove-file-row .btn-group-vertical > .active.file-input:before,
.section-filter .date-item .btn-group-vertical > input.active,
.section-title__filter .date-item .btn-group-vertical > input.active,
.react-dropdown-wrapper .btn-group-vertical > .active.dropdown,
.jobs-page .search-section__submit .btn-group-vertical > button.active,
.jobs-page .search-section__item .btn-group-vertical > input.active,
form .btn-group-vertical > .active[type=reset],
form .btn-group-vertical > .active[type=submit],
form .btn-group-vertical > .active[type=button],
.Actions .btn-group-vertical > .active.action,
.btn-group-vertical > .active.resetformaction {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .userform .step-navigation .btn-group > button:not(:first-child), .userform .step-navigation .btn-group > .button:not(:first-child), .userform .step-navigation .btn-group > input[type=submit]:not(:first-child), .remove-file-row .btn-group > .file-input:not(:first-child):before, .section-filter .date-item .btn-group > input:not(:first-child), .section-title__filter .date-item .btn-group > input:not(:first-child), .react-dropdown-wrapper .btn-group > .dropdown:not(:first-child), .jobs-page .search-section__submit .btn-group > button:not(:first-child), .jobs-page .search-section__item .btn-group > input:not(:first-child), form .btn-group > [type=reset]:not(:first-child), form .btn-group > [type=submit]:not(:first-child),
form .btn-group > [type=button]:not(:first-child), .Actions .btn-group > .action:not(:first-child), .btn-group > .resetformaction:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group > button:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group > .button:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .remove-file-row .btn-group > .file-input:not(:last-child):not(.dropdown-toggle):before, .section-filter .date-item .btn-group > input:not(:last-child):not(.dropdown-toggle), .section-title__filter .date-item .btn-group > input:not(:last-child):not(.dropdown-toggle), .react-dropdown-wrapper .btn-group > .dropdown:not(:last-child):not(.dropdown-toggle), .jobs-page .search-section__submit .btn-group > button:not(:last-child):not(.dropdown-toggle), .jobs-page .search-section__item .btn-group > input:not(:last-child):not(.dropdown-toggle), form .btn-group > [type=reset]:not(:last-child):not(.dropdown-toggle), form .btn-group > [type=submit]:not(:last-child):not(.dropdown-toggle),
form .btn-group > [type=button]:not(:last-child):not(.dropdown-toggle), .Actions .btn-group > .action:not(:last-child):not(.dropdown-toggle), .btn-group > .resetformaction:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.userform .step-navigation .btn-group > .btn-group:not(:last-child) > button,
.userform .step-navigation .btn-group > .btn-group:not(:last-child) > .button,
.userform .step-navigation .btn-group > .btn-group:not(:last-child) > input[type=submit],
.remove-file-row .btn-group > .btn-group:not(:last-child) > .file-input:before,
.section-filter .date-item .btn-group > .btn-group:not(:last-child) > input,
.section-title__filter .date-item .btn-group > .btn-group:not(:last-child) > input,
.react-dropdown-wrapper .btn-group > .btn-group:not(:last-child) > .dropdown,
.jobs-page .search-section__submit .btn-group > .btn-group:not(:last-child) > button,
.jobs-page .search-section__item .btn-group > .btn-group:not(:last-child) > input,
form .btn-group > .btn-group:not(:last-child) > [type=reset],
form .btn-group > .btn-group:not(:last-child) > [type=submit],
form .btn-group > .btn-group:not(:last-child) > [type=button],
.Actions .btn-group > .btn-group:not(:last-child) > .action,
.btn-group > .btn-group:not(:last-child) > .resetformaction {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .userform .step-navigation .btn-group > button:not(:first-child), .userform .step-navigation .btn-group > .button:not(:first-child), .userform .step-navigation .btn-group > input[type=submit]:not(:first-child), .remove-file-row .btn-group > .file-input:not(:first-child):before, .section-filter .date-item .btn-group > input:not(:first-child), .section-title__filter .date-item .btn-group > input:not(:first-child), .react-dropdown-wrapper .btn-group > .dropdown:not(:first-child), .jobs-page .search-section__submit .btn-group > button:not(:first-child), .jobs-page .search-section__item .btn-group > input:not(:first-child), form .btn-group > [type=reset]:not(:first-child), form .btn-group > [type=submit]:not(:first-child),
form .btn-group > [type=button]:not(:first-child), .Actions .btn-group > .action:not(:first-child), .btn-group > .resetformaction:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.userform .step-navigation .btn-group > .btn-group:not(:first-child) > button,
.userform .step-navigation .btn-group > .btn-group:not(:first-child) > .button,
.userform .step-navigation .btn-group > .btn-group:not(:first-child) > input[type=submit],
.remove-file-row .btn-group > .btn-group:not(:first-child) > .file-input:before,
.section-filter .date-item .btn-group > .btn-group:not(:first-child) > input,
.section-title__filter .date-item .btn-group > .btn-group:not(:first-child) > input,
.react-dropdown-wrapper .btn-group > .btn-group:not(:first-child) > .dropdown,
.jobs-page .search-section__submit .btn-group > .btn-group:not(:first-child) > button,
.jobs-page .search-section__item .btn-group > .btn-group:not(:first-child) > input,
form .btn-group > .btn-group:not(:first-child) > [type=reset],
form .btn-group > .btn-group:not(:first-child) > [type=submit],
form .btn-group > .btn-group:not(:first-child) > [type=button],
.Actions .btn-group > .btn-group:not(:first-child) > .action,
.btn-group > .btn-group:not(:first-child) > .resetformaction {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .userform .step-navigation .btn-group-sm > button + .dropdown-toggle-split, .userform .step-navigation .btn-group-sm > .button + .dropdown-toggle-split, .userform .step-navigation .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .remove-file-row .btn-group-sm > .file-input:before + .dropdown-toggle-split, .section-filter .date-item .btn-group-sm > input + .dropdown-toggle-split, .section-title__filter .date-item .btn-group-sm > input + .dropdown-toggle-split, .react-dropdown-wrapper .btn-group-sm > .dropdown + .dropdown-toggle-split, .jobs-page .search-section__submit .btn-group-sm > button + .dropdown-toggle-split, .jobs-page .search-section__item .btn-group-sm > input + .dropdown-toggle-split, form .btn-group-sm > [type=reset] + .dropdown-toggle-split, form .btn-group-sm > [type=submit] + .dropdown-toggle-split,
form .btn-group-sm > [type=button] + .dropdown-toggle-split, .Actions .btn-group-sm > .action + .dropdown-toggle-split, .btn-group-sm > .resetformaction + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .userform .step-navigation .btn-group-lg > button + .dropdown-toggle-split, .userform .step-navigation .btn-group-lg > .button + .dropdown-toggle-split, .userform .step-navigation .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .remove-file-row .btn-group-lg > .file-input:before + .dropdown-toggle-split, .section-filter .date-item .btn-group-lg > input + .dropdown-toggle-split, .section-title__filter .date-item .btn-group-lg > input + .dropdown-toggle-split, .react-dropdown-wrapper .btn-group-lg > .dropdown + .dropdown-toggle-split, .jobs-page .search-section__submit .btn-group-lg > button + .dropdown-toggle-split, .jobs-page .search-section__item .btn-group-lg > input + .dropdown-toggle-split, form .btn-group-lg > [type=reset] + .dropdown-toggle-split, form .btn-group-lg > [type=submit] + .dropdown-toggle-split,
form .btn-group-lg > [type=button] + .dropdown-toggle-split, .Actions .btn-group-lg > .action + .dropdown-toggle-split, .btn-group-lg > .resetformaction + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .userform .step-navigation .btn-group-vertical > button, .userform .step-navigation .btn-group-vertical > .button, .userform .step-navigation .btn-group-vertical > input[type=submit], .remove-file-row .btn-group-vertical > .file-input:before, .section-filter .date-item .btn-group-vertical > input, .section-title__filter .date-item .btn-group-vertical > input, .react-dropdown-wrapper .btn-group-vertical > .dropdown, .jobs-page .search-section__submit .btn-group-vertical > button, .jobs-page .search-section__item .btn-group-vertical > input, form .btn-group-vertical > [type=reset], form .btn-group-vertical > [type=submit],
form .btn-group-vertical > [type=button], .Actions .btn-group-vertical > .action, .btn-group-vertical > .resetformaction,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .userform .step-navigation .btn-group-vertical > button:not(:first-child), .userform .step-navigation .btn-group-vertical > .button:not(:first-child), .userform .step-navigation .btn-group-vertical > input[type=submit]:not(:first-child), .remove-file-row .btn-group-vertical > .file-input:not(:first-child):before, .section-filter .date-item .btn-group-vertical > input:not(:first-child), .section-title__filter .date-item .btn-group-vertical > input:not(:first-child), .react-dropdown-wrapper .btn-group-vertical > .dropdown:not(:first-child), .jobs-page .search-section__submit .btn-group-vertical > button:not(:first-child), .jobs-page .search-section__item .btn-group-vertical > input:not(:first-child), form .btn-group-vertical > [type=reset]:not(:first-child), form .btn-group-vertical > [type=submit]:not(:first-child),
form .btn-group-vertical > [type=button]:not(:first-child), .Actions .btn-group-vertical > .action:not(:first-child), .btn-group-vertical > .resetformaction:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .userform .step-navigation .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .remove-file-row .btn-group-vertical > .file-input:not(:last-child):not(.dropdown-toggle):before, .section-filter .date-item .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), .section-title__filter .date-item .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), .react-dropdown-wrapper .btn-group-vertical > .dropdown:not(:last-child):not(.dropdown-toggle), .jobs-page .search-section__submit .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .jobs-page .search-section__item .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle), form .btn-group-vertical > [type=reset]:not(:last-child):not(.dropdown-toggle), form .btn-group-vertical > [type=submit]:not(:last-child):not(.dropdown-toggle),
form .btn-group-vertical > [type=button]:not(:last-child):not(.dropdown-toggle), .Actions .btn-group-vertical > .action:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .resetformaction:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:last-child) > button,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:last-child) > .button,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.remove-file-row .btn-group-vertical > .btn-group:not(:last-child) > .file-input:before,
.section-filter .date-item .btn-group-vertical > .btn-group:not(:last-child) > input,
.section-title__filter .date-item .btn-group-vertical > .btn-group:not(:last-child) > input,
.react-dropdown-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .dropdown,
.jobs-page .search-section__submit .btn-group-vertical > .btn-group:not(:last-child) > button,
.jobs-page .search-section__item .btn-group-vertical > .btn-group:not(:last-child) > input,
form .btn-group-vertical > .btn-group:not(:last-child) > [type=reset],
form .btn-group-vertical > .btn-group:not(:last-child) > [type=submit],
form .btn-group-vertical > .btn-group:not(:last-child) > [type=button],
.Actions .btn-group-vertical > .btn-group:not(:last-child) > .action,
.btn-group-vertical > .btn-group:not(:last-child) > .resetformaction {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .userform .step-navigation .btn-group-vertical > button:not(:first-child), .userform .step-navigation .btn-group-vertical > .button:not(:first-child), .userform .step-navigation .btn-group-vertical > input[type=submit]:not(:first-child), .remove-file-row .btn-group-vertical > .file-input:not(:first-child):before, .section-filter .date-item .btn-group-vertical > input:not(:first-child), .section-title__filter .date-item .btn-group-vertical > input:not(:first-child), .react-dropdown-wrapper .btn-group-vertical > .dropdown:not(:first-child), .jobs-page .search-section__submit .btn-group-vertical > button:not(:first-child), .jobs-page .search-section__item .btn-group-vertical > input:not(:first-child), form .btn-group-vertical > [type=reset]:not(:first-child), form .btn-group-vertical > [type=submit]:not(:first-child),
form .btn-group-vertical > [type=button]:not(:first-child), .Actions .btn-group-vertical > .action:not(:first-child), .btn-group-vertical > .resetformaction:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:first-child) > button,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:first-child) > .button,
.userform .step-navigation .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.remove-file-row .btn-group-vertical > .btn-group:not(:first-child) > .file-input:before,
.section-filter .date-item .btn-group-vertical > .btn-group:not(:first-child) > input,
.section-title__filter .date-item .btn-group-vertical > .btn-group:not(:first-child) > input,
.react-dropdown-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .dropdown,
.jobs-page .search-section__submit .btn-group-vertical > .btn-group:not(:first-child) > button,
.jobs-page .search-section__item .btn-group-vertical > .btn-group:not(:first-child) > input,
form .btn-group-vertical > .btn-group:not(:first-child) > [type=reset],
form .btn-group-vertical > .btn-group:not(:first-child) > [type=submit],
form .btn-group-vertical > .btn-group:not(:first-child) > [type=button],
.Actions .btn-group-vertical > .btn-group:not(:first-child) > .action,
.btn-group-vertical > .btn-group:not(:first-child) > .resetformaction {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .userform .step-navigation .btn-group-toggle > button, .userform .step-navigation .btn-group-toggle > .button, .userform .step-navigation .btn-group-toggle > input[type=submit], .remove-file-row .btn-group-toggle > .file-input:before, .section-filter .date-item .btn-group-toggle > input, .section-title__filter .date-item .btn-group-toggle > input, .react-dropdown-wrapper .btn-group-toggle > .dropdown, .jobs-page .search-section__submit .btn-group-toggle > button, .jobs-page .search-section__item .btn-group-toggle > input, form .btn-group-toggle > [type=reset], form .btn-group-toggle > [type=submit],
form .btn-group-toggle > [type=button], .Actions .btn-group-toggle > .action, .btn-group-toggle > .resetformaction,
.btn-group-toggle > .btn-group > .btn,
.userform .step-navigation .btn-group-toggle > .btn-group > button,
.userform .step-navigation .btn-group-toggle > .btn-group > .button,
.userform .step-navigation .btn-group-toggle > .btn-group > input[type=submit],
.remove-file-row .btn-group-toggle > .btn-group > .file-input:before,
.section-filter .date-item .btn-group-toggle > .btn-group > input,
.section-title__filter .date-item .btn-group-toggle > .btn-group > input,
.react-dropdown-wrapper .btn-group-toggle > .btn-group > .dropdown,
.jobs-page .search-section__submit .btn-group-toggle > .btn-group > button,
.jobs-page .search-section__item .btn-group-toggle > .btn-group > input,
form .btn-group-toggle > .btn-group > [type=reset],
form .btn-group-toggle > .btn-group > [type=submit],
form .btn-group-toggle > .btn-group > [type=button],
.Actions .btn-group-toggle > .btn-group > .action,
.btn-group-toggle > .btn-group > .resetformaction {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .userform .step-navigation .btn-group-toggle > button input[type=radio], .userform .step-navigation .btn-group-toggle > .button input[type=radio], .userform .step-navigation .btn-group-toggle > input[type=submit] input[type=radio], .remove-file-row .btn-group-toggle > .file-input:before input[type=radio], .section-filter .date-item .btn-group-toggle > input input[type=radio], .section-title__filter .date-item .btn-group-toggle > input input[type=radio], .react-dropdown-wrapper .btn-group-toggle > .dropdown input[type=radio], .jobs-page .search-section__submit .btn-group-toggle > button input[type=radio], .jobs-page .search-section__item .btn-group-toggle > input input[type=radio], form .btn-group-toggle > [type=reset] input[type=radio], form .btn-group-toggle > [type=submit] input[type=radio],
form .btn-group-toggle > [type=button] input[type=radio], .Actions .btn-group-toggle > .action input[type=radio], .btn-group-toggle > .resetformaction input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.userform .step-navigation .btn-group-toggle > button input[type=checkbox],
.userform .step-navigation .btn-group-toggle > .button input[type=checkbox],
.userform .step-navigation .btn-group-toggle > input[type=submit] input[type=checkbox],
.remove-file-row .btn-group-toggle > .file-input:before input[type=checkbox],
.section-filter .date-item .btn-group-toggle > input input[type=checkbox],
.section-title__filter .date-item .btn-group-toggle > input input[type=checkbox],
.react-dropdown-wrapper .btn-group-toggle > .dropdown input[type=checkbox],
.jobs-page .search-section__submit .btn-group-toggle > button input[type=checkbox],
.jobs-page .search-section__item .btn-group-toggle > input input[type=checkbox],
form .btn-group-toggle > [type=reset] input[type=checkbox],
form .btn-group-toggle > [type=submit] input[type=checkbox],
form .btn-group-toggle > [type=button] input[type=checkbox],
.Actions .btn-group-toggle > .action input[type=checkbox],
.btn-group-toggle > .resetformaction input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.userform .step-navigation .btn-group-toggle > .btn-group > button input[type=radio],
.userform .step-navigation .btn-group-toggle > .btn-group > .button input[type=radio],
.userform .step-navigation .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.remove-file-row .btn-group-toggle > .btn-group > .file-input:before input[type=radio],
.section-filter .date-item .btn-group-toggle > .btn-group > input input[type=radio],
.section-title__filter .date-item .btn-group-toggle > .btn-group > input input[type=radio],
.react-dropdown-wrapper .btn-group-toggle > .btn-group > .dropdown input[type=radio],
.jobs-page .search-section__submit .btn-group-toggle > .btn-group > button input[type=radio],
.jobs-page .search-section__item .btn-group-toggle > .btn-group > input input[type=radio],
form .btn-group-toggle > .btn-group > [type=reset] input[type=radio],
form .btn-group-toggle > .btn-group > [type=submit] input[type=radio],
form .btn-group-toggle > .btn-group > [type=button] input[type=radio],
.Actions .btn-group-toggle > .btn-group > .action input[type=radio],
.btn-group-toggle > .btn-group > .resetformaction input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.userform .step-navigation .btn-group-toggle > .btn-group > button input[type=checkbox],
.userform .step-navigation .btn-group-toggle > .btn-group > .button input[type=checkbox],
.userform .step-navigation .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox],
.remove-file-row .btn-group-toggle > .btn-group > .file-input:before input[type=checkbox],
.section-filter .date-item .btn-group-toggle > .btn-group > input input[type=checkbox],
.section-title__filter .date-item .btn-group-toggle > .btn-group > input input[type=checkbox],
.react-dropdown-wrapper .btn-group-toggle > .btn-group > .dropdown input[type=checkbox],
.jobs-page .search-section__submit .btn-group-toggle > .btn-group > button input[type=checkbox],
.jobs-page .search-section__item .btn-group-toggle > .btn-group > input input[type=checkbox],
form .btn-group-toggle > .btn-group > [type=reset] input[type=checkbox],
form .btn-group-toggle > .btn-group > [type=submit] input[type=checkbox],
form .btn-group-toggle > .btn-group > [type=button] input[type=checkbox],
.Actions .btn-group-toggle > .btn-group > .action input[type=checkbox],
.btn-group-toggle > .btn-group > .resetformaction input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .middleColumn .input-group > .text,
.middleColumn .input-group > .textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .middleColumn .input-group > .text + .form-control,
.middleColumn .input-group > .textarea + .form-control, .middleColumn .input-group > .form-control + .text, .middleColumn .input-group > .text + .text,
.middleColumn .input-group > .textarea + .text,
.middleColumn .input-group > .form-control + .textarea,
.middleColumn .input-group > .text + .textarea,
.middleColumn .input-group > .textarea + .textarea,
.input-group > .form-control + .custom-select,
.middleColumn .input-group > .text + .custom-select,
.middleColumn .input-group > .textarea + .custom-select,
.input-group > .form-control + .custom-file,
.middleColumn .input-group > .text + .custom-file,
.middleColumn .input-group > .textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.middleColumn .input-group > .form-control-plaintext + .text,
.middleColumn .input-group > .form-control-plaintext + .textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.middleColumn .input-group > .custom-select + .text,
.middleColumn .input-group > .custom-select + .textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.middleColumn .input-group > .custom-file + .text,
.middleColumn .input-group > .custom-file + .textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .middleColumn .input-group > .text:focus,
.middleColumn .input-group > .textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .middleColumn .input-group > .text:not(:first-child),
.middleColumn .input-group > .textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .middleColumn .input-group:not(.has-validation) > .text:not(:last-child),
.middleColumn .input-group:not(.has-validation) > .textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .middleColumn .input-group.has-validation > .text:nth-last-child(n+3),
.middleColumn .input-group.has-validation > .textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .userform .step-navigation button, .userform .step-navigation .input-group-prepend button, .input-group-prepend .userform .step-navigation .button, .userform .step-navigation .input-group-prepend .button, .input-group-prepend .userform .step-navigation input[type=submit], .userform .step-navigation .input-group-prepend input[type=submit], .input-group-prepend .remove-file-row .file-input:before, .remove-file-row .input-group-prepend .file-input:before, .input-group-prepend .section-filter .date-item input, .section-filter .date-item .input-group-prepend input, .input-group-prepend .section-title__filter .date-item input, .section-title__filter .date-item .input-group-prepend input, .input-group-prepend .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .input-group-prepend .dropdown, .input-group-prepend .jobs-page .search-section__submit button, .jobs-page .search-section__submit .input-group-prepend button, .input-group-prepend .jobs-page .search-section__item input, .jobs-page .search-section__item .input-group-prepend input, .input-group-prepend form [type=reset], form .input-group-prepend [type=reset], .input-group-prepend form [type=submit], form .input-group-prepend [type=submit],
.input-group-prepend form [type=button],
form .input-group-prepend [type=button], .input-group-prepend .Actions .action, .Actions .input-group-prepend .action, .input-group-prepend .resetformaction,
.input-group-append .btn,
.input-group-append .userform .step-navigation button,
.userform .step-navigation .input-group-append button,
.input-group-append .userform .step-navigation .button,
.userform .step-navigation .input-group-append .button,
.input-group-append .userform .step-navigation input[type=submit],
.userform .step-navigation .input-group-append input[type=submit],
.input-group-append .remove-file-row .file-input:before,
.remove-file-row .input-group-append .file-input:before,
.input-group-append .section-filter .date-item input,
.section-filter .date-item .input-group-append input,
.input-group-append .section-title__filter .date-item input,
.section-title__filter .date-item .input-group-append input,
.input-group-append .react-dropdown-wrapper .dropdown,
.react-dropdown-wrapper .input-group-append .dropdown,
.input-group-append .jobs-page .search-section__submit button,
.jobs-page .search-section__submit .input-group-append button,
.input-group-append .jobs-page .search-section__item input,
.jobs-page .search-section__item .input-group-append input,
.input-group-append form [type=reset],
form .input-group-append [type=reset],
.input-group-append form [type=submit],
form .input-group-append [type=submit],
.input-group-append form [type=button],
form .input-group-append [type=button],
.input-group-append .Actions .action,
.Actions .input-group-append .action,
.input-group-append .resetformaction {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .userform .step-navigation button:focus, .userform .step-navigation .input-group-prepend button:focus, .input-group-prepend .userform .step-navigation .button:focus, .userform .step-navigation .input-group-prepend .button:focus, .input-group-prepend .userform .step-navigation input[type=submit]:focus, .userform .step-navigation .input-group-prepend input[type=submit]:focus, .input-group-prepend .remove-file-row .file-input:focus:before, .remove-file-row .input-group-prepend .file-input:focus:before, .input-group-prepend .section-filter .date-item input:focus, .section-filter .date-item .input-group-prepend input:focus, .input-group-prepend .section-title__filter .date-item input:focus, .section-title__filter .date-item .input-group-prepend input:focus, .input-group-prepend .react-dropdown-wrapper .dropdown:focus, .react-dropdown-wrapper .input-group-prepend .dropdown:focus, .input-group-prepend .jobs-page .search-section__submit button:focus, .jobs-page .search-section__submit .input-group-prepend button:focus, .input-group-prepend .jobs-page .search-section__item input:focus, .jobs-page .search-section__item .input-group-prepend input:focus, .input-group-prepend form [type=reset]:focus, form .input-group-prepend [type=reset]:focus, .input-group-prepend form [type=submit]:focus, form .input-group-prepend [type=submit]:focus,
.input-group-prepend form [type=button]:focus,
form .input-group-prepend [type=button]:focus, .input-group-prepend .Actions .action:focus, .Actions .input-group-prepend .action:focus, .input-group-prepend .resetformaction:focus,
.input-group-append .btn:focus,
.input-group-append .userform .step-navigation button:focus,
.userform .step-navigation .input-group-append button:focus,
.input-group-append .userform .step-navigation .button:focus,
.userform .step-navigation .input-group-append .button:focus,
.input-group-append .userform .step-navigation input[type=submit]:focus,
.userform .step-navigation .input-group-append input[type=submit]:focus,
.input-group-append .remove-file-row .file-input:focus:before,
.remove-file-row .input-group-append .file-input:focus:before,
.input-group-append .section-filter .date-item input:focus,
.section-filter .date-item .input-group-append input:focus,
.input-group-append .section-title__filter .date-item input:focus,
.section-title__filter .date-item .input-group-append input:focus,
.input-group-append .react-dropdown-wrapper .dropdown:focus,
.react-dropdown-wrapper .input-group-append .dropdown:focus,
.input-group-append .jobs-page .search-section__submit button:focus,
.jobs-page .search-section__submit .input-group-append button:focus,
.input-group-append .jobs-page .search-section__item input:focus,
.jobs-page .search-section__item .input-group-append input:focus,
.input-group-append form [type=reset]:focus,
form .input-group-append [type=reset]:focus,
.input-group-append form [type=submit]:focus,
form .input-group-append [type=submit]:focus,
.input-group-append form [type=button]:focus,
form .input-group-append [type=button]:focus,
.input-group-append .Actions .action:focus,
.Actions .input-group-append .action:focus,
.input-group-append .resetformaction:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .userform .step-navigation button + .btn, .userform .step-navigation .input-group-prepend button + .btn, .input-group-prepend .userform .step-navigation .button + .btn, .userform .step-navigation .input-group-prepend .button + .btn, .input-group-prepend .userform .step-navigation input[type=submit] + .btn, .userform .step-navigation .input-group-prepend input[type=submit] + .btn, .input-group-prepend .userform .step-navigation .btn + button, .userform .step-navigation .input-group-prepend .btn + button, .input-group-prepend .userform .step-navigation button + button, .userform .step-navigation .input-group-prepend button + button, .input-group-prepend .userform .step-navigation .button + button, .userform .step-navigation .input-group-prepend .button + button, .input-group-prepend .userform .step-navigation input[type=submit] + button, .userform .step-navigation .input-group-prepend input[type=submit] + button, .input-group-prepend .userform .step-navigation .btn + .button, .userform .step-navigation .input-group-prepend .btn + .button, .input-group-prepend .userform .step-navigation button + .button, .userform .step-navigation .input-group-prepend button + .button, .input-group-prepend .userform .step-navigation .button + .button, .userform .step-navigation .input-group-prepend .button + .button, .input-group-prepend .userform .step-navigation input[type=submit] + .button, .userform .step-navigation .input-group-prepend input[type=submit] + .button, .input-group-prepend .userform .step-navigation .btn + input[type=submit], .userform .step-navigation .input-group-prepend .btn + input[type=submit], .input-group-prepend .userform .step-navigation button + input[type=submit], .userform .step-navigation .input-group-prepend button + input[type=submit], .input-group-prepend .userform .step-navigation .button + input[type=submit], .userform .step-navigation .input-group-prepend .button + input[type=submit], .input-group-prepend .userform .step-navigation input[type=submit] + input[type=submit], .userform .step-navigation .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .remove-file-row .file-input:before + .btn, .input-group-prepend .remove-file-row .userform .step-navigation .file-input:before + button, .userform .step-navigation .input-group-prepend .remove-file-row .file-input:before + button, .input-group-prepend .remove-file-row .userform .step-navigation .file-input:before + .button, .userform .step-navigation .input-group-prepend .remove-file-row .file-input:before + .button, .input-group-prepend .remove-file-row .userform .step-navigation .file-input:before + input[type=submit], .userform .step-navigation .input-group-prepend .remove-file-row .file-input:before + input[type=submit], .remove-file-row .input-group-prepend .file-input:before + .btn, .remove-file-row .input-group-prepend .userform .step-navigation .file-input:before + button, .userform .step-navigation .remove-file-row .input-group-prepend .file-input:before + button, .remove-file-row .input-group-prepend .userform .step-navigation .file-input:before + .button, .userform .step-navigation .remove-file-row .input-group-prepend .file-input:before + .button, .remove-file-row .input-group-prepend .userform .step-navigation .file-input:before + input[type=submit], .userform .step-navigation .remove-file-row .input-group-prepend .file-input:before + input[type=submit], .input-group-prepend .remove-file-row .btn + .file-input:before, .input-group-prepend .remove-file-row .userform .step-navigation button + .file-input:before, .userform .step-navigation .input-group-prepend .remove-file-row button + .file-input:before, .input-group-prepend .remove-file-row .userform .step-navigation .button + .file-input:before, .userform .step-navigation .input-group-prepend .remove-file-row .button + .file-input:before, .input-group-prepend .remove-file-row .userform .step-navigation input[type=submit] + .file-input:before, .userform .step-navigation .input-group-prepend .remove-file-row input[type=submit] + .file-input:before, .remove-file-row .input-group-prepend .btn + .file-input:before, .remove-file-row .input-group-prepend .userform .step-navigation button + .file-input:before, .userform .step-navigation .remove-file-row .input-group-prepend button + .file-input:before, .remove-file-row .input-group-prepend .userform .step-navigation .button + .file-input:before, .userform .step-navigation .remove-file-row .input-group-prepend .button + .file-input:before, .remove-file-row .input-group-prepend .userform .step-navigation input[type=submit] + .file-input:before, .userform .step-navigation .remove-file-row .input-group-prepend input[type=submit] + .file-input:before, .input-group-prepend .remove-file-row .file-input:before + .file-input:before, .remove-file-row .input-group-prepend .file-input:before + .file-input:before, .input-group-prepend .section-filter .date-item input + .btn, .input-group-prepend .section-filter .date-item .userform .step-navigation input + button, .userform .step-navigation .input-group-prepend .section-filter .date-item input + button, .input-group-prepend .section-filter .date-item .userform .step-navigation input + .button, .userform .step-navigation .input-group-prepend .section-filter .date-item input + .button, .input-group-prepend .section-filter .date-item .remove-file-row input + .file-input:before, .remove-file-row .input-group-prepend .section-filter .date-item input + .file-input:before, .section-filter .date-item .input-group-prepend input + .btn, .section-filter .date-item .input-group-prepend .userform .step-navigation input + button, .userform .step-navigation .section-filter .date-item .input-group-prepend input + button, .section-filter .date-item .input-group-prepend .userform .step-navigation input + .button, .userform .step-navigation .section-filter .date-item .input-group-prepend input + .button, .section-filter .date-item .input-group-prepend .remove-file-row input + .file-input:before, .remove-file-row .section-filter .date-item .input-group-prepend input + .file-input:before, .input-group-prepend .section-filter .date-item .btn + input, .input-group-prepend .section-filter .date-item .userform .step-navigation button + input, .userform .step-navigation .input-group-prepend .section-filter .date-item button + input, .input-group-prepend .section-filter .date-item .userform .step-navigation .button + input, .userform .step-navigation .input-group-prepend .section-filter .date-item .button + input, .input-group-prepend .section-filter .date-item .remove-file-row .file-input:before + input, .remove-file-row .input-group-prepend .section-filter .date-item .file-input:before + input, .section-filter .date-item .input-group-prepend .btn + input, .section-filter .date-item .input-group-prepend .userform .step-navigation button + input, .userform .step-navigation .section-filter .date-item .input-group-prepend button + input, .section-filter .date-item .input-group-prepend .userform .step-navigation .button + input, .userform .step-navigation .section-filter .date-item .input-group-prepend .button + input, .section-filter .date-item .input-group-prepend .remove-file-row .file-input:before + input, .remove-file-row .section-filter .date-item .input-group-prepend .file-input:before + input, .input-group-prepend .section-filter .date-item input + input, .section-filter .date-item .input-group-prepend input + input, .input-group-prepend .section-title__filter .date-item input + .btn, .input-group-prepend .section-title__filter .date-item .userform .step-navigation input + button, .userform .step-navigation .input-group-prepend .section-title__filter .date-item input + button, .input-group-prepend .section-title__filter .date-item .userform .step-navigation input + .button, .userform .step-navigation .input-group-prepend .section-title__filter .date-item input + .button, .input-group-prepend .section-title__filter .date-item .remove-file-row input + .file-input:before, .remove-file-row .input-group-prepend .section-title__filter .date-item input + .file-input:before, .section-title__filter .date-item .input-group-prepend input + .btn, .section-title__filter .date-item .input-group-prepend .userform .step-navigation input + button, .userform .step-navigation .section-title__filter .date-item .input-group-prepend input + button, .section-title__filter .date-item .input-group-prepend .userform .step-navigation input + .button, .userform .step-navigation .section-title__filter .date-item .input-group-prepend input + .button, .section-title__filter .date-item .input-group-prepend .remove-file-row input + .file-input:before, .remove-file-row .section-title__filter .date-item .input-group-prepend input + .file-input:before, .input-group-prepend .section-title__filter .date-item .btn + input, .input-group-prepend .section-title__filter .date-item .userform .step-navigation button + input, .userform .step-navigation .input-group-prepend .section-title__filter .date-item button + input, .input-group-prepend .section-title__filter .date-item .userform .step-navigation .button + input, .userform .step-navigation .input-group-prepend .section-title__filter .date-item .button + input, .input-group-prepend .section-title__filter .date-item .remove-file-row .file-input:before + input, .remove-file-row .input-group-prepend .section-title__filter .date-item .file-input:before + input, .section-title__filter .date-item .input-group-prepend .btn + input, .section-title__filter .date-item .input-group-prepend .userform .step-navigation button + input, .userform .step-navigation .section-title__filter .date-item .input-group-prepend button + input, .section-title__filter .date-item .input-group-prepend .userform .step-navigation .button + input, .userform .step-navigation .section-title__filter .date-item .input-group-prepend .button + input, .section-title__filter .date-item .input-group-prepend .remove-file-row .file-input:before + input, .remove-file-row .section-title__filter .date-item .input-group-prepend .file-input:before + input, .input-group-prepend .section-title__filter .date-item input + input, .section-title__filter .date-item .input-group-prepend input + input, .input-group-prepend .react-dropdown-wrapper .dropdown + .btn, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation .dropdown + button, .userform .step-navigation .input-group-prepend .react-dropdown-wrapper .dropdown + button, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation .dropdown + .button, .userform .step-navigation .input-group-prepend .react-dropdown-wrapper .dropdown + .button, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation .dropdown + input[type=submit], .userform .step-navigation .input-group-prepend .react-dropdown-wrapper .dropdown + input[type=submit], .input-group-prepend .react-dropdown-wrapper .remove-file-row .dropdown + .file-input:before, .remove-file-row .input-group-prepend .react-dropdown-wrapper .dropdown + .file-input:before, .input-group-prepend .react-dropdown-wrapper .section-filter .date-item .dropdown + input, .section-filter .date-item .input-group-prepend .react-dropdown-wrapper .dropdown + input, .input-group-prepend .react-dropdown-wrapper .section-title__filter .date-item .dropdown + input, .section-title__filter .date-item .input-group-prepend .react-dropdown-wrapper .dropdown + input, .react-dropdown-wrapper .input-group-prepend .dropdown + .btn, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation .dropdown + button, .userform .step-navigation .react-dropdown-wrapper .input-group-prepend .dropdown + button, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation .dropdown + .button, .userform .step-navigation .react-dropdown-wrapper .input-group-prepend .dropdown + .button, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation .dropdown + input[type=submit], .userform .step-navigation .react-dropdown-wrapper .input-group-prepend .dropdown + input[type=submit], .react-dropdown-wrapper .input-group-prepend .remove-file-row .dropdown + .file-input:before, .remove-file-row .react-dropdown-wrapper .input-group-prepend .dropdown + .file-input:before, .react-dropdown-wrapper .input-group-prepend .section-filter .date-item .dropdown + input, .section-filter .date-item .react-dropdown-wrapper .input-group-prepend .dropdown + input, .react-dropdown-wrapper .input-group-prepend .section-title__filter .date-item .dropdown + input, .section-title__filter .date-item .react-dropdown-wrapper .input-group-prepend .dropdown + input, .input-group-prepend .react-dropdown-wrapper .btn + .dropdown, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation button + .dropdown, .userform .step-navigation .input-group-prepend .react-dropdown-wrapper button + .dropdown, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation .button + .dropdown, .userform .step-navigation .input-group-prepend .react-dropdown-wrapper .button + .dropdown, .input-group-prepend .react-dropdown-wrapper .userform .step-navigation input[type=submit] + .dropdown, .userform .step-navigation .input-group-prepend .react-dropdown-wrapper input[type=submit] + .dropdown, .input-group-prepend .react-dropdown-wrapper .remove-file-row .file-input:before + .dropdown, .remove-file-row .input-group-prepend .react-dropdown-wrapper .file-input:before + .dropdown, .input-group-prepend .react-dropdown-wrapper .section-filter .date-item input + .dropdown, .section-filter .date-item .input-group-prepend .react-dropdown-wrapper input + .dropdown, .input-group-prepend .react-dropdown-wrapper .section-title__filter .date-item input + .dropdown, .section-title__filter .date-item .input-group-prepend .react-dropdown-wrapper input + .dropdown, .react-dropdown-wrapper .input-group-prepend .btn + .dropdown, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation button + .dropdown, .userform .step-navigation .react-dropdown-wrapper .input-group-prepend button + .dropdown, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation .button + .dropdown, .userform .step-navigation .react-dropdown-wrapper .input-group-prepend .button + .dropdown, .react-dropdown-wrapper .input-group-prepend .userform .step-navigation input[type=submit] + .dropdown, .userform .step-navigation .react-dropdown-wrapper .input-group-prepend input[type=submit] + .dropdown, .react-dropdown-wrapper .input-group-prepend .remove-file-row .file-input:before + .dropdown, .remove-file-row .react-dropdown-wrapper .input-group-prepend .file-input:before + .dropdown, .react-dropdown-wrapper .input-group-prepend .section-filter .date-item input + .dropdown, .section-filter .date-item .react-dropdown-wrapper .input-group-prepend input + .dropdown, .react-dropdown-wrapper .input-group-prepend .section-title__filter .date-item input + .dropdown, .section-title__filter .date-item .react-dropdown-wrapper .input-group-prepend input + .dropdown, .input-group-prepend .react-dropdown-wrapper .dropdown + .dropdown, .react-dropdown-wrapper .input-group-prepend .dropdown + .dropdown, .input-group-prepend .jobs-page .search-section__submit button + .btn, .input-group-prepend .jobs-page .search-section__submit .remove-file-row button + .file-input:before, .remove-file-row .input-group-prepend .jobs-page .search-section__submit button + .file-input:before, .input-group-prepend .jobs-page .search-section__submit .section-filter .date-item button + input, .section-filter .date-item .input-group-prepend .jobs-page .search-section__submit button + input, .input-group-prepend .jobs-page .search-section__submit .section-title__filter .date-item button + input, .section-title__filter .date-item .input-group-prepend .jobs-page .search-section__submit button + input, .input-group-prepend .jobs-page .search-section__submit .react-dropdown-wrapper button + .dropdown, .react-dropdown-wrapper .input-group-prepend .jobs-page .search-section__submit button + .dropdown, .jobs-page .search-section__submit .input-group-prepend button + .btn, .jobs-page .search-section__submit .input-group-prepend .remove-file-row button + .file-input:before, .remove-file-row .jobs-page .search-section__submit .input-group-prepend button + .file-input:before, .jobs-page .search-section__submit .input-group-prepend .section-filter .date-item button + input, .section-filter .date-item .jobs-page .search-section__submit .input-group-prepend button + input, .jobs-page .search-section__submit .input-group-prepend .section-title__filter .date-item button + input, .section-title__filter .date-item .jobs-page .search-section__submit .input-group-prepend button + input, .jobs-page .search-section__submit .input-group-prepend .react-dropdown-wrapper button + .dropdown, .react-dropdown-wrapper .jobs-page .search-section__submit .input-group-prepend button + .dropdown, .input-group-prepend .jobs-page .search-section__submit .btn + button, .input-group-prepend .jobs-page .search-section__submit .remove-file-row .file-input:before + button, .remove-file-row .input-group-prepend .jobs-page .search-section__submit .file-input:before + button, .input-group-prepend .jobs-page .search-section__submit .section-filter .date-item input + button, .section-filter .date-item .input-group-prepend .jobs-page .search-section__submit input + button, .input-group-prepend .jobs-page .search-section__submit .section-title__filter .date-item input + button, .section-title__filter .date-item .input-group-prepend .jobs-page .search-section__submit input + button, .input-group-prepend .jobs-page .search-section__submit .react-dropdown-wrapper .dropdown + button, .react-dropdown-wrapper .input-group-prepend .jobs-page .search-section__submit .dropdown + button, .jobs-page .search-section__submit .input-group-prepend .btn + button, .jobs-page .search-section__submit .input-group-prepend .remove-file-row .file-input:before + button, .remove-file-row .jobs-page .search-section__submit .input-group-prepend .file-input:before + button, .jobs-page .search-section__submit .input-group-prepend .section-filter .date-item input + button, .section-filter .date-item .jobs-page .search-section__submit .input-group-prepend input + button, .jobs-page .search-section__submit .input-group-prepend .section-title__filter .date-item input + button, .section-title__filter .date-item .jobs-page .search-section__submit .input-group-prepend input + button, .jobs-page .search-section__submit .input-group-prepend .react-dropdown-wrapper .dropdown + button, .react-dropdown-wrapper .jobs-page .search-section__submit .input-group-prepend .dropdown + button, .input-group-prepend .jobs-page .search-section__submit button + button, .jobs-page .search-section__submit .input-group-prepend button + button, .input-group-prepend .jobs-page .search-section__item input + .btn, .input-group-prepend .jobs-page .search-section__item .userform .step-navigation input + button, .userform .step-navigation .input-group-prepend .jobs-page .search-section__item input + button, .input-group-prepend .jobs-page .search-section__item .userform .step-navigation input + .button, .userform .step-navigation .input-group-prepend .jobs-page .search-section__item input + .button, .input-group-prepend .jobs-page .search-section__item .remove-file-row input + .file-input:before, .remove-file-row .input-group-prepend .jobs-page .search-section__item input + .file-input:before, .input-group-prepend .jobs-page .search-section__item .react-dropdown-wrapper input + .dropdown, .react-dropdown-wrapper .input-group-prepend .jobs-page .search-section__item input + .dropdown, .input-group-prepend .jobs-page .search-section__item .search-section__submit input + button, .input-group-prepend .jobs-page .search-section__submit .search-section__item input + button, .jobs-page .search-section__item .input-group-prepend input + .btn, .jobs-page .search-section__item .input-group-prepend .userform .step-navigation input + button, .userform .step-navigation .jobs-page .search-section__item .input-group-prepend input + button, .jobs-page .search-section__item .input-group-prepend .userform .step-navigation input + .button, .userform .step-navigation .jobs-page .search-section__item .input-group-prepend input + .button, .jobs-page .search-section__item .input-group-prepend .remove-file-row input + .file-input:before, .remove-file-row .jobs-page .search-section__item .input-group-prepend input + .file-input:before, .jobs-page .search-section__item .input-group-prepend .react-dropdown-wrapper input + .dropdown, .react-dropdown-wrapper .jobs-page .search-section__item .input-group-prepend input + .dropdown, .jobs-page .search-section__item .input-group-prepend .search-section__submit input + button, .jobs-page .search-section__submit .search-section__item .input-group-prepend input + button, .input-group-prepend .jobs-page .search-section__item .btn + input, .input-group-prepend .jobs-page .search-section__item .userform .step-navigation button + input, .userform .step-navigation .input-group-prepend .jobs-page .search-section__item button + input, .input-group-prepend .jobs-page .search-section__item .userform .step-navigation .button + input, .userform .step-navigation .input-group-prepend .jobs-page .search-section__item .button + input, .input-group-prepend .jobs-page .search-section__item .remove-file-row .file-input:before + input, .remove-file-row .input-group-prepend .jobs-page .search-section__item .file-input:before + input, .input-group-prepend .jobs-page .search-section__item .react-dropdown-wrapper .dropdown + input, .react-dropdown-wrapper .input-group-prepend .jobs-page .search-section__item .dropdown + input, .input-group-prepend .jobs-page .search-section__item .search-section__submit button + input, .input-group-prepend .jobs-page .search-section__submit .search-section__item button + input, .jobs-page .search-section__item .input-group-prepend .btn + input, .jobs-page .search-section__item .input-group-prepend .userform .step-navigation button + input, .userform .step-navigation .jobs-page .search-section__item .input-group-prepend button + input, .jobs-page .search-section__item .input-group-prepend .userform .step-navigation .button + input, .userform .step-navigation .jobs-page .search-section__item .input-group-prepend .button + input, .jobs-page .search-section__item .input-group-prepend .remove-file-row .file-input:before + input, .remove-file-row .jobs-page .search-section__item .input-group-prepend .file-input:before + input, .jobs-page .search-section__item .input-group-prepend .react-dropdown-wrapper .dropdown + input, .react-dropdown-wrapper .jobs-page .search-section__item .input-group-prepend .dropdown + input, .jobs-page .search-section__item .input-group-prepend .search-section__submit button + input, .jobs-page .search-section__submit .search-section__item .input-group-prepend button + input, .input-group-prepend .jobs-page .search-section__item input + input, .jobs-page .search-section__item .input-group-prepend input + input, .input-group-prepend form [type=reset] + .btn, .input-group-prepend form .userform .step-navigation [type=reset] + button, .userform .step-navigation .input-group-prepend form [type=reset] + button, .input-group-prepend form .userform .step-navigation [type=reset] + .button, .userform .step-navigation .input-group-prepend form [type=reset] + .button, .input-group-prepend form .remove-file-row [type=reset] + .file-input:before, .remove-file-row .input-group-prepend form [type=reset] + .file-input:before, .input-group-prepend form .section-filter .date-item [type=reset] + input, .section-filter .date-item .input-group-prepend form [type=reset] + input, .input-group-prepend form .section-title__filter .date-item [type=reset] + input, .section-title__filter .date-item .input-group-prepend form [type=reset] + input, .input-group-prepend form .react-dropdown-wrapper [type=reset] + .dropdown, .react-dropdown-wrapper .input-group-prepend form [type=reset] + .dropdown, .input-group-prepend form .jobs-page .search-section__submit [type=reset] + button, .jobs-page .search-section__submit .input-group-prepend form [type=reset] + button, .input-group-prepend form .jobs-page .search-section__item [type=reset] + input, .jobs-page .search-section__item .input-group-prepend form [type=reset] + input, .input-group-prepend form .Actions [type=reset] + .action, form .input-group-prepend [type=reset] + .btn, form .input-group-prepend .userform .step-navigation [type=reset] + button, .userform .step-navigation form .input-group-prepend [type=reset] + button, form .input-group-prepend .userform .step-navigation [type=reset] + .button, .userform .step-navigation form .input-group-prepend [type=reset] + .button, form .input-group-prepend .remove-file-row [type=reset] + .file-input:before, .remove-file-row form .input-group-prepend [type=reset] + .file-input:before, form .input-group-prepend .section-filter .date-item [type=reset] + input, .section-filter .date-item form .input-group-prepend [type=reset] + input, form .input-group-prepend .section-title__filter .date-item [type=reset] + input, .section-title__filter .date-item form .input-group-prepend [type=reset] + input, form .input-group-prepend .react-dropdown-wrapper [type=reset] + .dropdown, .react-dropdown-wrapper form .input-group-prepend [type=reset] + .dropdown, form .input-group-prepend .jobs-page .search-section__submit [type=reset] + button, .jobs-page .search-section__submit form .input-group-prepend [type=reset] + button, form .input-group-prepend .jobs-page .search-section__item [type=reset] + input, .jobs-page .search-section__item form .input-group-prepend [type=reset] + input, form .input-group-prepend .Actions [type=reset] + .action, form .Actions .input-group-prepend [type=reset] + .action, .input-group-prepend form .btn + [type=reset], .input-group-prepend form .userform .step-navigation button + [type=reset], .userform .step-navigation .input-group-prepend form button + [type=reset], .input-group-prepend form .userform .step-navigation .button + [type=reset], .userform .step-navigation .input-group-prepend form .button + [type=reset], .input-group-prepend form .remove-file-row .file-input:before + [type=reset], .remove-file-row .input-group-prepend form .file-input:before + [type=reset], .input-group-prepend form .section-filter .date-item input + [type=reset], .section-filter .date-item .input-group-prepend form input + [type=reset], .input-group-prepend form .section-title__filter .date-item input + [type=reset], .section-title__filter .date-item .input-group-prepend form input + [type=reset], .input-group-prepend form .react-dropdown-wrapper .dropdown + [type=reset], .react-dropdown-wrapper .input-group-prepend form .dropdown + [type=reset], .input-group-prepend form .jobs-page .search-section__submit button + [type=reset], .jobs-page .search-section__submit .input-group-prepend form button + [type=reset], .input-group-prepend form .jobs-page .search-section__item input + [type=reset], .jobs-page .search-section__item .input-group-prepend form input + [type=reset], .input-group-prepend form .Actions .action + [type=reset], form .input-group-prepend .btn + [type=reset], form .input-group-prepend .userform .step-navigation button + [type=reset], .userform .step-navigation form .input-group-prepend button + [type=reset], form .input-group-prepend .userform .step-navigation .button + [type=reset], .userform .step-navigation form .input-group-prepend .button + [type=reset], form .input-group-prepend .remove-file-row .file-input:before + [type=reset], .remove-file-row form .input-group-prepend .file-input:before + [type=reset], form .input-group-prepend .section-filter .date-item input + [type=reset], .section-filter .date-item form .input-group-prepend input + [type=reset], form .input-group-prepend .section-title__filter .date-item input + [type=reset], .section-title__filter .date-item form .input-group-prepend input + [type=reset], form .input-group-prepend .react-dropdown-wrapper .dropdown + [type=reset], .react-dropdown-wrapper form .input-group-prepend .dropdown + [type=reset], form .input-group-prepend .jobs-page .search-section__submit button + [type=reset], .jobs-page .search-section__submit form .input-group-prepend button + [type=reset], form .input-group-prepend .jobs-page .search-section__item input + [type=reset], .jobs-page .search-section__item form .input-group-prepend input + [type=reset], form .input-group-prepend .Actions .action + [type=reset], form .Actions .input-group-prepend .action + [type=reset], .input-group-prepend form [type=reset] + [type=reset], form .input-group-prepend [type=reset] + [type=reset], .input-group-prepend form [type=submit] + .btn, .input-group-prepend form .userform .step-navigation [type=submit] + button, .userform .step-navigation .input-group-prepend form [type=submit] + button, .input-group-prepend form .userform .step-navigation [type=submit] + .button, .userform .step-navigation .input-group-prepend form [type=submit] + .button, .input-group-prepend form .remove-file-row [type=submit] + .file-input:before, .remove-file-row .input-group-prepend form [type=submit] + .file-input:before, .input-group-prepend form .section-filter .date-item [type=submit] + input, .section-filter .date-item .input-group-prepend form [type=submit] + input, .input-group-prepend form .section-title__filter .date-item [type=submit] + input, .section-title__filter .date-item .input-group-prepend form [type=submit] + input, .input-group-prepend form .react-dropdown-wrapper [type=submit] + .dropdown, .react-dropdown-wrapper .input-group-prepend form [type=submit] + .dropdown, .input-group-prepend form .jobs-page .search-section__submit [type=submit] + button, .jobs-page .search-section__submit .input-group-prepend form [type=submit] + button, .input-group-prepend form .jobs-page .search-section__item [type=submit] + input, .jobs-page .search-section__item .input-group-prepend form [type=submit] + input, .input-group-prepend form .Actions [type=submit] + .action, .input-group-prepend form [type=submit] + [type=reset], form .input-group-prepend [type=submit] + .btn, form .input-group-prepend .userform .step-navigation [type=submit] + button, .userform .step-navigation form .input-group-prepend [type=submit] + button, form .input-group-prepend .userform .step-navigation [type=submit] + .button, .userform .step-navigation form .input-group-prepend [type=submit] + .button, form .input-group-prepend .remove-file-row [type=submit] + .file-input:before, .remove-file-row form .input-group-prepend [type=submit] + .file-input:before, form .input-group-prepend .section-filter .date-item [type=submit] + input, .section-filter .date-item form .input-group-prepend [type=submit] + input, form .input-group-prepend .section-title__filter .date-item [type=submit] + input, .section-title__filter .date-item form .input-group-prepend [type=submit] + input, form .input-group-prepend .react-dropdown-wrapper [type=submit] + .dropdown, .react-dropdown-wrapper form .input-group-prepend [type=submit] + .dropdown, form .input-group-prepend .jobs-page .search-section__submit [type=submit] + button, .jobs-page .search-section__submit form .input-group-prepend [type=submit] + button, form .input-group-prepend .jobs-page .search-section__item [type=submit] + input, .jobs-page .search-section__item form .input-group-prepend [type=submit] + input, form .input-group-prepend .Actions [type=submit] + .action, form .Actions .input-group-prepend [type=submit] + .action, form .input-group-prepend [type=submit] + [type=reset],
.input-group-prepend form [type=button] + .btn,
.input-group-prepend form .userform .step-navigation [type=button] + button,
.userform .step-navigation .input-group-prepend form [type=button] + button,
.input-group-prepend form .userform .step-navigation [type=button] + .button,
.userform .step-navigation .input-group-prepend form [type=button] + .button,
.input-group-prepend form .remove-file-row [type=button] + .file-input:before,
.remove-file-row .input-group-prepend form [type=button] + .file-input:before,
.input-group-prepend form .section-filter .date-item [type=button] + input,
.section-filter .date-item .input-group-prepend form [type=button] + input,
.input-group-prepend form .section-title__filter .date-item [type=button] + input,
.section-title__filter .date-item .input-group-prepend form [type=button] + input,
.input-group-prepend form .react-dropdown-wrapper [type=button] + .dropdown,
.react-dropdown-wrapper .input-group-prepend form [type=button] + .dropdown,
.input-group-prepend form .jobs-page .search-section__submit [type=button] + button,
.jobs-page .search-section__submit .input-group-prepend form [type=button] + button,
.input-group-prepend form .jobs-page .search-section__item [type=button] + input,
.jobs-page .search-section__item .input-group-prepend form [type=button] + input,
.input-group-prepend form .Actions [type=button] + .action,
.input-group-prepend form [type=button] + [type=reset],
form .input-group-prepend [type=button] + .btn,
form .input-group-prepend .userform .step-navigation [type=button] + button,
.userform .step-navigation form .input-group-prepend [type=button] + button,
form .input-group-prepend .userform .step-navigation [type=button] + .button,
.userform .step-navigation form .input-group-prepend [type=button] + .button,
form .input-group-prepend .remove-file-row [type=button] + .file-input:before,
.remove-file-row form .input-group-prepend [type=button] + .file-input:before,
form .input-group-prepend .section-filter .date-item [type=button] + input,
.section-filter .date-item form .input-group-prepend [type=button] + input,
form .input-group-prepend .section-title__filter .date-item [type=button] + input,
.section-title__filter .date-item form .input-group-prepend [type=button] + input,
form .input-group-prepend .react-dropdown-wrapper [type=button] + .dropdown,
.react-dropdown-wrapper form .input-group-prepend [type=button] + .dropdown,
form .input-group-prepend .jobs-page .search-section__submit [type=button] + button,
.jobs-page .search-section__submit form .input-group-prepend [type=button] + button,
form .input-group-prepend .jobs-page .search-section__item [type=button] + input,
.jobs-page .search-section__item form .input-group-prepend [type=button] + input,
form .input-group-prepend .Actions [type=button] + .action,
form .Actions .input-group-prepend [type=button] + .action,
form .input-group-prepend [type=button] + [type=reset], .input-group-prepend form .btn + [type=submit], .input-group-prepend form .userform .step-navigation button + [type=submit], .userform .step-navigation .input-group-prepend form button + [type=submit], .input-group-prepend form .userform .step-navigation .button + [type=submit], .userform .step-navigation .input-group-prepend form .button + [type=submit], .input-group-prepend form .remove-file-row .file-input:before + [type=submit], .remove-file-row .input-group-prepend form .file-input:before + [type=submit], .input-group-prepend form .section-filter .date-item input + [type=submit], .section-filter .date-item .input-group-prepend form input + [type=submit], .input-group-prepend form .section-title__filter .date-item input + [type=submit], .section-title__filter .date-item .input-group-prepend form input + [type=submit], .input-group-prepend form .react-dropdown-wrapper .dropdown + [type=submit], .react-dropdown-wrapper .input-group-prepend form .dropdown + [type=submit], .input-group-prepend form .jobs-page .search-section__submit button + [type=submit], .jobs-page .search-section__submit .input-group-prepend form button + [type=submit], .input-group-prepend form .jobs-page .search-section__item input + [type=submit], .jobs-page .search-section__item .input-group-prepend form input + [type=submit], .input-group-prepend form .Actions .action + [type=submit], .input-group-prepend form [type=reset] + [type=submit], form .input-group-prepend .btn + [type=submit], form .input-group-prepend .userform .step-navigation button + [type=submit], .userform .step-navigation form .input-group-prepend button + [type=submit], form .input-group-prepend .userform .step-navigation .button + [type=submit], .userform .step-navigation form .input-group-prepend .button + [type=submit], form .input-group-prepend .remove-file-row .file-input:before + [type=submit], .remove-file-row form .input-group-prepend .file-input:before + [type=submit], form .input-group-prepend .section-filter .date-item input + [type=submit], .section-filter .date-item form .input-group-prepend input + [type=submit], form .input-group-prepend .section-title__filter .date-item input + [type=submit], .section-title__filter .date-item form .input-group-prepend input + [type=submit], form .input-group-prepend .react-dropdown-wrapper .dropdown + [type=submit], .react-dropdown-wrapper form .input-group-prepend .dropdown + [type=submit], form .input-group-prepend .jobs-page .search-section__submit button + [type=submit], .jobs-page .search-section__submit form .input-group-prepend button + [type=submit], form .input-group-prepend .jobs-page .search-section__item input + [type=submit], .jobs-page .search-section__item form .input-group-prepend input + [type=submit], form .input-group-prepend .Actions .action + [type=submit], form .Actions .input-group-prepend .action + [type=submit], form .input-group-prepend [type=reset] + [type=submit], .input-group-prepend form [type=submit] + [type=submit], form .input-group-prepend [type=submit] + [type=submit],
.input-group-prepend form [type=button] + [type=submit],
form .input-group-prepend [type=button] + [type=submit],
.input-group-prepend form .btn + [type=button],
.input-group-prepend form .userform .step-navigation button + [type=button],
.userform .step-navigation .input-group-prepend form button + [type=button],
.input-group-prepend form .userform .step-navigation .button + [type=button],
.userform .step-navigation .input-group-prepend form .button + [type=button],
.input-group-prepend form .remove-file-row .file-input:before + [type=button],
.remove-file-row .input-group-prepend form .file-input:before + [type=button],
.input-group-prepend form .section-filter .date-item input + [type=button],
.section-filter .date-item .input-group-prepend form input + [type=button],
.input-group-prepend form .section-title__filter .date-item input + [type=button],
.section-title__filter .date-item .input-group-prepend form input + [type=button],
.input-group-prepend form .react-dropdown-wrapper .dropdown + [type=button],
.react-dropdown-wrapper .input-group-prepend form .dropdown + [type=button],
.input-group-prepend form .jobs-page .search-section__submit button + [type=button],
.jobs-page .search-section__submit .input-group-prepend form button + [type=button],
.input-group-prepend form .jobs-page .search-section__item input + [type=button],
.jobs-page .search-section__item .input-group-prepend form input + [type=button],
.input-group-prepend form .Actions .action + [type=button],
.input-group-prepend form [type=reset] + [type=button],
form .input-group-prepend .btn + [type=button],
form .input-group-prepend .userform .step-navigation button + [type=button],
.userform .step-navigation form .input-group-prepend button + [type=button],
form .input-group-prepend .userform .step-navigation .button + [type=button],
.userform .step-navigation form .input-group-prepend .button + [type=button],
form .input-group-prepend .remove-file-row .file-input:before + [type=button],
.remove-file-row form .input-group-prepend .file-input:before + [type=button],
form .input-group-prepend .section-filter .date-item input + [type=button],
.section-filter .date-item form .input-group-prepend input + [type=button],
form .input-group-prepend .section-title__filter .date-item input + [type=button],
.section-title__filter .date-item form .input-group-prepend input + [type=button],
form .input-group-prepend .react-dropdown-wrapper .dropdown + [type=button],
.react-dropdown-wrapper form .input-group-prepend .dropdown + [type=button],
form .input-group-prepend .jobs-page .search-section__submit button + [type=button],
.jobs-page .search-section__submit form .input-group-prepend button + [type=button],
form .input-group-prepend .jobs-page .search-section__item input + [type=button],
.jobs-page .search-section__item form .input-group-prepend input + [type=button],
form .input-group-prepend .Actions .action + [type=button],
form .Actions .input-group-prepend .action + [type=button],
form .input-group-prepend [type=reset] + [type=button],
.input-group-prepend form [type=submit] + [type=button],
form .input-group-prepend [type=submit] + [type=button],
.input-group-prepend form [type=button] + [type=button],
form .input-group-prepend [type=button] + [type=button], .input-group-prepend .Actions .action + .btn, .input-group-prepend .Actions .userform .step-navigation .action + button, .userform .step-navigation .input-group-prepend .Actions .action + button, .input-group-prepend .Actions .userform .step-navigation .action + .button, .userform .step-navigation .input-group-prepend .Actions .action + .button, .input-group-prepend .Actions .userform .step-navigation .action + input[type=submit], .userform .step-navigation .input-group-prepend .Actions .action + input[type=submit], .input-group-prepend .Actions .remove-file-row .action + .file-input:before, .remove-file-row .input-group-prepend .Actions .action + .file-input:before, .input-group-prepend .Actions .section-filter .date-item .action + input, .section-filter .date-item .input-group-prepend .Actions .action + input, .input-group-prepend .Actions .section-title__filter .date-item .action + input, .section-title__filter .date-item .input-group-prepend .Actions .action + input, .input-group-prepend .Actions .react-dropdown-wrapper .action + .dropdown, .react-dropdown-wrapper .input-group-prepend .Actions .action + .dropdown, .input-group-prepend .Actions .jobs-page .search-section__submit .action + button, .jobs-page .search-section__submit .input-group-prepend .Actions .action + button, .input-group-prepend .Actions .jobs-page .search-section__item .action + input, .jobs-page .search-section__item .input-group-prepend .Actions .action + input, .input-group-prepend .Actions form .action + [type=reset], .input-group-prepend .Actions form .action + [type=submit],
.input-group-prepend .Actions form .action + [type=button], .Actions .input-group-prepend .action + .btn, .Actions .input-group-prepend .userform .step-navigation .action + button, .userform .step-navigation .Actions .input-group-prepend .action + button, .Actions .input-group-prepend .userform .step-navigation .action + .button, .userform .step-navigation .Actions .input-group-prepend .action + .button, .Actions .input-group-prepend .userform .step-navigation .action + input[type=submit], .userform .step-navigation .Actions .input-group-prepend .action + input[type=submit], .Actions .input-group-prepend .remove-file-row .action + .file-input:before, .remove-file-row .Actions .input-group-prepend .action + .file-input:before, .Actions .input-group-prepend .section-filter .date-item .action + input, .section-filter .date-item .Actions .input-group-prepend .action + input, .Actions .input-group-prepend .section-title__filter .date-item .action + input, .section-title__filter .date-item .Actions .input-group-prepend .action + input, .Actions .input-group-prepend .react-dropdown-wrapper .action + .dropdown, .react-dropdown-wrapper .Actions .input-group-prepend .action + .dropdown, .Actions .input-group-prepend .jobs-page .search-section__submit .action + button, .jobs-page .search-section__submit .Actions .input-group-prepend .action + button, .Actions .input-group-prepend .jobs-page .search-section__item .action + input, .jobs-page .search-section__item .Actions .input-group-prepend .action + input, .Actions .input-group-prepend form .action + [type=reset], .Actions .input-group-prepend form .action + [type=submit],
.Actions .input-group-prepend form .action + [type=button], .input-group-prepend .resetformaction + .btn, .input-group-prepend .userform .step-navigation .resetformaction + button, .userform .step-navigation .input-group-prepend .resetformaction + button, .input-group-prepend .userform .step-navigation .resetformaction + .button, .userform .step-navigation .input-group-prepend .resetformaction + .button, .input-group-prepend .userform .step-navigation .resetformaction + input[type=submit], .userform .step-navigation .input-group-prepend .resetformaction + input[type=submit], .input-group-prepend .remove-file-row .resetformaction + .file-input:before, .remove-file-row .input-group-prepend .resetformaction + .file-input:before, .input-group-prepend .section-filter .date-item .resetformaction + input, .section-filter .date-item .input-group-prepend .resetformaction + input, .input-group-prepend .section-title__filter .date-item .resetformaction + input, .section-title__filter .date-item .input-group-prepend .resetformaction + input, .input-group-prepend .react-dropdown-wrapper .resetformaction + .dropdown, .react-dropdown-wrapper .input-group-prepend .resetformaction + .dropdown, .input-group-prepend .jobs-page .search-section__submit .resetformaction + button, .jobs-page .search-section__submit .input-group-prepend .resetformaction + button, .input-group-prepend .jobs-page .search-section__item .resetformaction + input, .jobs-page .search-section__item .input-group-prepend .resetformaction + input, .input-group-prepend form .resetformaction + [type=reset], form .input-group-prepend .resetformaction + [type=reset], .input-group-prepend form .resetformaction + [type=submit], form .input-group-prepend .resetformaction + [type=submit],
.input-group-prepend form .resetformaction + [type=button],
form .input-group-prepend .resetformaction + [type=button], .input-group-prepend .Actions .btn + .action, .input-group-prepend .Actions .userform .step-navigation button + .action, .userform .step-navigation .input-group-prepend .Actions button + .action, .input-group-prepend .Actions .userform .step-navigation .button + .action, .userform .step-navigation .input-group-prepend .Actions .button + .action, .input-group-prepend .Actions .userform .step-navigation input[type=submit] + .action, .userform .step-navigation .input-group-prepend .Actions input[type=submit] + .action, .input-group-prepend .Actions .remove-file-row .file-input:before + .action, .remove-file-row .input-group-prepend .Actions .file-input:before + .action, .input-group-prepend .Actions .section-filter .date-item input + .action, .section-filter .date-item .input-group-prepend .Actions input + .action, .input-group-prepend .Actions .section-title__filter .date-item input + .action, .section-title__filter .date-item .input-group-prepend .Actions input + .action, .input-group-prepend .Actions .react-dropdown-wrapper .dropdown + .action, .react-dropdown-wrapper .input-group-prepend .Actions .dropdown + .action, .input-group-prepend .Actions .jobs-page .search-section__submit button + .action, .jobs-page .search-section__submit .input-group-prepend .Actions button + .action, .input-group-prepend .Actions .jobs-page .search-section__item input + .action, .jobs-page .search-section__item .input-group-prepend .Actions input + .action, .input-group-prepend .Actions form [type=reset] + .action, .input-group-prepend .Actions form [type=submit] + .action,
.input-group-prepend .Actions form [type=button] + .action, .Actions .input-group-prepend .btn + .action, .Actions .input-group-prepend .userform .step-navigation button + .action, .userform .step-navigation .Actions .input-group-prepend button + .action, .Actions .input-group-prepend .userform .step-navigation .button + .action, .userform .step-navigation .Actions .input-group-prepend .button + .action, .Actions .input-group-prepend .userform .step-navigation input[type=submit] + .action, .userform .step-navigation .Actions .input-group-prepend input[type=submit] + .action, .Actions .input-group-prepend .remove-file-row .file-input:before + .action, .remove-file-row .Actions .input-group-prepend .file-input:before + .action, .Actions .input-group-prepend .section-filter .date-item input + .action, .section-filter .date-item .Actions .input-group-prepend input + .action, .Actions .input-group-prepend .section-title__filter .date-item input + .action, .section-title__filter .date-item .Actions .input-group-prepend input + .action, .Actions .input-group-prepend .react-dropdown-wrapper .dropdown + .action, .react-dropdown-wrapper .Actions .input-group-prepend .dropdown + .action, .Actions .input-group-prepend .jobs-page .search-section__submit button + .action, .jobs-page .search-section__submit .Actions .input-group-prepend button + .action, .Actions .input-group-prepend .jobs-page .search-section__item input + .action, .jobs-page .search-section__item .Actions .input-group-prepend input + .action, .Actions .input-group-prepend form [type=reset] + .action, .Actions .input-group-prepend form [type=submit] + .action,
.Actions .input-group-prepend form [type=button] + .action, .input-group-prepend .Actions .action + .action, .Actions .input-group-prepend .action + .action, .input-group-prepend .Actions .resetformaction + .action, .Actions .input-group-prepend .resetformaction + .action, .input-group-prepend .btn + .resetformaction, .input-group-prepend .userform .step-navigation button + .resetformaction, .userform .step-navigation .input-group-prepend button + .resetformaction, .input-group-prepend .userform .step-navigation .button + .resetformaction, .userform .step-navigation .input-group-prepend .button + .resetformaction, .input-group-prepend .userform .step-navigation input[type=submit] + .resetformaction, .userform .step-navigation .input-group-prepend input[type=submit] + .resetformaction, .input-group-prepend .remove-file-row .file-input:before + .resetformaction, .remove-file-row .input-group-prepend .file-input:before + .resetformaction, .input-group-prepend .section-filter .date-item input + .resetformaction, .section-filter .date-item .input-group-prepend input + .resetformaction, .input-group-prepend .section-title__filter .date-item input + .resetformaction, .section-title__filter .date-item .input-group-prepend input + .resetformaction, .input-group-prepend .react-dropdown-wrapper .dropdown + .resetformaction, .react-dropdown-wrapper .input-group-prepend .dropdown + .resetformaction, .input-group-prepend .jobs-page .search-section__submit button + .resetformaction, .jobs-page .search-section__submit .input-group-prepend button + .resetformaction, .input-group-prepend .jobs-page .search-section__item input + .resetformaction, .jobs-page .search-section__item .input-group-prepend input + .resetformaction, .input-group-prepend form [type=reset] + .resetformaction, form .input-group-prepend [type=reset] + .resetformaction, .input-group-prepend form [type=submit] + .resetformaction, form .input-group-prepend [type=submit] + .resetformaction,
.input-group-prepend form [type=button] + .resetformaction,
form .input-group-prepend [type=button] + .resetformaction, .input-group-prepend .Actions .action + .resetformaction, .Actions .input-group-prepend .action + .resetformaction, .input-group-prepend .resetformaction + .resetformaction,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .userform .step-navigation button + .input-group-text,
.userform .step-navigation .input-group-prepend button + .input-group-text,
.input-group-prepend .userform .step-navigation .button + .input-group-text,
.userform .step-navigation .input-group-prepend .button + .input-group-text,
.input-group-prepend .userform .step-navigation input[type=submit] + .input-group-text,
.userform .step-navigation .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .remove-file-row .file-input:before + .input-group-text,
.remove-file-row .input-group-prepend .file-input:before + .input-group-text,
.input-group-prepend .section-filter .date-item input + .input-group-text,
.section-filter .date-item .input-group-prepend input + .input-group-text,
.input-group-prepend .section-title__filter .date-item input + .input-group-text,
.section-title__filter .date-item .input-group-prepend input + .input-group-text,
.input-group-prepend .react-dropdown-wrapper .dropdown + .input-group-text,
.react-dropdown-wrapper .input-group-prepend .dropdown + .input-group-text,
.input-group-prepend .jobs-page .search-section__submit button + .input-group-text,
.jobs-page .search-section__submit .input-group-prepend button + .input-group-text,
.input-group-prepend .jobs-page .search-section__item input + .input-group-text,
.jobs-page .search-section__item .input-group-prepend input + .input-group-text,
.input-group-prepend form [type=reset] + .input-group-text,
form .input-group-prepend [type=reset] + .input-group-text,
.input-group-prepend form [type=submit] + .input-group-text,
form .input-group-prepend [type=submit] + .input-group-text,
.input-group-prepend form [type=button] + .input-group-text,
form .input-group-prepend [type=button] + .input-group-text,
.input-group-prepend .Actions .action + .input-group-text,
.Actions .input-group-prepend .action + .input-group-text,
.input-group-prepend .resetformaction + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .userform .step-navigation .input-group-text + button,
.userform .step-navigation .input-group-prepend .input-group-text + button,
.input-group-prepend .userform .step-navigation .input-group-text + .button,
.userform .step-navigation .input-group-prepend .input-group-text + .button,
.input-group-prepend .userform .step-navigation .input-group-text + input[type=submit],
.userform .step-navigation .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .remove-file-row .input-group-text + .file-input:before,
.remove-file-row .input-group-prepend .input-group-text + .file-input:before,
.input-group-prepend .section-filter .date-item .input-group-text + input,
.section-filter .date-item .input-group-prepend .input-group-text + input,
.input-group-prepend .section-title__filter .date-item .input-group-text + input,
.section-title__filter .date-item .input-group-prepend .input-group-text + input,
.input-group-prepend .react-dropdown-wrapper .input-group-text + .dropdown,
.react-dropdown-wrapper .input-group-prepend .input-group-text + .dropdown,
.input-group-prepend .jobs-page .search-section__submit .input-group-text + button,
.jobs-page .search-section__submit .input-group-prepend .input-group-text + button,
.input-group-prepend .jobs-page .search-section__item .input-group-text + input,
.jobs-page .search-section__item .input-group-prepend .input-group-text + input,
.input-group-prepend form .input-group-text + [type=reset],
form .input-group-prepend .input-group-text + [type=reset],
.input-group-prepend form .input-group-text + [type=submit],
form .input-group-prepend .input-group-text + [type=submit],
.input-group-prepend form .input-group-text + [type=button],
form .input-group-prepend .input-group-text + [type=button],
.input-group-prepend .Actions .input-group-text + .action,
.Actions .input-group-prepend .input-group-text + .action,
.input-group-prepend .input-group-text + .resetformaction,
.input-group-append .btn + .btn,
.input-group-append .userform .step-navigation button + .btn,
.userform .step-navigation .input-group-append button + .btn,
.input-group-append .userform .step-navigation .button + .btn,
.userform .step-navigation .input-group-append .button + .btn,
.input-group-append .userform .step-navigation input[type=submit] + .btn,
.userform .step-navigation .input-group-append input[type=submit] + .btn,
.input-group-append .userform .step-navigation .btn + button,
.userform .step-navigation .input-group-append .btn + button,
.input-group-append .userform .step-navigation button + button,
.userform .step-navigation .input-group-append button + button,
.input-group-append .userform .step-navigation .button + button,
.userform .step-navigation .input-group-append .button + button,
.input-group-append .userform .step-navigation input[type=submit] + button,
.userform .step-navigation .input-group-append input[type=submit] + button,
.input-group-append .userform .step-navigation .btn + .button,
.userform .step-navigation .input-group-append .btn + .button,
.input-group-append .userform .step-navigation button + .button,
.userform .step-navigation .input-group-append button + .button,
.input-group-append .userform .step-navigation .button + .button,
.userform .step-navigation .input-group-append .button + .button,
.input-group-append .userform .step-navigation input[type=submit] + .button,
.userform .step-navigation .input-group-append input[type=submit] + .button,
.input-group-append .userform .step-navigation .btn + input[type=submit],
.userform .step-navigation .input-group-append .btn + input[type=submit],
.input-group-append .userform .step-navigation button + input[type=submit],
.userform .step-navigation .input-group-append button + input[type=submit],
.input-group-append .userform .step-navigation .button + input[type=submit],
.userform .step-navigation .input-group-append .button + input[type=submit],
.input-group-append .userform .step-navigation input[type=submit] + input[type=submit],
.userform .step-navigation .input-group-append input[type=submit] + input[type=submit],
.input-group-append .remove-file-row .file-input:before + .btn,
.input-group-append .remove-file-row .userform .step-navigation .file-input:before + button,
.userform .step-navigation .input-group-append .remove-file-row .file-input:before + button,
.input-group-append .remove-file-row .userform .step-navigation .file-input:before + .button,
.userform .step-navigation .input-group-append .remove-file-row .file-input:before + .button,
.input-group-append .remove-file-row .userform .step-navigation .file-input:before + input[type=submit],
.userform .step-navigation .input-group-append .remove-file-row .file-input:before + input[type=submit],
.remove-file-row .input-group-append .file-input:before + .btn,
.remove-file-row .input-group-append .userform .step-navigation .file-input:before + button,
.userform .step-navigation .remove-file-row .input-group-append .file-input:before + button,
.remove-file-row .input-group-append .userform .step-navigation .file-input:before + .button,
.userform .step-navigation .remove-file-row .input-group-append .file-input:before + .button,
.remove-file-row .input-group-append .userform .step-navigation .file-input:before + input[type=submit],
.userform .step-navigation .remove-file-row .input-group-append .file-input:before + input[type=submit],
.input-group-append .remove-file-row .btn + .file-input:before,
.input-group-append .remove-file-row .userform .step-navigation button + .file-input:before,
.userform .step-navigation .input-group-append .remove-file-row button + .file-input:before,
.input-group-append .remove-file-row .userform .step-navigation .button + .file-input:before,
.userform .step-navigation .input-group-append .remove-file-row .button + .file-input:before,
.input-group-append .remove-file-row .userform .step-navigation input[type=submit] + .file-input:before,
.userform .step-navigation .input-group-append .remove-file-row input[type=submit] + .file-input:before,
.remove-file-row .input-group-append .btn + .file-input:before,
.remove-file-row .input-group-append .userform .step-navigation button + .file-input:before,
.userform .step-navigation .remove-file-row .input-group-append button + .file-input:before,
.remove-file-row .input-group-append .userform .step-navigation .button + .file-input:before,
.userform .step-navigation .remove-file-row .input-group-append .button + .file-input:before,
.remove-file-row .input-group-append .userform .step-navigation input[type=submit] + .file-input:before,
.userform .step-navigation .remove-file-row .input-group-append input[type=submit] + .file-input:before,
.input-group-append .remove-file-row .file-input:before + .file-input:before,
.remove-file-row .input-group-append .file-input:before + .file-input:before,
.input-group-append .section-filter .date-item input + .btn,
.input-group-append .section-filter .date-item .userform .step-navigation input + button,
.userform .step-navigation .input-group-append .section-filter .date-item input + button,
.input-group-append .section-filter .date-item .userform .step-navigation input + .button,
.userform .step-navigation .input-group-append .section-filter .date-item input + .button,
.input-group-append .section-filter .date-item .remove-file-row input + .file-input:before,
.remove-file-row .input-group-append .section-filter .date-item input + .file-input:before,
.section-filter .date-item .input-group-append input + .btn,
.section-filter .date-item .input-group-append .userform .step-navigation input + button,
.userform .step-navigation .section-filter .date-item .input-group-append input + button,
.section-filter .date-item .input-group-append .userform .step-navigation input + .button,
.userform .step-navigation .section-filter .date-item .input-group-append input + .button,
.section-filter .date-item .input-group-append .remove-file-row input + .file-input:before,
.remove-file-row .section-filter .date-item .input-group-append input + .file-input:before,
.input-group-append .section-filter .date-item .btn + input,
.input-group-append .section-filter .date-item .userform .step-navigation button + input,
.userform .step-navigation .input-group-append .section-filter .date-item button + input,
.input-group-append .section-filter .date-item .userform .step-navigation .button + input,
.userform .step-navigation .input-group-append .section-filter .date-item .button + input,
.input-group-append .section-filter .date-item .remove-file-row .file-input:before + input,
.remove-file-row .input-group-append .section-filter .date-item .file-input:before + input,
.section-filter .date-item .input-group-append .btn + input,
.section-filter .date-item .input-group-append .userform .step-navigation button + input,
.userform .step-navigation .section-filter .date-item .input-group-append button + input,
.section-filter .date-item .input-group-append .userform .step-navigation .button + input,
.userform .step-navigation .section-filter .date-item .input-group-append .button + input,
.section-filter .date-item .input-group-append .remove-file-row .file-input:before + input,
.remove-file-row .section-filter .date-item .input-group-append .file-input:before + input,
.input-group-append .section-filter .date-item input + input,
.section-filter .date-item .input-group-append input + input,
.input-group-append .section-title__filter .date-item input + .btn,
.input-group-append .section-title__filter .date-item .userform .step-navigation input + button,
.userform .step-navigation .input-group-append .section-title__filter .date-item input + button,
.input-group-append .section-title__filter .date-item .userform .step-navigation input + .button,
.userform .step-navigation .input-group-append .section-title__filter .date-item input + .button,
.input-group-append .section-title__filter .date-item .remove-file-row input + .file-input:before,
.remove-file-row .input-group-append .section-title__filter .date-item input + .file-input:before,
.section-title__filter .date-item .input-group-append input + .btn,
.section-title__filter .date-item .input-group-append .userform .step-navigation input + button,
.userform .step-navigation .section-title__filter .date-item .input-group-append input + button,
.section-title__filter .date-item .input-group-append .userform .step-navigation input + .button,
.userform .step-navigation .section-title__filter .date-item .input-group-append input + .button,
.section-title__filter .date-item .input-group-append .remove-file-row input + .file-input:before,
.remove-file-row .section-title__filter .date-item .input-group-append input + .file-input:before,
.input-group-append .section-title__filter .date-item .btn + input,
.input-group-append .section-title__filter .date-item .userform .step-navigation button + input,
.userform .step-navigation .input-group-append .section-title__filter .date-item button + input,
.input-group-append .section-title__filter .date-item .userform .step-navigation .button + input,
.userform .step-navigation .input-group-append .section-title__filter .date-item .button + input,
.input-group-append .section-title__filter .date-item .remove-file-row .file-input:before + input,
.remove-file-row .input-group-append .section-title__filter .date-item .file-input:before + input,
.section-title__filter .date-item .input-group-append .btn + input,
.section-title__filter .date-item .input-group-append .userform .step-navigation button + input,
.userform .step-navigation .section-title__filter .date-item .input-group-append button + input,
.section-title__filter .date-item .input-group-append .userform .step-navigation .button + input,
.userform .step-navigation .section-title__filter .date-item .input-group-append .button + input,
.section-title__filter .date-item .input-group-append .remove-file-row .file-input:before + input,
.remove-file-row .section-title__filter .date-item .input-group-append .file-input:before + input,
.input-group-append .section-title__filter .date-item input + input,
.section-title__filter .date-item .input-group-append input + input,
.input-group-append .react-dropdown-wrapper .dropdown + .btn,
.input-group-append .react-dropdown-wrapper .userform .step-navigation .dropdown + button,
.userform .step-navigation .input-group-append .react-dropdown-wrapper .dropdown + button,
.input-group-append .react-dropdown-wrapper .userform .step-navigation .dropdown + .button,
.userform .step-navigation .input-group-append .react-dropdown-wrapper .dropdown + .button,
.input-group-append .react-dropdown-wrapper .userform .step-navigation .dropdown + input[type=submit],
.userform .step-navigation .input-group-append .react-dropdown-wrapper .dropdown + input[type=submit],
.input-group-append .react-dropdown-wrapper .remove-file-row .dropdown + .file-input:before,
.remove-file-row .input-group-append .react-dropdown-wrapper .dropdown + .file-input:before,
.input-group-append .react-dropdown-wrapper .section-filter .date-item .dropdown + input,
.section-filter .date-item .input-group-append .react-dropdown-wrapper .dropdown + input,
.input-group-append .react-dropdown-wrapper .section-title__filter .date-item .dropdown + input,
.section-title__filter .date-item .input-group-append .react-dropdown-wrapper .dropdown + input,
.react-dropdown-wrapper .input-group-append .dropdown + .btn,
.react-dropdown-wrapper .input-group-append .userform .step-navigation .dropdown + button,
.userform .step-navigation .react-dropdown-wrapper .input-group-append .dropdown + button,
.react-dropdown-wrapper .input-group-append .userform .step-navigation .dropdown + .button,
.userform .step-navigation .react-dropdown-wrapper .input-group-append .dropdown + .button,
.react-dropdown-wrapper .input-group-append .userform .step-navigation .dropdown + input[type=submit],
.userform .step-navigation .react-dropdown-wrapper .input-group-append .dropdown + input[type=submit],
.react-dropdown-wrapper .input-group-append .remove-file-row .dropdown + .file-input:before,
.remove-file-row .react-dropdown-wrapper .input-group-append .dropdown + .file-input:before,
.react-dropdown-wrapper .input-group-append .section-filter .date-item .dropdown + input,
.section-filter .date-item .react-dropdown-wrapper .input-group-append .dropdown + input,
.react-dropdown-wrapper .input-group-append .section-title__filter .date-item .dropdown + input,
.section-title__filter .date-item .react-dropdown-wrapper .input-group-append .dropdown + input,
.input-group-append .react-dropdown-wrapper .btn + .dropdown,
.input-group-append .react-dropdown-wrapper .userform .step-navigation button + .dropdown,
.userform .step-navigation .input-group-append .react-dropdown-wrapper button + .dropdown,
.input-group-append .react-dropdown-wrapper .userform .step-navigation .button + .dropdown,
.userform .step-navigation .input-group-append .react-dropdown-wrapper .button + .dropdown,
.input-group-append .react-dropdown-wrapper .userform .step-navigation input[type=submit] + .dropdown,
.userform .step-navigation .input-group-append .react-dropdown-wrapper input[type=submit] + .dropdown,
.input-group-append .react-dropdown-wrapper .remove-file-row .file-input:before + .dropdown,
.remove-file-row .input-group-append .react-dropdown-wrapper .file-input:before + .dropdown,
.input-group-append .react-dropdown-wrapper .section-filter .date-item input + .dropdown,
.section-filter .date-item .input-group-append .react-dropdown-wrapper input + .dropdown,
.input-group-append .react-dropdown-wrapper .section-title__filter .date-item input + .dropdown,
.section-title__filter .date-item .input-group-append .react-dropdown-wrapper input + .dropdown,
.react-dropdown-wrapper .input-group-append .btn + .dropdown,
.react-dropdown-wrapper .input-group-append .userform .step-navigation button + .dropdown,
.userform .step-navigation .react-dropdown-wrapper .input-group-append button + .dropdown,
.react-dropdown-wrapper .input-group-append .userform .step-navigation .button + .dropdown,
.userform .step-navigation .react-dropdown-wrapper .input-group-append .button + .dropdown,
.react-dropdown-wrapper .input-group-append .userform .step-navigation input[type=submit] + .dropdown,
.userform .step-navigation .react-dropdown-wrapper .input-group-append input[type=submit] + .dropdown,
.react-dropdown-wrapper .input-group-append .remove-file-row .file-input:before + .dropdown,
.remove-file-row .react-dropdown-wrapper .input-group-append .file-input:before + .dropdown,
.react-dropdown-wrapper .input-group-append .section-filter .date-item input + .dropdown,
.section-filter .date-item .react-dropdown-wrapper .input-group-append input + .dropdown,
.react-dropdown-wrapper .input-group-append .section-title__filter .date-item input + .dropdown,
.section-title__filter .date-item .react-dropdown-wrapper .input-group-append input + .dropdown,
.input-group-append .react-dropdown-wrapper .dropdown + .dropdown,
.react-dropdown-wrapper .input-group-append .dropdown + .dropdown,
.input-group-append .jobs-page .search-section__submit button + .btn,
.input-group-append .jobs-page .search-section__submit .remove-file-row button + .file-input:before,
.remove-file-row .input-group-append .jobs-page .search-section__submit button + .file-input:before,
.input-group-append .jobs-page .search-section__submit .section-filter .date-item button + input,
.section-filter .date-item .input-group-append .jobs-page .search-section__submit button + input,
.input-group-append .jobs-page .search-section__submit .section-title__filter .date-item button + input,
.section-title__filter .date-item .input-group-append .jobs-page .search-section__submit button + input,
.input-group-append .jobs-page .search-section__submit .react-dropdown-wrapper button + .dropdown,
.react-dropdown-wrapper .input-group-append .jobs-page .search-section__submit button + .dropdown,
.jobs-page .search-section__submit .input-group-append button + .btn,
.jobs-page .search-section__submit .input-group-append .remove-file-row button + .file-input:before,
.remove-file-row .jobs-page .search-section__submit .input-group-append button + .file-input:before,
.jobs-page .search-section__submit .input-group-append .section-filter .date-item button + input,
.section-filter .date-item .jobs-page .search-section__submit .input-group-append button + input,
.jobs-page .search-section__submit .input-group-append .section-title__filter .date-item button + input,
.section-title__filter .date-item .jobs-page .search-section__submit .input-group-append button + input,
.jobs-page .search-section__submit .input-group-append .react-dropdown-wrapper button + .dropdown,
.react-dropdown-wrapper .jobs-page .search-section__submit .input-group-append button + .dropdown,
.input-group-append .jobs-page .search-section__submit .btn + button,
.input-group-append .jobs-page .search-section__submit .remove-file-row .file-input:before + button,
.remove-file-row .input-group-append .jobs-page .search-section__submit .file-input:before + button,
.input-group-append .jobs-page .search-section__submit .section-filter .date-item input + button,
.section-filter .date-item .input-group-append .jobs-page .search-section__submit input + button,
.input-group-append .jobs-page .search-section__submit .section-title__filter .date-item input + button,
.section-title__filter .date-item .input-group-append .jobs-page .search-section__submit input + button,
.input-group-append .jobs-page .search-section__submit .react-dropdown-wrapper .dropdown + button,
.react-dropdown-wrapper .input-group-append .jobs-page .search-section__submit .dropdown + button,
.jobs-page .search-section__submit .input-group-append .btn + button,
.jobs-page .search-section__submit .input-group-append .remove-file-row .file-input:before + button,
.remove-file-row .jobs-page .search-section__submit .input-group-append .file-input:before + button,
.jobs-page .search-section__submit .input-group-append .section-filter .date-item input + button,
.section-filter .date-item .jobs-page .search-section__submit .input-group-append input + button,
.jobs-page .search-section__submit .input-group-append .section-title__filter .date-item input + button,
.section-title__filter .date-item .jobs-page .search-section__submit .input-group-append input + button,
.jobs-page .search-section__submit .input-group-append .react-dropdown-wrapper .dropdown + button,
.react-dropdown-wrapper .jobs-page .search-section__submit .input-group-append .dropdown + button,
.input-group-append .jobs-page .search-section__submit button + button,
.jobs-page .search-section__submit .input-group-append button + button,
.input-group-append .jobs-page .search-section__item input + .btn,
.input-group-append .jobs-page .search-section__item .userform .step-navigation input + button,
.userform .step-navigation .input-group-append .jobs-page .search-section__item input + button,
.input-group-append .jobs-page .search-section__item .userform .step-navigation input + .button,
.userform .step-navigation .input-group-append .jobs-page .search-section__item input + .button,
.input-group-append .jobs-page .search-section__item .remove-file-row input + .file-input:before,
.remove-file-row .input-group-append .jobs-page .search-section__item input + .file-input:before,
.input-group-append .jobs-page .search-section__item .react-dropdown-wrapper input + .dropdown,
.react-dropdown-wrapper .input-group-append .jobs-page .search-section__item input + .dropdown,
.input-group-append .jobs-page .search-section__item .search-section__submit input + button,
.input-group-append .jobs-page .search-section__submit .search-section__item input + button,
.jobs-page .search-section__item .input-group-append input + .btn,
.jobs-page .search-section__item .input-group-append .userform .step-navigation input + button,
.userform .step-navigation .jobs-page .search-section__item .input-group-append input + button,
.jobs-page .search-section__item .input-group-append .userform .step-navigation input + .button,
.userform .step-navigation .jobs-page .search-section__item .input-group-append input + .button,
.jobs-page .search-section__item .input-group-append .remove-file-row input + .file-input:before,
.remove-file-row .jobs-page .search-section__item .input-group-append input + .file-input:before,
.jobs-page .search-section__item .input-group-append .react-dropdown-wrapper input + .dropdown,
.react-dropdown-wrapper .jobs-page .search-section__item .input-group-append input + .dropdown,
.jobs-page .search-section__item .input-group-append .search-section__submit input + button,
.jobs-page .search-section__submit .search-section__item .input-group-append input + button,
.input-group-append .jobs-page .search-section__item .btn + input,
.input-group-append .jobs-page .search-section__item .userform .step-navigation button + input,
.userform .step-navigation .input-group-append .jobs-page .search-section__item button + input,
.input-group-append .jobs-page .search-section__item .userform .step-navigation .button + input,
.userform .step-navigation .input-group-append .jobs-page .search-section__item .button + input,
.input-group-append .jobs-page .search-section__item .remove-file-row .file-input:before + input,
.remove-file-row .input-group-append .jobs-page .search-section__item .file-input:before + input,
.input-group-append .jobs-page .search-section__item .react-dropdown-wrapper .dropdown + input,
.react-dropdown-wrapper .input-group-append .jobs-page .search-section__item .dropdown + input,
.input-group-append .jobs-page .search-section__item .search-section__submit button + input,
.input-group-append .jobs-page .search-section__submit .search-section__item button + input,
.jobs-page .search-section__item .input-group-append .btn + input,
.jobs-page .search-section__item .input-group-append .userform .step-navigation button + input,
.userform .step-navigation .jobs-page .search-section__item .input-group-append button + input,
.jobs-page .search-section__item .input-group-append .userform .step-navigation .button + input,
.userform .step-navigation .jobs-page .search-section__item .input-group-append .button + input,
.jobs-page .search-section__item .input-group-append .remove-file-row .file-input:before + input,
.remove-file-row .jobs-page .search-section__item .input-group-append .file-input:before + input,
.jobs-page .search-section__item .input-group-append .react-dropdown-wrapper .dropdown + input,
.react-dropdown-wrapper .jobs-page .search-section__item .input-group-append .dropdown + input,
.jobs-page .search-section__item .input-group-append .search-section__submit button + input,
.jobs-page .search-section__submit .search-section__item .input-group-append button + input,
.input-group-append .jobs-page .search-section__item input + input,
.jobs-page .search-section__item .input-group-append input + input,
.input-group-append form [type=reset] + .btn,
.input-group-append form .userform .step-navigation [type=reset] + button,
.userform .step-navigation .input-group-append form [type=reset] + button,
.input-group-append form .userform .step-navigation [type=reset] + .button,
.userform .step-navigation .input-group-append form [type=reset] + .button,
.input-group-append form .remove-file-row [type=reset] + .file-input:before,
.remove-file-row .input-group-append form [type=reset] + .file-input:before,
.input-group-append form .section-filter .date-item [type=reset] + input,
.section-filter .date-item .input-group-append form [type=reset] + input,
.input-group-append form .section-title__filter .date-item [type=reset] + input,
.section-title__filter .date-item .input-group-append form [type=reset] + input,
.input-group-append form .react-dropdown-wrapper [type=reset] + .dropdown,
.react-dropdown-wrapper .input-group-append form [type=reset] + .dropdown,
.input-group-append form .jobs-page .search-section__submit [type=reset] + button,
.jobs-page .search-section__submit .input-group-append form [type=reset] + button,
.input-group-append form .jobs-page .search-section__item [type=reset] + input,
.jobs-page .search-section__item .input-group-append form [type=reset] + input,
.input-group-append form .Actions [type=reset] + .action,
form .input-group-append [type=reset] + .btn,
form .input-group-append .userform .step-navigation [type=reset] + button,
.userform .step-navigation form .input-group-append [type=reset] + button,
form .input-group-append .userform .step-navigation [type=reset] + .button,
.userform .step-navigation form .input-group-append [type=reset] + .button,
form .input-group-append .remove-file-row [type=reset] + .file-input:before,
.remove-file-row form .input-group-append [type=reset] + .file-input:before,
form .input-group-append .section-filter .date-item [type=reset] + input,
.section-filter .date-item form .input-group-append [type=reset] + input,
form .input-group-append .section-title__filter .date-item [type=reset] + input,
.section-title__filter .date-item form .input-group-append [type=reset] + input,
form .input-group-append .react-dropdown-wrapper [type=reset] + .dropdown,
.react-dropdown-wrapper form .input-group-append [type=reset] + .dropdown,
form .input-group-append .jobs-page .search-section__submit [type=reset] + button,
.jobs-page .search-section__submit form .input-group-append [type=reset] + button,
form .input-group-append .jobs-page .search-section__item [type=reset] + input,
.jobs-page .search-section__item form .input-group-append [type=reset] + input,
form .input-group-append .Actions [type=reset] + .action,
form .Actions .input-group-append [type=reset] + .action,
.input-group-append form .btn + [type=reset],
.input-group-append form .userform .step-navigation button + [type=reset],
.userform .step-navigation .input-group-append form button + [type=reset],
.input-group-append form .userform .step-navigation .button + [type=reset],
.userform .step-navigation .input-group-append form .button + [type=reset],
.input-group-append form .remove-file-row .file-input:before + [type=reset],
.remove-file-row .input-group-append form .file-input:before + [type=reset],
.input-group-append form .section-filter .date-item input + [type=reset],
.section-filter .date-item .input-group-append form input + [type=reset],
.input-group-append form .section-title__filter .date-item input + [type=reset],
.section-title__filter .date-item .input-group-append form input + [type=reset],
.input-group-append form .react-dropdown-wrapper .dropdown + [type=reset],
.react-dropdown-wrapper .input-group-append form .dropdown + [type=reset],
.input-group-append form .jobs-page .search-section__submit button + [type=reset],
.jobs-page .search-section__submit .input-group-append form button + [type=reset],
.input-group-append form .jobs-page .search-section__item input + [type=reset],
.jobs-page .search-section__item .input-group-append form input + [type=reset],
.input-group-append form .Actions .action + [type=reset],
form .input-group-append .btn + [type=reset],
form .input-group-append .userform .step-navigation button + [type=reset],
.userform .step-navigation form .input-group-append button + [type=reset],
form .input-group-append .userform .step-navigation .button + [type=reset],
.userform .step-navigation form .input-group-append .button + [type=reset],
form .input-group-append .remove-file-row .file-input:before + [type=reset],
.remove-file-row form .input-group-append .file-input:before + [type=reset],
form .input-group-append .section-filter .date-item input + [type=reset],
.section-filter .date-item form .input-group-append input + [type=reset],
form .input-group-append .section-title__filter .date-item input + [type=reset],
.section-title__filter .date-item form .input-group-append input + [type=reset],
form .input-group-append .react-dropdown-wrapper .dropdown + [type=reset],
.react-dropdown-wrapper form .input-group-append .dropdown + [type=reset],
form .input-group-append .jobs-page .search-section__submit button + [type=reset],
.jobs-page .search-section__submit form .input-group-append button + [type=reset],
form .input-group-append .jobs-page .search-section__item input + [type=reset],
.jobs-page .search-section__item form .input-group-append input + [type=reset],
form .input-group-append .Actions .action + [type=reset],
form .Actions .input-group-append .action + [type=reset],
.input-group-append form [type=reset] + [type=reset],
form .input-group-append [type=reset] + [type=reset],
.input-group-append form [type=submit] + .btn,
.input-group-append form .userform .step-navigation [type=submit] + button,
.userform .step-navigation .input-group-append form [type=submit] + button,
.input-group-append form .userform .step-navigation [type=submit] + .button,
.userform .step-navigation .input-group-append form [type=submit] + .button,
.input-group-append form .remove-file-row [type=submit] + .file-input:before,
.remove-file-row .input-group-append form [type=submit] + .file-input:before,
.input-group-append form .section-filter .date-item [type=submit] + input,
.section-filter .date-item .input-group-append form [type=submit] + input,
.input-group-append form .section-title__filter .date-item [type=submit] + input,
.section-title__filter .date-item .input-group-append form [type=submit] + input,
.input-group-append form .react-dropdown-wrapper [type=submit] + .dropdown,
.react-dropdown-wrapper .input-group-append form [type=submit] + .dropdown,
.input-group-append form .jobs-page .search-section__submit [type=submit] + button,
.jobs-page .search-section__submit .input-group-append form [type=submit] + button,
.input-group-append form .jobs-page .search-section__item [type=submit] + input,
.jobs-page .search-section__item .input-group-append form [type=submit] + input,
.input-group-append form .Actions [type=submit] + .action,
.input-group-append form [type=submit] + [type=reset],
form .input-group-append [type=submit] + .btn,
form .input-group-append .userform .step-navigation [type=submit] + button,
.userform .step-navigation form .input-group-append [type=submit] + button,
form .input-group-append .userform .step-navigation [type=submit] + .button,
.userform .step-navigation form .input-group-append [type=submit] + .button,
form .input-group-append .remove-file-row [type=submit] + .file-input:before,
.remove-file-row form .input-group-append [type=submit] + .file-input:before,
form .input-group-append .section-filter .date-item [type=submit] + input,
.section-filter .date-item form .input-group-append [type=submit] + input,
form .input-group-append .section-title__filter .date-item [type=submit] + input,
.section-title__filter .date-item form .input-group-append [type=submit] + input,
form .input-group-append .react-dropdown-wrapper [type=submit] + .dropdown,
.react-dropdown-wrapper form .input-group-append [type=submit] + .dropdown,
form .input-group-append .jobs-page .search-section__submit [type=submit] + button,
.jobs-page .search-section__submit form .input-group-append [type=submit] + button,
form .input-group-append .jobs-page .search-section__item [type=submit] + input,
.jobs-page .search-section__item form .input-group-append [type=submit] + input,
form .input-group-append .Actions [type=submit] + .action,
form .Actions .input-group-append [type=submit] + .action,
form .input-group-append [type=submit] + [type=reset],
.input-group-append form [type=button] + .btn,
.input-group-append form .userform .step-navigation [type=button] + button,
.userform .step-navigation .input-group-append form [type=button] + button,
.input-group-append form .userform .step-navigation [type=button] + .button,
.userform .step-navigation .input-group-append form [type=button] + .button,
.input-group-append form .remove-file-row [type=button] + .file-input:before,
.remove-file-row .input-group-append form [type=button] + .file-input:before,
.input-group-append form .section-filter .date-item [type=button] + input,
.section-filter .date-item .input-group-append form [type=button] + input,
.input-group-append form .section-title__filter .date-item [type=button] + input,
.section-title__filter .date-item .input-group-append form [type=button] + input,
.input-group-append form .react-dropdown-wrapper [type=button] + .dropdown,
.react-dropdown-wrapper .input-group-append form [type=button] + .dropdown,
.input-group-append form .jobs-page .search-section__submit [type=button] + button,
.jobs-page .search-section__submit .input-group-append form [type=button] + button,
.input-group-append form .jobs-page .search-section__item [type=button] + input,
.jobs-page .search-section__item .input-group-append form [type=button] + input,
.input-group-append form .Actions [type=button] + .action,
.input-group-append form [type=button] + [type=reset],
form .input-group-append [type=button] + .btn,
form .input-group-append .userform .step-navigation [type=button] + button,
.userform .step-navigation form .input-group-append [type=button] + button,
form .input-group-append .userform .step-navigation [type=button] + .button,
.userform .step-navigation form .input-group-append [type=button] + .button,
form .input-group-append .remove-file-row [type=button] + .file-input:before,
.remove-file-row form .input-group-append [type=button] + .file-input:before,
form .input-group-append .section-filter .date-item [type=button] + input,
.section-filter .date-item form .input-group-append [type=button] + input,
form .input-group-append .section-title__filter .date-item [type=button] + input,
.section-title__filter .date-item form .input-group-append [type=button] + input,
form .input-group-append .react-dropdown-wrapper [type=button] + .dropdown,
.react-dropdown-wrapper form .input-group-append [type=button] + .dropdown,
form .input-group-append .jobs-page .search-section__submit [type=button] + button,
.jobs-page .search-section__submit form .input-group-append [type=button] + button,
form .input-group-append .jobs-page .search-section__item [type=button] + input,
.jobs-page .search-section__item form .input-group-append [type=button] + input,
form .input-group-append .Actions [type=button] + .action,
form .Actions .input-group-append [type=button] + .action,
form .input-group-append [type=button] + [type=reset],
.input-group-append form .btn + [type=submit],
.input-group-append form .userform .step-navigation button + [type=submit],
.userform .step-navigation .input-group-append form button + [type=submit],
.input-group-append form .userform .step-navigation .button + [type=submit],
.userform .step-navigation .input-group-append form .button + [type=submit],
.input-group-append form .remove-file-row .file-input:before + [type=submit],
.remove-file-row .input-group-append form .file-input:before + [type=submit],
.input-group-append form .section-filter .date-item input + [type=submit],
.section-filter .date-item .input-group-append form input + [type=submit],
.input-group-append form .section-title__filter .date-item input + [type=submit],
.section-title__filter .date-item .input-group-append form input + [type=submit],
.input-group-append form .react-dropdown-wrapper .dropdown + [type=submit],
.react-dropdown-wrapper .input-group-append form .dropdown + [type=submit],
.input-group-append form .jobs-page .search-section__submit button + [type=submit],
.jobs-page .search-section__submit .input-group-append form button + [type=submit],
.input-group-append form .jobs-page .search-section__item input + [type=submit],
.jobs-page .search-section__item .input-group-append form input + [type=submit],
.input-group-append form .Actions .action + [type=submit],
.input-group-append form [type=reset] + [type=submit],
form .input-group-append .btn + [type=submit],
form .input-group-append .userform .step-navigation button + [type=submit],
.userform .step-navigation form .input-group-append button + [type=submit],
form .input-group-append .userform .step-navigation .button + [type=submit],
.userform .step-navigation form .input-group-append .button + [type=submit],
form .input-group-append .remove-file-row .file-input:before + [type=submit],
.remove-file-row form .input-group-append .file-input:before + [type=submit],
form .input-group-append .section-filter .date-item input + [type=submit],
.section-filter .date-item form .input-group-append input + [type=submit],
form .input-group-append .section-title__filter .date-item input + [type=submit],
.section-title__filter .date-item form .input-group-append input + [type=submit],
form .input-group-append .react-dropdown-wrapper .dropdown + [type=submit],
.react-dropdown-wrapper form .input-group-append .dropdown + [type=submit],
form .input-group-append .jobs-page .search-section__submit button + [type=submit],
.jobs-page .search-section__submit form .input-group-append button + [type=submit],
form .input-group-append .jobs-page .search-section__item input + [type=submit],
.jobs-page .search-section__item form .input-group-append input + [type=submit],
form .input-group-append .Actions .action + [type=submit],
form .Actions .input-group-append .action + [type=submit],
form .input-group-append [type=reset] + [type=submit],
.input-group-append form [type=submit] + [type=submit],
form .input-group-append [type=submit] + [type=submit],
.input-group-append form [type=button] + [type=submit],
form .input-group-append [type=button] + [type=submit],
.input-group-append form .btn + [type=button],
.input-group-append form .userform .step-navigation button + [type=button],
.userform .step-navigation .input-group-append form button + [type=button],
.input-group-append form .userform .step-navigation .button + [type=button],
.userform .step-navigation .input-group-append form .button + [type=button],
.input-group-append form .remove-file-row .file-input:before + [type=button],
.remove-file-row .input-group-append form .file-input:before + [type=button],
.input-group-append form .section-filter .date-item input + [type=button],
.section-filter .date-item .input-group-append form input + [type=button],
.input-group-append form .section-title__filter .date-item input + [type=button],
.section-title__filter .date-item .input-group-append form input + [type=button],
.input-group-append form .react-dropdown-wrapper .dropdown + [type=button],
.react-dropdown-wrapper .input-group-append form .dropdown + [type=button],
.input-group-append form .jobs-page .search-section__submit button + [type=button],
.jobs-page .search-section__submit .input-group-append form button + [type=button],
.input-group-append form .jobs-page .search-section__item input + [type=button],
.jobs-page .search-section__item .input-group-append form input + [type=button],
.input-group-append form .Actions .action + [type=button],
.input-group-append form [type=reset] + [type=button],
form .input-group-append .btn + [type=button],
form .input-group-append .userform .step-navigation button + [type=button],
.userform .step-navigation form .input-group-append button + [type=button],
form .input-group-append .userform .step-navigation .button + [type=button],
.userform .step-navigation form .input-group-append .button + [type=button],
form .input-group-append .remove-file-row .file-input:before + [type=button],
.remove-file-row form .input-group-append .file-input:before + [type=button],
form .input-group-append .section-filter .date-item input + [type=button],
.section-filter .date-item form .input-group-append input + [type=button],
form .input-group-append .section-title__filter .date-item input + [type=button],
.section-title__filter .date-item form .input-group-append input + [type=button],
form .input-group-append .react-dropdown-wrapper .dropdown + [type=button],
.react-dropdown-wrapper form .input-group-append .dropdown + [type=button],
form .input-group-append .jobs-page .search-section__submit button + [type=button],
.jobs-page .search-section__submit form .input-group-append button + [type=button],
form .input-group-append .jobs-page .search-section__item input + [type=button],
.jobs-page .search-section__item form .input-group-append input + [type=button],
form .input-group-append .Actions .action + [type=button],
form .Actions .input-group-append .action + [type=button],
form .input-group-append [type=reset] + [type=button],
.input-group-append form [type=submit] + [type=button],
form .input-group-append [type=submit] + [type=button],
.input-group-append form [type=button] + [type=button],
form .input-group-append [type=button] + [type=button],
.input-group-append .Actions .action + .btn,
.input-group-append .Actions .userform .step-navigation .action + button,
.userform .step-navigation .input-group-append .Actions .action + button,
.input-group-append .Actions .userform .step-navigation .action + .button,
.userform .step-navigation .input-group-append .Actions .action + .button,
.input-group-append .Actions .userform .step-navigation .action + input[type=submit],
.userform .step-navigation .input-group-append .Actions .action + input[type=submit],
.input-group-append .Actions .remove-file-row .action + .file-input:before,
.remove-file-row .input-group-append .Actions .action + .file-input:before,
.input-group-append .Actions .section-filter .date-item .action + input,
.section-filter .date-item .input-group-append .Actions .action + input,
.input-group-append .Actions .section-title__filter .date-item .action + input,
.section-title__filter .date-item .input-group-append .Actions .action + input,
.input-group-append .Actions .react-dropdown-wrapper .action + .dropdown,
.react-dropdown-wrapper .input-group-append .Actions .action + .dropdown,
.input-group-append .Actions .jobs-page .search-section__submit .action + button,
.jobs-page .search-section__submit .input-group-append .Actions .action + button,
.input-group-append .Actions .jobs-page .search-section__item .action + input,
.jobs-page .search-section__item .input-group-append .Actions .action + input,
.input-group-append .Actions form .action + [type=reset],
.input-group-append .Actions form .action + [type=submit],
.input-group-append .Actions form .action + [type=button],
.Actions .input-group-append .action + .btn,
.Actions .input-group-append .userform .step-navigation .action + button,
.userform .step-navigation .Actions .input-group-append .action + button,
.Actions .input-group-append .userform .step-navigation .action + .button,
.userform .step-navigation .Actions .input-group-append .action + .button,
.Actions .input-group-append .userform .step-navigation .action + input[type=submit],
.userform .step-navigation .Actions .input-group-append .action + input[type=submit],
.Actions .input-group-append .remove-file-row .action + .file-input:before,
.remove-file-row .Actions .input-group-append .action + .file-input:before,
.Actions .input-group-append .section-filter .date-item .action + input,
.section-filter .date-item .Actions .input-group-append .action + input,
.Actions .input-group-append .section-title__filter .date-item .action + input,
.section-title__filter .date-item .Actions .input-group-append .action + input,
.Actions .input-group-append .react-dropdown-wrapper .action + .dropdown,
.react-dropdown-wrapper .Actions .input-group-append .action + .dropdown,
.Actions .input-group-append .jobs-page .search-section__submit .action + button,
.jobs-page .search-section__submit .Actions .input-group-append .action + button,
.Actions .input-group-append .jobs-page .search-section__item .action + input,
.jobs-page .search-section__item .Actions .input-group-append .action + input,
.Actions .input-group-append form .action + [type=reset],
.Actions .input-group-append form .action + [type=submit],
.Actions .input-group-append form .action + [type=button],
.input-group-append .resetformaction + .btn,
.input-group-append .userform .step-navigation .resetformaction + button,
.userform .step-navigation .input-group-append .resetformaction + button,
.input-group-append .userform .step-navigation .resetformaction + .button,
.userform .step-navigation .input-group-append .resetformaction + .button,
.input-group-append .userform .step-navigation .resetformaction + input[type=submit],
.userform .step-navigation .input-group-append .resetformaction + input[type=submit],
.input-group-append .remove-file-row .resetformaction + .file-input:before,
.remove-file-row .input-group-append .resetformaction + .file-input:before,
.input-group-append .section-filter .date-item .resetformaction + input,
.section-filter .date-item .input-group-append .resetformaction + input,
.input-group-append .section-title__filter .date-item .resetformaction + input,
.section-title__filter .date-item .input-group-append .resetformaction + input,
.input-group-append .react-dropdown-wrapper .resetformaction + .dropdown,
.react-dropdown-wrapper .input-group-append .resetformaction + .dropdown,
.input-group-append .jobs-page .search-section__submit .resetformaction + button,
.jobs-page .search-section__submit .input-group-append .resetformaction + button,
.input-group-append .jobs-page .search-section__item .resetformaction + input,
.jobs-page .search-section__item .input-group-append .resetformaction + input,
.input-group-append form .resetformaction + [type=reset],
form .input-group-append .resetformaction + [type=reset],
.input-group-append form .resetformaction + [type=submit],
form .input-group-append .resetformaction + [type=submit],
.input-group-append form .resetformaction + [type=button],
form .input-group-append .resetformaction + [type=button],
.input-group-append .Actions .btn + .action,
.input-group-append .Actions .userform .step-navigation button + .action,
.userform .step-navigation .input-group-append .Actions button + .action,
.input-group-append .Actions .userform .step-navigation .button + .action,
.userform .step-navigation .input-group-append .Actions .button + .action,
.input-group-append .Actions .userform .step-navigation input[type=submit] + .action,
.userform .step-navigation .input-group-append .Actions input[type=submit] + .action,
.input-group-append .Actions .remove-file-row .file-input:before + .action,
.remove-file-row .input-group-append .Actions .file-input:before + .action,
.input-group-append .Actions .section-filter .date-item input + .action,
.section-filter .date-item .input-group-append .Actions input + .action,
.input-group-append .Actions .section-title__filter .date-item input + .action,
.section-title__filter .date-item .input-group-append .Actions input + .action,
.input-group-append .Actions .react-dropdown-wrapper .dropdown + .action,
.react-dropdown-wrapper .input-group-append .Actions .dropdown + .action,
.input-group-append .Actions .jobs-page .search-section__submit button + .action,
.jobs-page .search-section__submit .input-group-append .Actions button + .action,
.input-group-append .Actions .jobs-page .search-section__item input + .action,
.jobs-page .search-section__item .input-group-append .Actions input + .action,
.input-group-append .Actions form [type=reset] + .action,
.input-group-append .Actions form [type=submit] + .action,
.input-group-append .Actions form [type=button] + .action,
.Actions .input-group-append .btn + .action,
.Actions .input-group-append .userform .step-navigation button + .action,
.userform .step-navigation .Actions .input-group-append button + .action,
.Actions .input-group-append .userform .step-navigation .button + .action,
.userform .step-navigation .Actions .input-group-append .button + .action,
.Actions .input-group-append .userform .step-navigation input[type=submit] + .action,
.userform .step-navigation .Actions .input-group-append input[type=submit] + .action,
.Actions .input-group-append .remove-file-row .file-input:before + .action,
.remove-file-row .Actions .input-group-append .file-input:before + .action,
.Actions .input-group-append .section-filter .date-item input + .action,
.section-filter .date-item .Actions .input-group-append input + .action,
.Actions .input-group-append .section-title__filter .date-item input + .action,
.section-title__filter .date-item .Actions .input-group-append input + .action,
.Actions .input-group-append .react-dropdown-wrapper .dropdown + .action,
.react-dropdown-wrapper .Actions .input-group-append .dropdown + .action,
.Actions .input-group-append .jobs-page .search-section__submit button + .action,
.jobs-page .search-section__submit .Actions .input-group-append button + .action,
.Actions .input-group-append .jobs-page .search-section__item input + .action,
.jobs-page .search-section__item .Actions .input-group-append input + .action,
.Actions .input-group-append form [type=reset] + .action,
.Actions .input-group-append form [type=submit] + .action,
.Actions .input-group-append form [type=button] + .action,
.input-group-append .Actions .action + .action,
.Actions .input-group-append .action + .action,
.input-group-append .Actions .resetformaction + .action,
.Actions .input-group-append .resetformaction + .action,
.input-group-append .btn + .resetformaction,
.input-group-append .userform .step-navigation button + .resetformaction,
.userform .step-navigation .input-group-append button + .resetformaction,
.input-group-append .userform .step-navigation .button + .resetformaction,
.userform .step-navigation .input-group-append .button + .resetformaction,
.input-group-append .userform .step-navigation input[type=submit] + .resetformaction,
.userform .step-navigation .input-group-append input[type=submit] + .resetformaction,
.input-group-append .remove-file-row .file-input:before + .resetformaction,
.remove-file-row .input-group-append .file-input:before + .resetformaction,
.input-group-append .section-filter .date-item input + .resetformaction,
.section-filter .date-item .input-group-append input + .resetformaction,
.input-group-append .section-title__filter .date-item input + .resetformaction,
.section-title__filter .date-item .input-group-append input + .resetformaction,
.input-group-append .react-dropdown-wrapper .dropdown + .resetformaction,
.react-dropdown-wrapper .input-group-append .dropdown + .resetformaction,
.input-group-append .jobs-page .search-section__submit button + .resetformaction,
.jobs-page .search-section__submit .input-group-append button + .resetformaction,
.input-group-append .jobs-page .search-section__item input + .resetformaction,
.jobs-page .search-section__item .input-group-append input + .resetformaction,
.input-group-append form [type=reset] + .resetformaction,
form .input-group-append [type=reset] + .resetformaction,
.input-group-append form [type=submit] + .resetformaction,
form .input-group-append [type=submit] + .resetformaction,
.input-group-append form [type=button] + .resetformaction,
form .input-group-append [type=button] + .resetformaction,
.input-group-append .Actions .action + .resetformaction,
.Actions .input-group-append .action + .resetformaction,
.input-group-append .resetformaction + .resetformaction,
.input-group-append .btn + .input-group-text,
.input-group-append .userform .step-navigation button + .input-group-text,
.userform .step-navigation .input-group-append button + .input-group-text,
.input-group-append .userform .step-navigation .button + .input-group-text,
.userform .step-navigation .input-group-append .button + .input-group-text,
.input-group-append .userform .step-navigation input[type=submit] + .input-group-text,
.userform .step-navigation .input-group-append input[type=submit] + .input-group-text,
.input-group-append .remove-file-row .file-input:before + .input-group-text,
.remove-file-row .input-group-append .file-input:before + .input-group-text,
.input-group-append .section-filter .date-item input + .input-group-text,
.section-filter .date-item .input-group-append input + .input-group-text,
.input-group-append .section-title__filter .date-item input + .input-group-text,
.section-title__filter .date-item .input-group-append input + .input-group-text,
.input-group-append .react-dropdown-wrapper .dropdown + .input-group-text,
.react-dropdown-wrapper .input-group-append .dropdown + .input-group-text,
.input-group-append .jobs-page .search-section__submit button + .input-group-text,
.jobs-page .search-section__submit .input-group-append button + .input-group-text,
.input-group-append .jobs-page .search-section__item input + .input-group-text,
.jobs-page .search-section__item .input-group-append input + .input-group-text,
.input-group-append form [type=reset] + .input-group-text,
form .input-group-append [type=reset] + .input-group-text,
.input-group-append form [type=submit] + .input-group-text,
form .input-group-append [type=submit] + .input-group-text,
.input-group-append form [type=button] + .input-group-text,
form .input-group-append [type=button] + .input-group-text,
.input-group-append .Actions .action + .input-group-text,
.Actions .input-group-append .action + .input-group-text,
.input-group-append .resetformaction + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .userform .step-navigation .input-group-text + button,
.userform .step-navigation .input-group-append .input-group-text + button,
.input-group-append .userform .step-navigation .input-group-text + .button,
.userform .step-navigation .input-group-append .input-group-text + .button,
.input-group-append .userform .step-navigation .input-group-text + input[type=submit],
.userform .step-navigation .input-group-append .input-group-text + input[type=submit],
.input-group-append .remove-file-row .input-group-text + .file-input:before,
.remove-file-row .input-group-append .input-group-text + .file-input:before,
.input-group-append .section-filter .date-item .input-group-text + input,
.section-filter .date-item .input-group-append .input-group-text + input,
.input-group-append .section-title__filter .date-item .input-group-text + input,
.section-title__filter .date-item .input-group-append .input-group-text + input,
.input-group-append .react-dropdown-wrapper .input-group-text + .dropdown,
.react-dropdown-wrapper .input-group-append .input-group-text + .dropdown,
.input-group-append .jobs-page .search-section__submit .input-group-text + button,
.jobs-page .search-section__submit .input-group-append .input-group-text + button,
.input-group-append .jobs-page .search-section__item .input-group-text + input,
.jobs-page .search-section__item .input-group-append .input-group-text + input,
.input-group-append form .input-group-text + [type=reset],
form .input-group-append .input-group-text + [type=reset],
.input-group-append form .input-group-text + [type=submit],
form .input-group-append .input-group-text + [type=submit],
.input-group-append form .input-group-text + [type=button],
form .input-group-append .input-group-text + [type=button],
.input-group-append .Actions .input-group-text + .action,
.Actions .input-group-append .input-group-text + .action,
.input-group-append .input-group-text + .resetformaction {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .middleColumn .input-group-lg > .text:not(textarea),
.middleColumn .input-group-lg > .textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px);
}

.input-group-lg > .form-control, .middleColumn .input-group-lg > .text,
.middleColumn .input-group-lg > .textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.userform .step-navigation .input-group-lg > .input-group-prepend > button,
.userform .step-navigation .input-group-lg > .input-group-prepend > .button,
.userform .step-navigation .input-group-lg > .input-group-prepend > input[type=submit],
.remove-file-row .input-group-lg > .input-group-prepend > .file-input:before,
.section-filter .date-item .input-group-lg > .input-group-prepend > input,
.section-title__filter .date-item .input-group-lg > .input-group-prepend > input,
.react-dropdown-wrapper .input-group-lg > .input-group-prepend > .dropdown,
.jobs-page .search-section__submit .input-group-lg > .input-group-prepend > button,
.jobs-page .search-section__item .input-group-lg > .input-group-prepend > input,
form .input-group-lg > .input-group-prepend > [type=reset],
form .input-group-lg > .input-group-prepend > [type=submit],
form .input-group-lg > .input-group-prepend > [type=button],
.Actions .input-group-lg > .input-group-prepend > .action,
.input-group-lg > .input-group-prepend > .resetformaction,
.input-group-lg > .input-group-append > .btn,
.userform .step-navigation .input-group-lg > .input-group-append > button,
.userform .step-navigation .input-group-lg > .input-group-append > .button,
.userform .step-navigation .input-group-lg > .input-group-append > input[type=submit],
.remove-file-row .input-group-lg > .input-group-append > .file-input:before,
.section-filter .date-item .input-group-lg > .input-group-append > input,
.section-title__filter .date-item .input-group-lg > .input-group-append > input,
.react-dropdown-wrapper .input-group-lg > .input-group-append > .dropdown,
.jobs-page .search-section__submit .input-group-lg > .input-group-append > button,
.jobs-page .search-section__item .input-group-lg > .input-group-append > input,
form .input-group-lg > .input-group-append > [type=reset],
form .input-group-lg > .input-group-append > [type=submit],
form .input-group-lg > .input-group-append > [type=button],
.Actions .input-group-lg > .input-group-append > .action,
.input-group-lg > .input-group-append > .resetformaction {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .middleColumn .input-group-sm > .text:not(textarea),
.middleColumn .input-group-sm > .textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px);
}

.input-group-sm > .form-control, .middleColumn .input-group-sm > .text,
.middleColumn .input-group-sm > .textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.userform .step-navigation .input-group-sm > .input-group-prepend > button,
.userform .step-navigation .input-group-sm > .input-group-prepend > .button,
.userform .step-navigation .input-group-sm > .input-group-prepend > input[type=submit],
.remove-file-row .input-group-sm > .input-group-prepend > .file-input:before,
.section-filter .date-item .input-group-sm > .input-group-prepend > input,
.section-title__filter .date-item .input-group-sm > .input-group-prepend > input,
.react-dropdown-wrapper .input-group-sm > .input-group-prepend > .dropdown,
.jobs-page .search-section__submit .input-group-sm > .input-group-prepend > button,
.jobs-page .search-section__item .input-group-sm > .input-group-prepend > input,
form .input-group-sm > .input-group-prepend > [type=reset],
form .input-group-sm > .input-group-prepend > [type=submit],
form .input-group-sm > .input-group-prepend > [type=button],
.Actions .input-group-sm > .input-group-prepend > .action,
.input-group-sm > .input-group-prepend > .resetformaction,
.input-group-sm > .input-group-append > .btn,
.userform .step-navigation .input-group-sm > .input-group-append > button,
.userform .step-navigation .input-group-sm > .input-group-append > .button,
.userform .step-navigation .input-group-sm > .input-group-append > input[type=submit],
.remove-file-row .input-group-sm > .input-group-append > .file-input:before,
.section-filter .date-item .input-group-sm > .input-group-append > input,
.section-title__filter .date-item .input-group-sm > .input-group-append > input,
.react-dropdown-wrapper .input-group-sm > .input-group-append > .dropdown,
.jobs-page .search-section__submit .input-group-sm > .input-group-append > button,
.jobs-page .search-section__item .input-group-sm > .input-group-append > input,
form .input-group-sm > .input-group-append > [type=reset],
form .input-group-sm > .input-group-append > [type=submit],
form .input-group-sm > .input-group-append > [type=button],
.Actions .input-group-sm > .input-group-append > .action,
.input-group-sm > .input-group-append > .resetformaction {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .userform .step-navigation .input-group > .input-group-prepend > button, .userform .step-navigation .input-group > .input-group-prepend > .button, .userform .step-navigation .input-group > .input-group-prepend > input[type=submit], .remove-file-row .input-group > .input-group-prepend > .file-input:before, .section-filter .date-item .input-group > .input-group-prepend > input, .section-title__filter .date-item .input-group > .input-group-prepend > input, .react-dropdown-wrapper .input-group > .input-group-prepend > .dropdown, .jobs-page .search-section__submit .input-group > .input-group-prepend > button, .jobs-page .search-section__item .input-group > .input-group-prepend > input, form .input-group > .input-group-prepend > [type=reset], form .input-group > .input-group-prepend > [type=submit],
form .input-group > .input-group-prepend > [type=button], .Actions .input-group > .input-group-prepend > .action, .input-group > .input-group-prepend > .resetformaction,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.userform .step-navigation .input-group:not(.has-validation) > .input-group-append:not(:last-child) > button,
.userform .step-navigation .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button,
.userform .step-navigation .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
.remove-file-row .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .file-input:before,
.section-filter .date-item .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input,
.section-title__filter .date-item .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input,
.react-dropdown-wrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .dropdown,
.jobs-page .search-section__submit .input-group:not(.has-validation) > .input-group-append:not(:last-child) > button,
.jobs-page .search-section__item .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input,
form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > [type=reset],
form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > [type=submit],
form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > [type=button],
.Actions .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .action,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .resetformaction,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.userform .step-navigation .input-group.has-validation > .input-group-append:nth-last-child(n+3) > button,
.userform .step-navigation .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .button,
.userform .step-navigation .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
.remove-file-row .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .file-input:before,
.section-filter .date-item .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input,
.section-title__filter .date-item .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input,
.react-dropdown-wrapper .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .dropdown,
.jobs-page .search-section__submit .input-group.has-validation > .input-group-append:nth-last-child(n+3) > button,
.jobs-page .search-section__item .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input,
form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > [type=reset],
form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > [type=submit],
form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > [type=button],
.Actions .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .action,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .resetformaction,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.userform .step-navigation .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.userform .step-navigation .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.userform .step-navigation .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.remove-file-row .input-group > .input-group-append:last-child > .file-input:not(:last-child):not(.dropdown-toggle):before,
.section-filter .date-item .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle),
.section-title__filter .date-item .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle),
.react-dropdown-wrapper .input-group > .input-group-append:last-child > .dropdown:not(:last-child):not(.dropdown-toggle),
.jobs-page .search-section__submit .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.jobs-page .search-section__item .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle),
form .input-group > .input-group-append:last-child > [type=reset]:not(:last-child):not(.dropdown-toggle),
form .input-group > .input-group-append:last-child > [type=submit]:not(:last-child):not(.dropdown-toggle),
form .input-group > .input-group-append:last-child > [type=button]:not(:last-child):not(.dropdown-toggle),
.Actions .input-group > .input-group-append:last-child > .action:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .resetformaction:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .userform .step-navigation .input-group > .input-group-append > button, .userform .step-navigation .input-group > .input-group-append > .button, .userform .step-navigation .input-group > .input-group-append > input[type=submit], .remove-file-row .input-group > .input-group-append > .file-input:before, .section-filter .date-item .input-group > .input-group-append > input, .section-title__filter .date-item .input-group > .input-group-append > input, .react-dropdown-wrapper .input-group > .input-group-append > .dropdown, .jobs-page .search-section__submit .input-group > .input-group-append > button, .jobs-page .search-section__item .input-group > .input-group-append > input, form .input-group > .input-group-append > [type=reset], form .input-group > .input-group-append > [type=submit],
form .input-group > .input-group-append > [type=button], .Actions .input-group > .input-group-append > .action, .input-group > .input-group-append > .resetformaction,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.userform .step-navigation .input-group > .input-group-prepend:not(:first-child) > button,
.userform .step-navigation .input-group > .input-group-prepend:not(:first-child) > .button,
.userform .step-navigation .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.remove-file-row .input-group > .input-group-prepend:not(:first-child) > .file-input:before,
.section-filter .date-item .input-group > .input-group-prepend:not(:first-child) > input,
.section-title__filter .date-item .input-group > .input-group-prepend:not(:first-child) > input,
.react-dropdown-wrapper .input-group > .input-group-prepend:not(:first-child) > .dropdown,
.jobs-page .search-section__submit .input-group > .input-group-prepend:not(:first-child) > button,
.jobs-page .search-section__item .input-group > .input-group-prepend:not(:first-child) > input,
form .input-group > .input-group-prepend:not(:first-child) > [type=reset],
form .input-group > .input-group-prepend:not(:first-child) > [type=submit],
form .input-group > .input-group-prepend:not(:first-child) > [type=button],
.Actions .input-group > .input-group-prepend:not(:first-child) > .action,
.input-group > .input-group-prepend:not(:first-child) > .resetformaction,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.userform .step-navigation .input-group > .input-group-prepend:first-child > button:not(:first-child),
.userform .step-navigation .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.userform .step-navigation .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.remove-file-row .input-group > .input-group-prepend:first-child > .file-input:not(:first-child):before,
.section-filter .date-item .input-group > .input-group-prepend:first-child > input:not(:first-child),
.section-title__filter .date-item .input-group > .input-group-prepend:first-child > input:not(:first-child),
.react-dropdown-wrapper .input-group > .input-group-prepend:first-child > .dropdown:not(:first-child),
.jobs-page .search-section__submit .input-group > .input-group-prepend:first-child > button:not(:first-child),
.jobs-page .search-section__item .input-group > .input-group-prepend:first-child > input:not(:first-child),
form .input-group > .input-group-prepend:first-child > [type=reset]:not(:first-child),
form .input-group > .input-group-prepend:first-child > [type=submit]:not(:first-child),
form .input-group > .input-group-prepend:first-child > [type=button]:not(:first-child),
.Actions .input-group > .input-group-prepend:first-child > .action:not(:first-child),
.input-group > .input-group-prepend:first-child > .resetformaction:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F15B5D;
  background-color: #F15B5D;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(251.0280898876, 208.4719101124, 209.0393258427);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #dee2e6;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #F15B5D;
  background-color: #F15B5D;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 91, 93, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(241, 91, 93, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 91, 93, 0.5);
}

.custom-switch {
  padding-left: 3.25rem;
}
.custom-switch .custom-control-label::before {
  left: -3.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-3.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #dee2e6;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 91, 93, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(251.0280898876, 208.4719101124, 209.0393258427);
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(251.0280898876, 208.4719101124, 209.0393258427, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(251.0280898876, 208.4719101124, 209.0393258427);
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F15B5D;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #F15B5D;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #F15B5D;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F15B5D;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container, .navbar .banner .banner-scroll-align, .banner .navbar .banner-scroll-align, .navbar .element--separator:after,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .banner .navbar-expand-sm > .banner-scroll-align, .navbar-expand-sm > .element--separator:after,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .banner .navbar-expand-sm > .banner-scroll-align, .navbar-expand-sm > .element--separator:after,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .banner .navbar-expand-md > .banner-scroll-align, .navbar-expand-md > .element--separator:after,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .banner .navbar-expand-md > .banner-scroll-align, .navbar-expand-md > .element--separator:after,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .banner .navbar-expand-lg > .banner-scroll-align, .navbar-expand-lg > .element--separator:after,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .banner .navbar-expand-lg > .banner-scroll-align, .navbar-expand-lg > .element--separator:after,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .banner .navbar-expand-xl > .banner-scroll-align, .navbar-expand-xl > .element--separator:after,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .banner .navbar-expand-xl > .banner-scroll-align, .navbar-expand-xl > .element--separator:after,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container, .banner .navbar-expand-xxl > .banner-scroll-align, .navbar-expand-xxl > .element--separator:after,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container, .banner .navbar-expand-xxl > .banner-scroll-align, .navbar-expand-xxl > .element--separator:after,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1639.98px) {
  .navbar-expand-xxxl > .container, .banner .navbar-expand-xxxl > .banner-scroll-align, .navbar-expand-xxxl > .element--separator:after,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1640px) {
  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxxl > .container, .banner .navbar-expand-xxxl > .banner-scroll-align, .navbar-expand-xxxl > .element--separator:after,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .banner .navbar-expand > .banner-scroll-align, .navbar-expand > .element--separator:after,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .banner .navbar-expand > .banner-scroll-align, .navbar-expand > .element--separator:after,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F15B5D;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .userform .step-navigation button .badge, .userform .step-navigation .button .badge, .userform .step-navigation input[type=submit] .badge, .remove-file-row .file-input:before .badge, .section-filter .date-item input .badge, .section-title__filter .date-item input .badge, .react-dropdown-wrapper .dropdown .badge, .jobs-page .search-section__submit button .badge, .jobs-page .search-section__item input .badge, form [type=reset] .badge, form [type=submit] .badge,
form [type=button] .badge, .Actions .action .badge, .resetformaction .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #F15B5D;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #555555;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(59.5, 59.5, 59.5);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(85, 85, 85, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #F15B5D;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 91, 93, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(252.2, 222.2, 222.6);
  border-color: rgb(251.08, 209.08, 209.64);
}
.alert-primary hr {
  border-top-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.alert-primary .alert-link {
  color: rgb(88.2989156627, 33.3410843373, 34.0738554217);
}

.alert-secondary {
  color: rgb(44.2, 44.2, 44.2);
  background-color: #dddddd;
  border-color: rgb(207.4, 207.4, 207.4);
}
.alert-secondary hr {
  border-top-color: rgb(194.65, 194.65, 194.65);
}
.alert-secondary .alert-link {
  color: rgb(18.7, 18.7, 18.7);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(252.2, 222.2, 222.6);
  border-color: rgb(251.08, 209.08, 209.64);
}
.alert-danger hr {
  border-top-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.alert-danger .alert-link {
  color: rgb(88.2989156627, 33.3410843373, 34.0738554217);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F15B5D;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1640px) {
  .list-group-horizontal-xxxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(251.08, 209.08, 209.64);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.32, 47.32, 48.36);
  border-color: rgb(125.32, 47.32, 48.36);
}

.list-group-item-secondary {
  color: rgb(44.2, 44.2, 44.2);
  background-color: rgb(207.4, 207.4, 207.4);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(44.2, 44.2, 44.2);
  background-color: rgb(194.65, 194.65, 194.65);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(44.2, 44.2, 44.2);
  border-color: rgb(44.2, 44.2, 44.2);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(251.08, 209.08, 209.64);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(125.32, 47.32, 48.36);
  background-color: rgb(249.0743820225, 185.5856179775, 186.4321348315);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(125.32, 47.32, 48.36);
  border-color: rgb(125.32, 47.32, 48.36);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #F15B5D !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629) !important;
}

.bg-secondary {
  background-color: #555555 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(59.5, 59.5, 59.5) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #F15B5D !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(236.9887640449, 44.0112359551, 46.5842696629) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #F15B5D !important;
}

.border-secondary {
  border-color: #555555 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #F15B5D !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1640px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1640px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
@media (min-width: 1640px) {
  .float-xxxl-left {
    float: left !important;
  }
  .float-xxxl-right {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

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

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1640px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxxl-6 {
    margin: 4rem !important;
  }
  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 4rem !important;
  }
  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 4rem !important;
  }
  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 4rem !important;
  }
  .m-xxxl-7 {
    margin: 6rem !important;
  }
  .mt-xxxl-7,
  .my-xxxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxxl-7,
  .mx-xxxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxxl-7,
  .my-xxxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxxl-7,
  .mx-xxxl-7 {
    margin-left: 6rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxxl-6 {
    padding: 4rem !important;
  }
  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 4rem !important;
  }
  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 4rem !important;
  }
  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 4rem !important;
  }
  .p-xxxl-7 {
    padding: 6rem !important;
  }
  .pt-xxxl-7,
  .py-xxxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxxl-7,
  .px-xxxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxxl-7,
  .py-xxxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxxl-7,
  .px-xxxl-7 {
    padding-left: 6rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-n6 {
    margin: -4rem !important;
  }
  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -4rem !important;
  }
  .m-xxxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxxl-n7,
  .my-xxxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxxl-n7,
  .mx-xxxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxxl-n7,
  .my-xxxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxxl-n7,
  .mx-xxxl-n7 {
    margin-left: -6rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1640px) {
  .text-xxxl-left {
    text-align: left !important;
  }
  .text-xxxl-right {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #F15B5D !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(46.75, 46.75, 46.75) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #F15B5D !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.resetformaction) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .banner .banner-scroll-align, .element--separator:after {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
  .table th,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Font Awesome */
/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E";
}

.fa-abacus:before {
  content: "\F640";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acorn:before {
  content: "\F6AE";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-conditioner:before {
  content: "\F8F4";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-alarm-clock:before {
  content: "\F34E";
}

.fa-alarm-exclamation:before {
  content: "\F843";
}

.fa-alarm-plus:before {
  content: "\F844";
}

.fa-alarm-snooze:before {
  content: "\F845";
}

.fa-album:before {
  content: "\F89F";
}

.fa-album-collection:before {
  content: "\F8A0";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-alicorn:before {
  content: "\F6B0";
}

.fa-alien:before {
  content: "\F8F5";
}

.fa-alien-monster:before {
  content: "\F8F6";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-slash:before {
  content: "\F846";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-amp-guitar:before {
  content: "\F8A1";
}

.fa-analytics:before {
  content: "\F643";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angel:before {
  content: "\F779";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-crate:before {
  content: "\F6B1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-alt-down:before {
  content: "\F354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\F346";
}

.fa-arrow-alt-from-left:before {
  content: "\F347";
}

.fa-arrow-alt-from-right:before {
  content: "\F348";
}

.fa-arrow-alt-from-top:before {
  content: "\F349";
}

.fa-arrow-alt-left:before {
  content: "\F355";
}

.fa-arrow-alt-right:before {
  content: "\F356";
}

.fa-arrow-alt-square-down:before {
  content: "\F350";
}

.fa-arrow-alt-square-left:before {
  content: "\F351";
}

.fa-arrow-alt-square-right:before {
  content: "\F352";
}

.fa-arrow-alt-square-up:before {
  content: "\F353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\F34A";
}

.fa-arrow-alt-to-left:before {
  content: "\F34B";
}

.fa-arrow-alt-to-right:before {
  content: "\F34C";
}

.fa-arrow-alt-to-top:before {
  content: "\F34D";
}

.fa-arrow-alt-up:before {
  content: "\F357";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-from-bottom:before {
  content: "\F342";
}

.fa-arrow-from-left:before {
  content: "\F343";
}

.fa-arrow-from-right:before {
  content: "\F344";
}

.fa-arrow-from-top:before {
  content: "\F345";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-square-down:before {
  content: "\F339";
}

.fa-arrow-square-left:before {
  content: "\F33A";
}

.fa-arrow-square-right:before {
  content: "\F33B";
}

.fa-arrow-square-up:before {
  content: "\F33C";
}

.fa-arrow-to-bottom:before {
  content: "\F33D";
}

.fa-arrow-to-left:before {
  content: "\F33E";
}

.fa-arrow-to-right:before {
  content: "\F340";
}

.fa-arrow-to-top:before {
  content: "\F341";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-atom-alt:before {
  content: "\F5D3";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-axe:before {
  content: "\F6B2";
}

.fa-axe-battle:before {
  content: "\F6B3";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backpack:before {
  content: "\F5D4";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-badge:before {
  content: "\F335";
}

.fa-badge-check:before {
  content: "\F336";
}

.fa-badge-dollar:before {
  content: "\F645";
}

.fa-badge-percent:before {
  content: "\F646";
}

.fa-badge-sheriff:before {
  content: "\F8A2";
}

.fa-badger-honey:before {
  content: "\F6B4";
}

.fa-bags-shopping:before {
  content: "\F847";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ball-pile:before {
  content: "\F77E";
}

.fa-ballot:before {
  content: "\F732";
}

.fa-ballot-check:before {
  content: "\F733";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-banjo:before {
  content: "\F8A3";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-barcode-alt:before {
  content: "\F463";
}

.fa-barcode-read:before {
  content: "\F464";
}

.fa-barcode-scan:before {
  content: "\F465";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball:before {
  content: "\F432";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-basketball-hoop:before {
  content: "\F435";
}

.fa-bat:before {
  content: "\F6B5";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-bolt:before {
  content: "\F376";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-slash:before {
  content: "\F377";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-bed-alt:before {
  content: "\F8F7";
}

.fa-bed-bunk:before {
  content: "\F8F8";
}

.fa-bed-empty:before {
  content: "\F8F9";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-exclamation:before {
  content: "\F848";
}

.fa-bell-on:before {
  content: "\F8FA";
}

.fa-bell-plus:before {
  content: "\F849";
}

.fa-bell-school:before {
  content: "\F5D5";
}

.fa-bell-school-slash:before {
  content: "\F5D6";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bells:before {
  content: "\F77F";
}

.fa-betamax:before {
  content: "\F8A4";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-biking-mountain:before {
  content: "\F84B";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blanket:before {
  content: "\F498";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blinds:before {
  content: "\F8FB";
}

.fa-blinds-open:before {
  content: "\F8FC";
}

.fa-blinds-raised:before {
  content: "\F8FD";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bone-break:before {
  content: "\F5D8";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-alt:before {
  content: "\F5D9";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-heart:before {
  content: "\F499";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-book-spells:before {
  content: "\F6B8";
}

.fa-book-user:before {
  content: "\F7E7";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-books:before {
  content: "\F5DB";
}

.fa-books-medical:before {
  content: "\F7E8";
}

.fa-boombox:before {
  content: "\F8A5";
}

.fa-boot:before {
  content: "\F782";
}

.fa-booth-curtain:before {
  content: "\F734";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-bottom:before {
  content: "\F84D";
}

.fa-border-center-h:before {
  content: "\F89C";
}

.fa-border-center-v:before {
  content: "\F89D";
}

.fa-border-inner:before {
  content: "\F84E";
}

.fa-border-left:before {
  content: "\F84F";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-outer:before {
  content: "\F851";
}

.fa-border-right:before {
  content: "\F852";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-border-style-alt:before {
  content: "\F854";
}

.fa-border-top:before {
  content: "\F855";
}

.fa-bow-arrow:before {
  content: "\F6B9";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-bowling-pins:before {
  content: "\F437";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-alt:before {
  content: "\F49A";
}

.fa-box-ballot:before {
  content: "\F735";
}

.fa-box-check:before {
  content: "\F467";
}

.fa-box-fragile:before {
  content: "\F49B";
}

.fa-box-full:before {
  content: "\F49C";
}

.fa-box-heart:before {
  content: "\F49D";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-box-up:before {
  content: "\F49F";
}

.fa-box-usd:before {
  content: "\F4A0";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-boxes-alt:before {
  content: "\F4A1";
}

.fa-boxing-glove:before {
  content: "\F438";
}

.fa-brackets:before {
  content: "\F7E9";
}

.fa-brackets-curly:before {
  content: "\F7EA";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-loaf:before {
  content: "\F7EB";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-bring-forward:before {
  content: "\F856";
}

.fa-bring-front:before {
  content: "\F857";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-browser:before {
  content: "\F37E";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-bullseye-arrow:before {
  content: "\F648";
}

.fa-bullseye-pointer:before {
  content: "\F649";
}

.fa-burger-soda:before {
  content: "\F858";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-burrito:before {
  content: "\F7ED";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-bus-school:before {
  content: "\F5DD";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-cabinet-filing:before {
  content: "\F64B";
}

.fa-cactus:before {
  content: "\F8A7";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calculator-alt:before {
  content: "\F64C";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-edit:before {
  content: "\F333";
}

.fa-calendar-exclamation:before {
  content: "\F334";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-star:before {
  content: "\F736";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camcorder:before {
  content: "\F8A8";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-alt:before {
  content: "\F332";
}

.fa-camera-home:before {
  content: "\F8FE";
}

.fa-camera-movie:before {
  content: "\F8A9";
}

.fa-camera-polaroid:before {
  content: "\F8AA";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campfire:before {
  content: "\F6BA";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candle-holder:before {
  content: "\F6BC";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-candy-corn:before {
  content: "\F6BD";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-building:before {
  content: "\F859";
}

.fa-car-bump:before {
  content: "\F5E0";
}

.fa-car-bus:before {
  content: "\F85A";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-garage:before {
  content: "\F5E2";
}

.fa-car-mechanic:before {
  content: "\F5E3";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-car-tilt:before {
  content: "\F5E5";
}

.fa-car-wash:before {
  content: "\F5E6";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caravan-alt:before {
  content: "\E000";
}

.fa-caret-circle-down:before {
  content: "\F32D";
}

.fa-caret-circle-left:before {
  content: "\F32E";
}

.fa-caret-circle-right:before {
  content: "\F330";
}

.fa-caret-circle-up:before {
  content: "\F331";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cars:before {
  content: "\F85B";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cassette-tape:before {
  content: "\F8AB";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cat-space:before {
  content: "\E001";
}

.fa-cauldron:before {
  content: "\F6BF";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cctv:before {
  content: "\F8AC";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chair-office:before {
  content: "\F6C1";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-line-down:before {
  content: "\F64D";
}

.fa-chart-network:before {
  content: "\F78A";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-chart-pie-alt:before {
  content: "\F64E";
}

.fa-chart-scatter:before {
  content: "\F7EE";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-cheese-swiss:before {
  content: "\F7F0";
}

.fa-cheeseburger:before {
  content: "\F7F1";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-bishop-alt:before {
  content: "\F43B";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-clock:before {
  content: "\F43D";
}

.fa-chess-clock-alt:before {
  content: "\F43E";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-king-alt:before {
  content: "\F440";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-knight-alt:before {
  content: "\F442";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-pawn-alt:before {
  content: "\F444";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-queen-alt:before {
  content: "\F446";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chess-rook-alt:before {
  content: "\F448";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-double-down:before {
  content: "\F322";
}

.fa-chevron-double-left:before {
  content: "\F323";
}

.fa-chevron-double-right:before {
  content: "\F324";
}

.fa-chevron-double-up:before {
  content: "\F325";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-square-down:before {
  content: "\F329";
}

.fa-chevron-square-left:before {
  content: "\F32A";
}

.fa-chevron-square-right:before {
  content: "\F32B";
}

.fa-chevron-square-up:before {
  content: "\F32C";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chimney:before {
  content: "\F78B";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clarinet:before {
  content: "\F8AD";
}

.fa-claw-marks:before {
  content: "\F6C2";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clipboard-list-check:before {
  content: "\F737";
}

.fa-clipboard-prescription:before {
  content: "\F5E8";
}

.fa-clipboard-user:before {
  content: "\F7F3";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-drizzle:before {
  content: "\F738";
}

.fa-cloud-hail:before {
  content: "\F739";
}

.fa-cloud-hail-mixed:before {
  content: "\F73A";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-music:before {
  content: "\F8AE";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-rainbow:before {
  content: "\F73E";
}

.fa-cloud-showers:before {
  content: "\F73F";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sleet:before {
  content: "\F741";
}

.fa-cloud-snow:before {
  content: "\F742";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-clouds:before {
  content: "\F744";
}

.fa-clouds-moon:before {
  content: "\F745";
}

.fa-clouds-sun:before {
  content: "\F746";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-club:before {
  content: "\F327";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-code-commit:before {
  content: "\F386";
}

.fa-code-merge:before {
  content: "\F387";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-coffee-pot:before {
  content: "\E002";
}

.fa-coffee-togo:before {
  content: "\F6C5";
}

.fa-coffin:before {
  content: "\F6C6";
}

.fa-coffin-cross:before {
  content: "\E051";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coin:before {
  content: "\F85C";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comet:before {
  content: "\E003";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-alt-check:before {
  content: "\F4A2";
}

.fa-comment-alt-dollar:before {
  content: "\F650";
}

.fa-comment-alt-dots:before {
  content: "\F4A3";
}

.fa-comment-alt-edit:before {
  content: "\F4A4";
}

.fa-comment-alt-exclamation:before {
  content: "\F4A5";
}

.fa-comment-alt-lines:before {
  content: "\F4A6";
}

.fa-comment-alt-medical:before {
  content: "\F7F4";
}

.fa-comment-alt-minus:before {
  content: "\F4A7";
}

.fa-comment-alt-music:before {
  content: "\F8AF";
}

.fa-comment-alt-plus:before {
  content: "\F4A8";
}

.fa-comment-alt-slash:before {
  content: "\F4A9";
}

.fa-comment-alt-smile:before {
  content: "\F4AA";
}

.fa-comment-alt-times:before {
  content: "\F4AB";
}

.fa-comment-check:before {
  content: "\F4AC";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-edit:before {
  content: "\F4AE";
}

.fa-comment-exclamation:before {
  content: "\F4AF";
}

.fa-comment-lines:before {
  content: "\F4B0";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-minus:before {
  content: "\F4B1";
}

.fa-comment-music:before {
  content: "\F8B0";
}

.fa-comment-plus:before {
  content: "\F4B2";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comment-smile:before {
  content: "\F4B4";
}

.fa-comment-times:before {
  content: "\F4B5";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-alt:before {
  content: "\F4B6";
}

.fa-comments-alt-dollar:before {
  content: "\F652";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compass-slash:before {
  content: "\F5E9";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-compress-wide:before {
  content: "\F326";
}

.fa-computer-classic:before {
  content: "\F8B1";
}

.fa-computer-speaker:before {
  content: "\F8B2";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-construction:before {
  content: "\F85D";
}

.fa-container-storage:before {
  content: "\F4B7";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-conveyor-belt:before {
  content: "\F46E";
}

.fa-conveyor-belt-alt:before {
  content: "\F46F";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-corn:before {
  content: "\F6C7";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cow:before {
  content: "\F6C8";
}

.fa-cowbell:before {
  content: "\F8B3";
}

.fa-cowbell-more:before {
  content: "\F8B4";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-credit-card-blank:before {
  content: "\F389";
}

.fa-credit-card-front:before {
  content: "\F38A";
}

.fa-cricket:before {
  content: "\F449";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-croissant:before {
  content: "\F7F6";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-crutches:before {
  content: "\F7F8";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-curling:before {
  content: "\F44A";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dagger:before {
  content: "\F6CB";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-debug:before {
  content: "\F7F9";
}

.fa-deer:before {
  content: "\F78E";
}

.fa-deer-rudolph:before {
  content: "\F78F";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-desktop-alt:before {
  content: "\F390";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dewpoint:before {
  content: "\F748";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d10:before {
  content: "\F6CD";
}

.fa-dice-d12:before {
  content: "\F6CE";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d4:before {
  content: "\F6D0";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-d8:before {
  content: "\F6D2";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digging:before {
  content: "\F85E";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-diploma:before {
  content: "\F5EA";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-disc-drive:before {
  content: "\F8B5";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-do-not-enter:before {
  content: "\F5EC";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dog-leashed:before {
  content: "\F6D4";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-empty:before {
  content: "\F473";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-dolly-flatbed-alt:before {
  content: "\F475";
}

.fa-dolly-flatbed-empty:before {
  content: "\F476";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-circle:before {
  content: "\F5ED";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-draw-square:before {
  content: "\F5EF";
}

.fa-dreidel:before {
  content: "\F792";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-drone:before {
  content: "\F85F";
}

.fa-drone-alt:before {
  content: "\F860";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick:before {
  content: "\F6D6";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dryer:before {
  content: "\F861";
}

.fa-dryer-alt:before {
  content: "\F862";
}

.fa-duck:before {
  content: "\F6D8";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-ear:before {
  content: "\F5F0";
}

.fa-ear-muffs:before {
  content: "\F795";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-eclipse:before {
  content: "\F749";
}

.fa-eclipse-alt:before {
  content: "\F74A";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-egg-fried:before {
  content: "\F7FC";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-elephant:before {
  content: "\F6DA";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-h-alt:before {
  content: "\F39B";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ellipsis-v-alt:before {
  content: "\F39C";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-empty-set:before {
  content: "\F656";
}

.fa-engine-warning:before {
  content: "\F5F2";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-dollar:before {
  content: "\F657";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-square:before {
  content: "\F321";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows:before {
  content: "\F31D";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expand-wide:before {
  content: "\F320";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-evil:before {
  content: "\F6DB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fan-table:before {
  content: "\E004";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-farm:before {
  content: "\F864";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-faucet-drip:before {
  content: "\E006";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-field-hockey:before {
  content: "\F44C";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-certificate:before {
  content: "\F5F3";
}

.fa-file-chart-line:before {
  content: "\F659";
}

.fa-file-chart-pie:before {
  content: "\F65A";
}

.fa-file-check:before {
  content: "\F316";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-edit:before {
  content: "\F31C";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-exclamation:before {
  content: "\F31A";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-minus:before {
  content: "\F318";
}

.fa-file-music:before {
  content: "\F8B6";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-plus:before {
  content: "\F319";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-search:before {
  content: "\F865";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-spreadsheet:before {
  content: "\F65B";
}

.fa-file-times:before {
  content: "\F317";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-user:before {
  content: "\F65C";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-files-medical:before {
  content: "\F7FD";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-film-alt:before {
  content: "\F3A0";
}

.fa-film-canister:before {
  content: "\F8B7";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-fire-smoke:before {
  content: "\F74B";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-fireplace:before {
  content: "\F79A";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fish-cooked:before {
  content: "\F7FE";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-alt:before {
  content: "\F74C";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flame:before {
  content: "\F6DF";
}

.fa-flashlight:before {
  content: "\F8B8";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flask-poison:before {
  content: "\F6E0";
}

.fa-flask-potion:before {
  content: "\F6E1";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flower:before {
  content: "\F7FF";
}

.fa-flower-daffodil:before {
  content: "\F800";
}

.fa-flower-tulip:before {
  content: "\F801";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-flute:before {
  content: "\F8B9";
}

.fa-flux-capacitor:before {
  content: "\F8BA";
}

.fa-fly:before {
  content: "\F417";
}

.fa-fog:before {
  content: "\F74E";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-download:before {
  content: "\E053";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-folder-times:before {
  content: "\F65F";
}

.fa-folder-tree:before {
  content: "\F802";
}

.fa-folder-upload:before {
  content: "\E054";
}

.fa-folders:before {
  content: "\F660";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-font-case:before {
  content: "\F866";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-football-helmet:before {
  content: "\F44F";
}

.fa-forklift:before {
  content: "\F47A";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-fragile:before {
  content: "\F4BB";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-french-fries:before {
  content: "\F803";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frosty-head:before {
  content: "\F79B";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-function:before {
  content: "\F661";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-galaxy:before {
  content: "\E008";
}

.fa-game-board:before {
  content: "\F867";
}

.fa-game-board-alt:before {
  content: "\F868";
}

.fa-game-console-handheld:before {
  content: "\F8BB";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gamepad-alt:before {
  content: "\F8BC";
}

.fa-garage:before {
  content: "\E009";
}

.fa-garage-car:before {
  content: "\E00A";
}

.fa-garage-open:before {
  content: "\E00B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gas-pump-slash:before {
  content: "\F5F4";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gift-card:before {
  content: "\F663";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-gingerbread-man:before {
  content: "\F79D";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass:before {
  content: "\F804";
}

.fa-glass-champagne:before {
  content: "\F79E";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-citrus:before {
  content: "\F869";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glass-whiskey-rocks:before {
  content: "\F7A1";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glasses-alt:before {
  content: "\F5F5";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-globe-snow:before {
  content: "\F7A3";
}

.fa-globe-stand:before {
  content: "\F5F6";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-golf-club:before {
  content: "\F451";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gramophone:before {
  content: "\F8BD";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-guitar-electric:before {
  content: "\F8BE";
}

.fa-guitars:before {
  content: "\F8BF";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-h1:before {
  content: "\F313";
}

.fa-h2:before {
  content: "\F314";
}

.fa-h3:before {
  content: "\F315";
}

.fa-h4:before {
  content: "\F86A";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hammer-war:before {
  content: "\F6E4";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-heart:before {
  content: "\F4BC";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-box:before {
  content: "\F47B";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-magic:before {
  content: "\F6E5";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-seedling:before {
  content: "\F4BF";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-receiving:before {
  content: "\F47C";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-heart:before {
  content: "\F4C3";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-usd:before {
  content: "\F4C5";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt:before {
  content: "\F4C6";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-chef:before {
  content: "\F86B";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-santa:before {
  content: "\F7A7";
}

.fa-hat-winter:before {
  content: "\F7A8";
}

.fa-hat-witch:before {
  content: "\F6E7";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side:before {
  content: "\F6E9";
}

.fa-head-side-brain:before {
  content: "\F808";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-headphones:before {
  content: "\F8C2";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-medical:before {
  content: "\F809";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-head-vr:before {
  content: "\F6EA";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heart-circle:before {
  content: "\F4C7";
}

.fa-heart-rate:before {
  content: "\F5F8";
}

.fa-heart-square:before {
  content: "\F4C8";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-heat:before {
  content: "\E00C";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-helmet-battle:before {
  content: "\F6EB";
}

.fa-hexagon:before {
  content: "\F312";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-mask:before {
  content: "\F6EE";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-hockey-sticks:before {
  content: "\F454";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-home-alt:before {
  content: "\F80A";
}

.fa-home-heart:before {
  content: "\F4C9";
}

.fa-home-lg:before {
  content: "\F80B";
}

.fa-home-lg-alt:before {
  content: "\F80C";
}

.fa-hood-cloak:before {
  content: "\F6EF";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-horizontal-rule:before {
  content: "\F86C";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-horse-saddle:before {
  content: "\F8C3";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hospitals:before {
  content: "\F80E";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house:before {
  content: "\E00D";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-day:before {
  content: "\E00E";
}

.fa-house-flood:before {
  content: "\F74F";
}

.fa-house-leave:before {
  content: "\E00F";
}

.fa-house-night:before {
  content: "\E010";
}

.fa-house-return:before {
  content: "\E011";
}

.fa-house-signal:before {
  content: "\E012";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-humidity:before {
  content: "\F750";
}

.fa-hurricane:before {
  content: "\F751";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-ice-skate:before {
  content: "\F7AC";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-icons-alt:before {
  content: "\F86E";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-image-polaroid:before {
  content: "\F8C4";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-inbox-in:before {
  content: "\F310";
}

.fa-inbox-out:before {
  content: "\F311";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-industry-alt:before {
  content: "\F3B3";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-info-square:before {
  content: "\F30F";
}

.fa-inhaler:before {
  content: "\F5F9";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-integral:before {
  content: "\F667";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-intersection:before {
  content: "\F668";
}

.fa-inventory:before {
  content: "\F480";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-island-tropical:before {
  content: "\F811";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-jack-o-lantern:before {
  content: "\F30E";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-joystick:before {
  content: "\F8C5";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-jug:before {
  content: "\F8C6";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-kazoo:before {
  content: "\F8C7";
}

.fa-kerning:before {
  content: "\F86F";
}

.fa-key:before {
  content: "\F084";
}

.fa-key-skeleton:before {
  content: "\F6F3";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-keynote:before {
  content: "\F66C";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kidneys:before {
  content: "\F5FB";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kite:before {
  content: "\F6F4";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-knife-kitchen:before {
  content: "\F6F5";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-lambda:before {
  content: "\F66E";
}

.fa-lamp:before {
  content: "\F4CA";
}

.fa-lamp-desk:before {
  content: "\E014";
}

.fa-lamp-floor:before {
  content: "\E015";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-landmark-alt:before {
  content: "\F752";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lasso:before {
  content: "\F8C8";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-layer-minus:before {
  content: "\F5FE";
}

.fa-layer-plus:before {
  content: "\F5FF";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leaf-heart:before {
  content: "\F4CB";
}

.fa-leaf-maple:before {
  content: "\F6F6";
}

.fa-leaf-oak:before {
  content: "\F6F7";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-light-ceiling:before {
  content: "\E016";
}

.fa-light-switch:before {
  content: "\E017";
}

.fa-light-switch-off:before {
  content: "\E018";
}

.fa-light-switch-on:before {
  content: "\E019";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-lightbulb-dollar:before {
  content: "\F670";
}

.fa-lightbulb-exclamation:before {
  content: "\F671";
}

.fa-lightbulb-on:before {
  content: "\F672";
}

.fa-lightbulb-slash:before {
  content: "\F673";
}

.fa-lights-holiday:before {
  content: "\F7B2";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-line-columns:before {
  content: "\F870";
}

.fa-line-height:before {
  content: "\F871";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lips:before {
  content: "\F600";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-music:before {
  content: "\F8C9";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location:before {
  content: "\F601";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-location-circle:before {
  content: "\F602";
}

.fa-location-slash:before {
  content: "\F603";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-alt:before {
  content: "\F30D";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-lock-open-alt:before {
  content: "\F3C2";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-loveseat:before {
  content: "\F4CC";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luchador:before {
  content: "\F455";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-mace:before {
  content: "\F6F8";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailbox:before {
  content: "\F813";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-mandolin:before {
  content: "\F6F9";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-marker-alt-slash:before {
  content: "\F605";
}

.fa-map-marker-check:before {
  content: "\F606";
}

.fa-map-marker-edit:before {
  content: "\F607";
}

.fa-map-marker-exclamation:before {
  content: "\F608";
}

.fa-map-marker-minus:before {
  content: "\F609";
}

.fa-map-marker-plus:before {
  content: "\F60A";
}

.fa-map-marker-question:before {
  content: "\F60B";
}

.fa-map-marker-slash:before {
  content: "\F60C";
}

.fa-map-marker-smile:before {
  content: "\F60D";
}

.fa-map-marker-times:before {
  content: "\F60E";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-meat:before {
  content: "\F814";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaphone:before {
  content: "\F675";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microphone-stand:before {
  content: "\F8CB";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-microwave:before {
  content: "\E01B";
}

.fa-mind-share:before {
  content: "\F677";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-hexagon:before {
  content: "\F307";
}

.fa-minus-octagon:before {
  content: "\F308";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mistletoe:before {
  content: "\F7B4";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-mobile-android:before {
  content: "\F3CE";
}

.fa-mobile-android-alt:before {
  content: "\F3CF";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-money-check-edit:before {
  content: "\F872";
}

.fa-money-check-edit-alt:before {
  content: "\F873";
}

.fa-monitor-heart-rate:before {
  content: "\F611";
}

.fa-monkey:before {
  content: "\F6FB";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-moon-cloud:before {
  content: "\F754";
}

.fa-moon-stars:before {
  content: "\F755";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mountains:before {
  content: "\F6FD";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-alt:before {
  content: "\F8CD";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mp3-player:before {
  content: "\F8CE";
}

.fa-mug:before {
  content: "\F874";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-mug-marshmallows:before {
  content: "\F7B7";
}

.fa-mug-tea:before {
  content: "\F875";
}

.fa-music:before {
  content: "\F001";
}

.fa-music-alt:before {
  content: "\F8CF";
}

.fa-music-alt-slash:before {
  content: "\F8D0";
}

.fa-music-slash:before {
  content: "\F8D1";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-narwhal:before {
  content: "\F6FE";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octagon:before {
  content: "\F306";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-oil-temp:before {
  content: "\F614";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-omega:before {
  content: "\F67A";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-ornament:before {
  content: "\F7B8";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-outlet:before {
  content: "\E01C";
}

.fa-oven:before {
  content: "\E01D";
}

.fa-overline:before {
  content: "\F876";
}

.fa-page-break:before {
  content: "\F877";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-brush-alt:before {
  content: "\F5A9";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-pallet-alt:before {
  content: "\F483";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-paragraph-rtl:before {
  content: "\F878";
}

.fa-parking:before {
  content: "\F540";
}

.fa-parking-circle:before {
  content: "\F615";
}

.fa-parking-circle-slash:before {
  content: "\F616";
}

.fa-parking-slash:before {
  content: "\F617";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paw-alt:before {
  content: "\F701";
}

.fa-paw-claws:before {
  content: "\F702";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pegasus:before {
  content: "\F703";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-paintbrush:before {
  content: "\F618";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-pennant:before {
  content: "\F456";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-person-carry:before {
  content: "\F4CF";
}

.fa-person-dolly:before {
  content: "\F4D0";
}

.fa-person-dolly-empty:before {
  content: "\F4D1";
}

.fa-person-sign:before {
  content: "\F757";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-laptop:before {
  content: "\F87A";
}

.fa-phone-office:before {
  content: "\F67D";
}

.fa-phone-plus:before {
  content: "\F4D2";
}

.fa-phone-rotary:before {
  content: "\F8D3";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pi:before {
  content: "\F67E";
}

.fa-piano:before {
  content: "\F8D4";
}

.fa-piano-keyboard:before {
  content: "\F8D5";
}

.fa-pie:before {
  content: "\F705";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-pig:before {
  content: "\F706";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza:before {
  content: "\F817";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-alt:before {
  content: "\F3DE";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-planet-moon:before {
  content: "\E01F";
}

.fa-planet-ringed:before {
  content: "\E020";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-hexagon:before {
  content: "\F300";
}

.fa-plus-octagon:before {
  content: "\F301";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-podium:before {
  content: "\F680";
}

.fa-podium-star:before {
  content: "\F758";
}

.fa-police-box:before {
  content: "\E021";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poll-people:before {
  content: "\F759";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-popcorn:before {
  content: "\F819";
}

.fa-portal-enter:before {
  content: "\E022";
}

.fa-portal-exit:before {
  content: "\E023";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-presentation:before {
  content: "\F685";
}

.fa-print:before {
  content: "\F02F";
}

.fa-print-search:before {
  content: "\F81A";
}

.fa-print-slash:before {
  content: "\F686";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-projector:before {
  content: "\F8D6";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pumpkin:before {
  content: "\F707";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-question-square:before {
  content: "\F2FD";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-rabbit:before {
  content: "\F708";
}

.fa-rabbit-fast:before {
  content: "\F709";
}

.fa-racquet:before {
  content: "\F45A";
}

.fa-radar:before {
  content: "\E024";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-radio:before {
  content: "\F8D7";
}

.fa-radio-alt:before {
  content: "\F8D8";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-raindrops:before {
  content: "\F75C";
}

.fa-ram:before {
  content: "\F70A";
}

.fa-ramp-loading:before {
  content: "\F4D4";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-raygun:before {
  content: "\E025";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-rectangle-landscape:before {
  content: "\F2FA";
}

.fa-rectangle-portrait:before {
  content: "\F2FB";
}

.fa-rectangle-wide:before {
  content: "\F2FC";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-refrigerator:before {
  content: "\E026";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-repeat:before {
  content: "\F363";
}

.fa-repeat-1:before {
  content: "\F365";
}

.fa-repeat-1-alt:before {
  content: "\F366";
}

.fa-repeat-alt:before {
  content: "\F364";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-retweet-alt:before {
  content: "\F361";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-rings-wedding:before {
  content: "\F81B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocket-launch:before {
  content: "\E027";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-route-highway:before {
  content: "\F61A";
}

.fa-route-interstate:before {
  content: "\F61B";
}

.fa-router:before {
  content: "\F8DA";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-triangle:before {
  content: "\F61C";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-rv:before {
  content: "\F7BE";
}

.fa-sack:before {
  content: "\F81C";
}

.fa-sack-dollar:before {
  content: "\F81D";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salad:before {
  content: "\F81E";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sandwich:before {
  content: "\F81F";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-sausage:before {
  content: "\F820";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-sax-hot:before {
  content: "\F8DB";
}

.fa-saxophone:before {
  content: "\F8DC";
}

.fa-scalpel:before {
  content: "\F61D";
}

.fa-scalpel-path:before {
  content: "\F61E";
}

.fa-scanner:before {
  content: "\F488";
}

.fa-scanner-image:before {
  content: "\F8F3";
}

.fa-scanner-keyboard:before {
  content: "\F489";
}

.fa-scanner-touchscreen:before {
  content: "\F48A";
}

.fa-scarecrow:before {
  content: "\F70D";
}

.fa-scarf:before {
  content: "\F7C1";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-scroll-old:before {
  content: "\F70F";
}

.fa-scrubber:before {
  content: "\F2F8";
}

.fa-scythe:before {
  content: "\F710";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-send-back:before {
  content: "\F87E";
}

.fa-send-backward:before {
  content: "\F87F";
}

.fa-sensor:before {
  content: "\E028";
}

.fa-sensor-alert:before {
  content: "\E029";
}

.fa-sensor-fire:before {
  content: "\E02A";
}

.fa-sensor-on:before {
  content: "\E02B";
}

.fa-sensor-smoke:before {
  content: "\E02C";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-all:before {
  content: "\F367";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-sheep:before {
  content: "\F711";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield:before {
  content: "\F132";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-check:before {
  content: "\F2F7";
}

.fa-shield-cross:before {
  content: "\F712";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shipping-timed:before {
  content: "\F48C";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shish-kebab:before {
  content: "\F821";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shovel:before {
  content: "\F713";
}

.fa-shovel-snow:before {
  content: "\F7C3";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shredder:before {
  content: "\F68A";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-shuttlecock:before {
  content: "\F45B";
}

.fa-sickle:before {
  content: "\F822";
}

.fa-sigma:before {
  content: "\F68B";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signal-1:before {
  content: "\F68C";
}

.fa-signal-2:before {
  content: "\F68D";
}

.fa-signal-3:before {
  content: "\F68E";
}

.fa-signal-4:before {
  content: "\F68F";
}

.fa-signal-alt:before {
  content: "\F690";
}

.fa-signal-alt-1:before {
  content: "\F691";
}

.fa-signal-alt-2:before {
  content: "\F692";
}

.fa-signal-alt-3:before {
  content: "\F693";
}

.fa-signal-alt-slash:before {
  content: "\F694";
}

.fa-signal-slash:before {
  content: "\F695";
}

.fa-signal-stream:before {
  content: "\F8DD";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-siren:before {
  content: "\E02D";
}

.fa-siren-on:before {
  content: "\E02E";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-skeleton:before {
  content: "\F620";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-ski-jump:before {
  content: "\F7C7";
}

.fa-ski-lift:before {
  content: "\F7C8";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-cow:before {
  content: "\F8DE";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sledding:before {
  content: "\F7CB";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-sliders-h-square:before {
  content: "\F3F0";
}

.fa-sliders-v:before {
  content: "\F3F1";
}

.fa-sliders-v-square:before {
  content: "\F3F2";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-plus:before {
  content: "\F5B9";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoke:before {
  content: "\F760";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snake:before {
  content: "\F716";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snooze:before {
  content: "\F880";
}

.fa-snow-blowing:before {
  content: "\F761";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowflakes:before {
  content: "\F7CF";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowmobile:before {
  content: "\F7D1";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-solar-system:before {
  content: "\E02F";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-alt:before {
  content: "\F883";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-circle:before {
  content: "\E030";
}

.fa-sort-circle-down:before {
  content: "\E031";
}

.fa-sort-circle-up:before {
  content: "\E032";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-shapes-down:before {
  content: "\F888";
}

.fa-sort-shapes-down-alt:before {
  content: "\F889";
}

.fa-sort-shapes-up:before {
  content: "\F88A";
}

.fa-sort-shapes-up-alt:before {
  content: "\F88B";
}

.fa-sort-size-down:before {
  content: "\F88C";
}

.fa-sort-size-down-alt:before {
  content: "\F88D";
}

.fa-sort-size-up:before {
  content: "\F88E";
}

.fa-sort-size-up-alt:before {
  content: "\F88F";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-soup:before {
  content: "\F823";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-space-station-moon:before {
  content: "\E033";
}

.fa-space-station-moon-alt:before {
  content: "\E034";
}

.fa-spade:before {
  content: "\F2F4";
}

.fa-sparkles:before {
  content: "\F890";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker:before {
  content: "\F8DF";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-speakers:before {
  content: "\F8E0";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spider-black-widow:before {
  content: "\F718";
}

.fa-spider-web:before {
  content: "\F719";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spinner-third:before {
  content: "\F3F4";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-sprinkler:before {
  content: "\E035";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root:before {
  content: "\F697";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-squirrel:before {
  content: "\F71A";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-staff:before {
  content: "\F71B";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-christmas:before {
  content: "\F7D4";
}

.fa-star-exclamation:before {
  content: "\F2F3";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-star-shooting:before {
  content: "\E036";
}

.fa-starfighter:before {
  content: "\E037";
}

.fa-starfighter-alt:before {
  content: "\E038";
}

.fa-stars:before {
  content: "\F762";
}

.fa-starship:before {
  content: "\E039";
}

.fa-starship-freighter:before {
  content: "\E03A";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steak:before {
  content: "\F824";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-steering-wheel:before {
  content: "\F622";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stocking:before {
  content: "\F7D5";
}

.fa-stomach:before {
  content: "\F623";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-stretcher:before {
  content: "\F825";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-sun-cloud:before {
  content: "\F763";
}

.fa-sun-dust:before {
  content: "\F764";
}

.fa-sun-haze:before {
  content: "\F765";
}

.fa-sunglasses:before {
  content: "\F892";
}

.fa-sunrise:before {
  content: "\F766";
}

.fa-sunset:before {
  content: "\F767";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-sword:before {
  content: "\F71C";
}

.fa-sword-laser:before {
  content: "\E03B";
}

.fa-sword-laser-alt:before {
  content: "\E03C";
}

.fa-swords:before {
  content: "\F71D";
}

.fa-swords-laser:before {
  content: "\E03D";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablet-android:before {
  content: "\F3FB";
}

.fa-tablet-android-alt:before {
  content: "\F3FC";
}

.fa-tablet-rugged:before {
  content: "\F48F";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer:before {
  content: "\F0E4";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tachometer-alt-average:before {
  content: "\F624";
}

.fa-tachometer-alt-fast:before {
  content: "\F625";
}

.fa-tachometer-alt-fastest:before {
  content: "\F626";
}

.fa-tachometer-alt-slow:before {
  content: "\F627";
}

.fa-tachometer-alt-slowest:before {
  content: "\F628";
}

.fa-tachometer-average:before {
  content: "\F629";
}

.fa-tachometer-fast:before {
  content: "\F62A";
}

.fa-tachometer-fastest:before {
  content: "\F62B";
}

.fa-tachometer-slow:before {
  content: "\F62C";
}

.fa-tachometer-slowest:before {
  content: "\F62D";
}

.fa-taco:before {
  content: "\F826";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tally:before {
  content: "\F69C";
}

.fa-tanakh:before {
  content: "\F827";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-tasks-alt:before {
  content: "\F828";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-telescope:before {
  content: "\E03E";
}

.fa-temperature-down:before {
  content: "\E03F";
}

.fa-temperature-frigid:before {
  content: "\F768";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-hot:before {
  content: "\F76A";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-temperature-up:before {
  content: "\E040";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-tennis-ball:before {
  content: "\F45E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text:before {
  content: "\F893";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-size:before {
  content: "\F894";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-theta:before {
  content: "\F69E";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-thunderstorm:before {
  content: "\F76C";
}

.fa-thunderstorm-moon:before {
  content: "\F76D";
}

.fa-thunderstorm-sun:before {
  content: "\F76E";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-tilde:before {
  content: "\F69F";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-times-hexagon:before {
  content: "\F2EE";
}

.fa-times-octagon:before {
  content: "\F2F0";
}

.fa-times-square:before {
  content: "\F2D3";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tire:before {
  content: "\F631";
}

.fa-tire-flat:before {
  content: "\F632";
}

.fa-tire-pressure-warning:before {
  content: "\F633";
}

.fa-tire-rugged:before {
  content: "\F634";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-alt:before {
  content: "\F71F";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-tombstone:before {
  content: "\F720";
}

.fa-tombstone-alt:before {
  content: "\F721";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-toothbrush:before {
  content: "\F635";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tornado:before {
  content: "\F76F";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-cone:before {
  content: "\F636";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-traffic-light-go:before {
  content: "\F638";
}

.fa-traffic-light-slow:before {
  content: "\F639";
}

.fa-traffic-light-stop:before {
  content: "\F63A";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-transporter:before {
  content: "\E042";
}

.fa-transporter-1:before {
  content: "\E043";
}

.fa-transporter-2:before {
  content: "\E044";
}

.fa-transporter-3:before {
  content: "\E045";
}

.fa-transporter-empty:before {
  content: "\E046";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-trash-undo:before {
  content: "\F895";
}

.fa-trash-undo-alt:before {
  content: "\F896";
}

.fa-treasure-chest:before {
  content: "\F723";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-tree-alt:before {
  content: "\F400";
}

.fa-tree-christmas:before {
  content: "\F7DB";
}

.fa-tree-decorated:before {
  content: "\F7DC";
}

.fa-tree-large:before {
  content: "\F7DD";
}

.fa-tree-palm:before {
  content: "\F82B";
}

.fa-trees:before {
  content: "\F724";
}

.fa-trello:before {
  content: "\F181";
}

.fa-triangle:before {
  content: "\F2EC";
}

.fa-triangle-music:before {
  content: "\F8E2";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-trophy-alt:before {
  content: "\F2EB";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-container:before {
  content: "\F4DC";
}

.fa-truck-couch:before {
  content: "\F4DD";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-truck-plow:before {
  content: "\F7DE";
}

.fa-truck-ramp:before {
  content: "\F4E0";
}

.fa-trumpet:before {
  content: "\F8E3";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-turkey:before {
  content: "\F725";
}

.fa-turntable:before {
  content: "\F8E4";
}

.fa-turtle:before {
  content: "\F726";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-tv-alt:before {
  content: "\F8E5";
}

.fa-tv-music:before {
  content: "\F8E6";
}

.fa-tv-retro:before {
  content: "\F401";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typewriter:before {
  content: "\F8E7";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-ufo:before {
  content: "\E047";
}

.fa-ufo-beam:before {
  content: "\E048";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-unicorn:before {
  content: "\F727";
}

.fa-union:before {
  content: "\F6A2";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-usb-drive:before {
  content: "\F8E9";
}

.fa-usd-circle:before {
  content: "\F2E8";
}

.fa-usd-square:before {
  content: "\F2E9";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alien:before {
  content: "\E04A";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-chart:before {
  content: "\F6A3";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-cowboy:before {
  content: "\F8EA";
}

.fa-user-crown:before {
  content: "\F6A4";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-hard-hat:before {
  content: "\F82C";
}

.fa-user-headset:before {
  content: "\F82D";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-md-chat:before {
  content: "\F82E";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-music:before {
  content: "\F8EB";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-robot:before {
  content: "\E04B";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-user-unlock:before {
  content: "\E058";
}

.fa-user-visor:before {
  content: "\E04C";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-class:before {
  content: "\F63D";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-crown:before {
  content: "\F6A5";
}

.fa-users-medical:before {
  content: "\F830";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-fork:before {
  content: "\F2E3";
}

.fa-utensil-knife:before {
  content: "\F2E4";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-utensils-alt:before {
  content: "\F2E6";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vacuum:before {
  content: "\E04D";
}

.fa-vacuum-robot:before {
  content: "\E04E";
}

.fa-value-absolute:before {
  content: "\F6A6";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-vhs:before {
  content: "\F8EC";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-plus:before {
  content: "\F4E1";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-violin:before {
  content: "\F8ED";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volcano:before {
  content: "\F770";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume:before {
  content: "\F6A8";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-slash:before {
  content: "\F2E2";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-nay:before {
  content: "\F771";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-wagon-covered:before {
  content: "\F8EE";
}

.fa-walker:before {
  content: "\F831";
}

.fa-walkie-talkie:before {
  content: "\F8EF";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-wand:before {
  content: "\F72A";
}

.fa-wand-magic:before {
  content: "\F72B";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-warehouse-alt:before {
  content: "\F495";
}

.fa-washer:before {
  content: "\F898";
}

.fa-watch:before {
  content: "\F2E1";
}

.fa-watch-calculator:before {
  content: "\F8F0";
}

.fa-watch-fitness:before {
  content: "\F63E";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-water-lower:before {
  content: "\F774";
}

.fa-water-rise:before {
  content: "\F775";
}

.fa-wave-sine:before {
  content: "\F899";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-wave-triangle:before {
  content: "\F89A";
}

.fa-waveform:before {
  content: "\F8F1";
}

.fa-waveform-path:before {
  content: "\F8F2";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-webcam:before {
  content: "\F832";
}

.fa-webcam-slash:before {
  content: "\F833";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whale:before {
  content: "\F72C";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheat:before {
  content: "\F72D";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whistle:before {
  content: "\F460";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wifi-1:before {
  content: "\F6AA";
}

.fa-wifi-2:before {
  content: "\F6AB";
}

.fa-wifi-slash:before {
  content: "\F6AC";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-wind-turbine:before {
  content: "\F89B";
}

.fa-wind-warning:before {
  content: "\F776";
}

.fa-window:before {
  content: "\F40E";
}

.fa-window-alt:before {
  content: "\F40F";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-frame:before {
  content: "\E04F";
}

.fa-window-frame-open:before {
  content: "\E050";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-windsock:before {
  content: "\F777";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wreath:before {
  content: "\F7E2";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* Base */
/* Variables */
* {
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body {
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

.collapsing {
  transition: height 0.3s ease;
}

.action {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .container, .banner .banner-scroll-align, .element--separator:after {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--large {
  max-width: none;
}
@media (min-width: 1440px) {
  .container--large {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .container--small {
    max-width: 920px;
  }
}

.open-main-menu,
.open-popup-card {
  overflow: hidden;
}

.open-popup-card .select2-dropdown {
  z-index: 99999;
}
.open-popup-card .select2-results {
  background-color: #454545;
}

.element {
  padding-bottom: 100px;
  padding-top: 0;
  background-color: #fff;
}
.element.top-padding {
  padding-top: 130px;
  position: relative;
}
.element.top-padding:before {
  content: "";
  width: 100%;
  height: 73px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(8, 7, 10);
  background: linear-gradient(45deg, rgb(8, 7, 10) 0%, rgb(48, 46, 51) 100%);
  border-radius: 0 0 20px 20px;
}
.element__title {
  margin-bottom: 30px;
}
.element--separator {
  position: relative;
  padding-bottom: 200px;
}
.element--separator:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 40px);
  height: 2px;
}
.element--has-padding-top {
  padding-top: 100px;
}
.element--remove-padding-bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 576px) {
  .element--separator:after {
    width: 510px;
  }
}
@media (min-width: 768px) {
  .element--separator:after {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .element {
    padding-bottom: 130px;
  }
  .element .podcasts-page__wrapper {
    padding-top: 130px;
  }
  .element--separator {
    padding-bottom: 260px;
  }
  .element--separator:after {
    bottom: 130px;
    width: 930px;
  }
  .element--has-padding-top {
    padding-top: 130px;
  }
  .element.top-padding {
    padding-top: 150px;
  }
  .element.top-padding:before {
    height: 92px;
  }
}
@media (min-width: 1200px) {
  .element--separator:after {
    width: 1110px;
  }
}
@media (min-width: 1440px) {
  .element--separator:after {
    width: 1324px;
  }
  .element.top-padding:before {
    height: 98px;
  }
}

.page-layout-top-padding {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .page-layout-top-padding {
    padding-top: 130px;
  }
}

.page-layout-no-elements {
  padding-top: 130px;
  position: relative;
}
.page-layout-no-elements:before {
  content: "";
  width: 100%;
  height: 73px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgb(8, 7, 10);
  background: linear-gradient(45deg, rgb(8, 7, 10) 0%, rgb(48, 46, 51) 100%);
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .page-layout-no-elements {
    padding-top: 150px;
  }
  .page-layout-no-elements:before {
    height: 92px;
  }
}
@media (min-width: 1440px) {
  .page-layout-no-elements:before {
    height: 98px;
  }
}

.row-small-gutter.row > .col, .row-small-gutter.row > [class*=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row-small-gutter.row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.title-line, .content-element .no-top-title .content-element__info > h1:first-child, .content-element .no-top-title .content-element__info > h2:first-child, .content-element .no-top-title .content-element__info > h3:first-child, .content-element .no-top-title .content-element__info > h4:first-child, .content-element .no-top-title .content-element__info > h5:first-child, .content-element .no-top-title .content-element__info > h6:first-child {
  position: relative;
}
.title-line--center:before, .banner--text-center .banner__page-title:before {
  margin-left: auto;
  margin-right: auto;
}
.title-line--right:before, .banner--text-right .banner__page-title:before {
  margin-left: auto;
  margin-right: 0;
}
.title-line:before, .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .content-element__info > h6:first-child:before {
  content: "";
  display: block;
  width: 45px;
  height: 8px;
  border-radius: 4px;
  background-color: #F15B5D;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .title-line--mobile-center:before {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .title-line--mobile:before {
    display: none;
  }
}
ul li,
ol li {
  list-style: none;
  list-style-type: none;
}

.info {
  margin-bottom: 40px;
}
.info > *:last-child {
  margin-bottom: 0;
}
.info h1, .info h2, .info h3, .info h4, .info h5, .info h6, .info ul, .info ol {
  margin-bottom: 35px;
}
.info p {
  line-height: 1.5625;
  margin-bottom: 25px;
}
.info p:last-child {
  margin-bottom: 0;
}
.info a:not(.btn):not(.resetformaction) {
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .info a:not(.btn):not(.resetformaction) {
    transition: none;
  }
}
.info a:not(.btn):not(.resetformaction):hover {
  color: #eb1517;
}
*:not(.content-element) .info ul,
*:not(.content-element) .info ol {
  padding-left: 20px;
}
*:not(.content-element) .info ul li,
*:not(.content-element) .info ol li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 4px;
  list-style: inherit;
  list-style-type: inherit;
}
*:not(.content-element) .info ul li:last-child,
*:not(.content-element) .info ol li:last-child {
  margin-bottom: 0;
}
*:not(.content-element) .info ul li:before,
*:not(.content-element) .info ol li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 15px;
}
*:not(.content-element) .info ol li {
  list-style-type: decimal;
}
*:not(.content-element) .info ol li::marker {
  font-weight: 700;
}
@media (min-width: 992px) {
  .info {
    margin-bottom: 45px;
  }
  .info h1, .info h2, .info h3, .info h4, .info h5, .info h6, .info ul, .info ol {
    margin-bottom: 20px;
  }
  .info p {
    line-height: 1.875;
    margin-bottom: 30px;
  }
  .info p:last-child {
    margin-bottom: 0;
  }
}

.social-links {
  padding: 0;
  margin: 0;
}
.social-links--horizontal {
  display: flex;
  min-width: 120px;
}
.social-links--horizontal li {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.social-links--horizontal li:last-child {
  margin-right: 0;
}
.social-links li {
  margin-bottom: 15px;
}
.social-links li:last-child {
  margin-bottom: 0;
}
.social-links li svg {
  width: 38px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .social-links li svg {
    transition: none;
  }
}
.social-links li a {
  display: inline-block;
}
.social-links li a:hover svg path {
  fill: #F15B5D;
}
.social-links--large li svg {
  width: 48px;
  height: 48px;
}

.fade-out, .content-popup, .main-menu {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 200ms, opacity 200ms linear;
}

.fade-in, .content-popup.is-active, .main-menu.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear;
}

.absolute-100, .story-content-slider__image, .location-section__map .image, .location-section__image .image, .contact-block__image, .media__bg-image, .media__image, .image-element__bg-image, .image-element__image, .banner__image, .banner__video, .card-stories__image, .card-blog__image .image, .card-podcast__image .image, .main-menu .menu .submenu-header__image, .card__image .image, .card-feature__image .image, .card-link__image, .login-page__bg, .home-page__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-content {
  background: rgb(8, 7, 10);
  background: linear-gradient(0deg, rgb(8, 7, 10) 0%, rgb(48, 46, 51) 100%);
  min-height: 100vh;
}

.bg-watermelon {
  background-color: #F15B5D;
  color: #fff;
}
.bg-watermelon.media .media__content-align, .bg-watermelon.image-element--block-background .image-element__content {
  background-color: #F15B5D;
}

.bg-grey-gradient {
  background-color: transparent;
  color: #fff;
}
.bg-grey-gradient.media .media__content-align, .bg-grey-gradient.image-element--block-background .image-element__content {
  background-color: transparent;
}

.bg-yellow {
  background-color: #FFC214;
  color: #fff;
}
.bg-yellow.media .media__content-align, .bg-yellow.image-element--block-background .image-element__content {
  background-color: #FFC214;
}

.bg-watermelon .btn, .bg-watermelon .userform .step-navigation button, .userform .step-navigation .bg-watermelon button, .bg-watermelon .userform .step-navigation .button, .userform .step-navigation .bg-watermelon .button, .bg-watermelon .userform .step-navigation input[type=submit], .userform .step-navigation .bg-watermelon input[type=submit], .bg-watermelon .remove-file-row .file-input:before, .remove-file-row .bg-watermelon .file-input:before, .bg-watermelon .section-filter .date-item input, .section-filter .date-item .bg-watermelon input, .bg-watermelon .section-title__filter .date-item input, .section-title__filter .date-item .bg-watermelon input, .bg-watermelon .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .bg-watermelon .dropdown, .bg-watermelon .jobs-page .search-section__submit button, .jobs-page .search-section__submit .bg-watermelon button, .bg-watermelon .jobs-page .search-section__item input, .jobs-page .search-section__item .bg-watermelon input, .bg-watermelon form [type=reset], form .bg-watermelon [type=reset], .bg-watermelon form [type=submit], form .bg-watermelon [type=submit],
.bg-watermelon form [type=button],
form .bg-watermelon [type=button], .bg-watermelon .Actions .action, .Actions .bg-watermelon .action, .bg-watermelon .resetformaction {
  color: #F15B5D !important;
}
.bg-watermelon .title-line:before, .bg-watermelon .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h1:first-child:before, .bg-watermelon .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h2:first-child:before, .bg-watermelon .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h3:first-child:before, .bg-watermelon .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h4:first-child:before, .bg-watermelon .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h5:first-child:before, .bg-watermelon .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .bg-watermelon .content-element__info > h6:first-child:before {
  background-color: #fff;
}

.overlay-watermelon {
  position: relative;
}
.overlay-watermelon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #F15B5D;
}
.overlay-watermelon .title-line:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h1:first-child:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h2:first-child:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h3:first-child:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h4:first-child:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h5:first-child:before, .overlay-watermelon .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .overlay-watermelon .content-element__info > h6:first-child:before {
  background-color: #fff;
}

.overlay-dark {
  position: relative;
}
.overlay-dark:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #000000;
}
.overlay-dark .title-line:before, .overlay-dark .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h1:first-child:before, .overlay-dark .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h2:first-child:before, .overlay-dark .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h3:first-child:before, .overlay-dark .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h4:first-child:before, .overlay-dark .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h5:first-child:before, .overlay-dark .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .overlay-dark .content-element__info > h6:first-child:before {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .col-xl-grid-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1440px) {
  .col-xxl-grid-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Forms */
/**
 * Select styles
 */
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: transparent;
  width: 100%;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
select::-ms-expand {
  display: none;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  pointer-events: none;
  position: absolute;
  z-index: 22;
  top: 5px;
  right: 10px;
  content: "\F078";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
}

.select-wrapper-ajax:after {
  top: -3px !important;
}

.site-search {
  position: relative;
  overflow: hidden;
  height: 52px;
  border-radius: 60px;
  background-color: #F15B5D;
  border: 3px solid #F15B5D;
  padding: 0;
}
.site-search input.form-control, .site-search .middleColumn input.text, .middleColumn .site-search input.text,
.site-search .middleColumn input.textarea,
.middleColumn .site-search input.textarea {
  height: 100%;
  width: 100%;
  padding-left: 20px;
  border: 0;
  background-color: transparent;
  color: #000;
}
.site-search input.form-control::-webkit-input-placeholder, .site-search .middleColumn input.text::-webkit-input-placeholder, .middleColumn .site-search input.text::-webkit-input-placeholder,
.site-search .middleColumn input.textarea::-webkit-input-placeholder,
.middleColumn .site-search input.textarea::-webkit-input-placeholder {
  color: #fff;
  font-weight: 700;
}
.site-search input.form-control::-moz-placeholder, .site-search .middleColumn input.text::-moz-placeholder, .middleColumn .site-search input.text::-moz-placeholder,
.site-search .middleColumn input.textarea::-moz-placeholder,
.middleColumn .site-search input.textarea::-moz-placeholder {
  color: #fff;
  font-weight: 700;
}
.site-search input.form-control:-ms-input-placeholder, .site-search .middleColumn input.text:-ms-input-placeholder, .middleColumn .site-search input.text:-ms-input-placeholder,
.site-search .middleColumn input.textarea:-ms-input-placeholder,
.middleColumn .site-search input.textarea:-ms-input-placeholder {
  color: #fff;
  font-weight: 700;
}
.site-search input.form-control:-moz-placeholder, .site-search .middleColumn input.text:-moz-placeholder, .middleColumn .site-search input.text:-moz-placeholder,
.site-search .middleColumn input.textarea:-moz-placeholder,
.middleColumn .site-search input.textarea:-moz-placeholder {
  color: #fff;
  font-weight: 700;
}
.site-search button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 52px !important;
  height: 100% !important;
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.site-search button svg {
  width: 23px;
  margin: 0 !important;
}
.site-search--white {
  background-color: #fff;
  border: 3px solid #fff;
}
.site-search--white input.form-control, .site-search--white .middleColumn input.text, .middleColumn .site-search--white input.text,
.site-search--white .middleColumn input.textarea,
.middleColumn .site-search--white input.textarea {
  color: #000;
}
.site-search--white input.form-control::-webkit-input-placeholder, .site-search--white .middleColumn input.text::-webkit-input-placeholder, .middleColumn .site-search--white input.text::-webkit-input-placeholder,
.site-search--white .middleColumn input.textarea::-webkit-input-placeholder,
.middleColumn .site-search--white input.textarea::-webkit-input-placeholder {
  color: #000;
}
.site-search--white input.form-control::-moz-placeholder, .site-search--white .middleColumn input.text::-moz-placeholder, .middleColumn .site-search--white input.text::-moz-placeholder,
.site-search--white .middleColumn input.textarea::-moz-placeholder,
.middleColumn .site-search--white input.textarea::-moz-placeholder {
  color: #000;
}
.site-search--white input.form-control:-ms-input-placeholder, .site-search--white .middleColumn input.text:-ms-input-placeholder, .middleColumn .site-search--white input.text:-ms-input-placeholder,
.site-search--white .middleColumn input.textarea:-ms-input-placeholder,
.middleColumn .site-search--white input.textarea:-ms-input-placeholder {
  color: #000;
}
.site-search--white input.form-control:-moz-placeholder, .site-search--white .middleColumn input.text:-moz-placeholder, .middleColumn .site-search--white input.text:-moz-placeholder,
.site-search--white .middleColumn input.textarea:-moz-placeholder,
.middleColumn .site-search--white input.textarea:-moz-placeholder {
  color: #000;
}
.site-search--white button svg path {
  fill: #000;
}

/* Forms */
input[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea,
select {
  box-shadow: none;
}

form [type=submit],
form [type=button] {
  width: auto;
  display: inline-block;
  margin-right: 0.2rem;
}

form [type=reset] {
  width: auto;
  display: inline-block;
  margin-right: 0.2rem;
}

select {
  background-image: url(../images/svg/angle-down-black.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 25px center !important;
  background-size: 16px !important;
  padding-right: 0.5rem;
}

textarea {
  resize: vertical;
}

label {
  font-size: 1rem;
  font-weight: normal;
}
label input {
  margin-top: 0.2rem;
}

fieldset {
  padding: 0;
  border: none;
  margin-bottom: 1rem;
}

.checkbox {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.field.file {
  padding: 1rem;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  width: 100%;
}
.field.file:hover {
  background-color: transparent !important;
  color: inherit !important;
}

.field.file label {
  text-shadow: none;
}

.field.file .button {
  background-color: transparent;
  padding: 0;
}

.field.file input {
  margin-bottom: 0;
}

.requiredField label:after {
  content: " * ";
  font-size: 1.2rem;
}

[type=checkbox]:checked + label:after,
[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

[type=checkbox]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:before,
[type=radio]:checked + label:before {
  background: #fff;
}

[type=checkbox] *:focus,
[type=radio] *:focus {
  outline: none;
}

[type=checkbox] + label,
[type=radio] + label {
  margin-left: 0;
  font-weight: 400 !important;
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked),
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label,
[type=radio]:checked + label,
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 1.7;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
}
[type=checkbox]:checked + label:before:focus,
[type=checkbox]:not(:checked) + label:before:focus,
[type=radio]:checked + label:before:focus,
[type=radio]:not(:checked) + label:before:focus {
  outline: none;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after,
[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #F15B5D;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
[type=checkbox]:checked + label:after:focus,
[type=checkbox]:not(:checked) + label:after:focus,
[type=radio]:checked + label:after:focus,
[type=radio]:not(:checked) + label:after:focus {
  outline: none;
}

[type=checkbox]:focus + label:before,
[type=radio]:focus + label:before {
  outline: #555555 auto 5px;
}

.message {
  background: #ffc107;
  padding: 0.5rem 1rem;
  border: 1px solid #ffc107;
}

.message.error {
  background: #F15B5D;
  border: 1px solid #F15B5D;
}

.message.success {
  background: l #28a745;
  border: 1px solid #28a745;
  color: #28a745;
}

form .middleColumn {
  width: 100%;
  position: relative;
}
form .uploadfield > label {
  width: 100%;
  max-width: none;
  flex: 1;
}
form .uploadfield .dz-previews-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 3px;
}
form .uploadfield .dz-preview.dz-image-preview {
  width: 62px;
  height: 62px;
  margin: 0;
  min-height: auto;
}
form .uploadfield .dz-preview.dz-image-preview .dz-image {
  height: 100%;
  width: auto;
}
form label,
form legend {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
form label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
form legend {
  margin-bottom: 20px !important;
}
form .field {
  margin-bottom: 20px;
}
form .field input,
form .field textarea, form .field.dropdown .dropdown,
form .field .readonly {
  padding: 5px 25px !important;
  box-shadow: none;
  font-size: 16px;
  line-height: 1;
  color: #000 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 32px !important;
}
form .field input::-webkit-input-placeholder,
form .field textarea::-webkit-input-placeholder, form .field.dropdown .dropdown::-webkit-input-placeholder,
form .field .readonly::-webkit-input-placeholder {
  opacity: 1;
  color: #000 !important;
}
form .field input::-moz-placeholder,
form .field textarea::-moz-placeholder, form .field.dropdown .dropdown::-moz-placeholder,
form .field .readonly::-moz-placeholder {
  opacity: 1;
  color: #000 !important;
}
form .field input:-ms-input-placeholder,
form .field textarea:-ms-input-placeholder, form .field.dropdown .dropdown:-ms-input-placeholder,
form .field .readonly:-ms-input-placeholder {
  opacity: 1;
  color: #000 !important;
}
form .field input:-moz-placeholder,
form .field textarea:-moz-placeholder, form .field.dropdown .dropdown:-moz-placeholder,
form .field .readonly:-moz-placeholder {
  opacity: 1;
  color: #000 !important;
}
form .field input:focus,
form .field textarea:focus, form .field.dropdown .dropdown:focus,
form .field .readonly:focus {
  outline: none !important;
  box-shadow: none !important;
}
form .field input,
form .field .dropdown,
form .field .readonly {
  margin-bottom: 0;
  height: 52px !important;
}
form .field.dropdown {
  padding: 0 !important;
  margin-bottom: 20px !important;
  height: auto !important;
}
form .field.dropdown .middleColumn {
  position: relative;
}
form .field.dropdown .dropdown {
  height: 52px !important;
}
form .field .readonly {
  display: flex;
  align-items: center;
  cursor: no-drop;
}
form .field select {
  font-size: 16px !important;
  color: #000 !important;
}
form .field > .dropdown {
  border: 0;
}
form .field textarea {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-bottom: 0;
  width: 100%;
}
form .field.checkbox, form .field.userformsoptionset {
  margin-bottom: 0;
}
form .file {
  padding: 0 !important;
  border: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
form .file .middleColumn {
  position: relative;
}
form .file .middleColumn .file {
  padding: 15px 0 7px 43px !important;
  width: 100%;
}
form .file .middleColumn .file:focus {
  outline: none;
}
form .file .middleColumn .file::-webkit-file-upload-button {
  visibility: hidden;
}
form .file .middleColumn .file:before {
  content: "Upload file";
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 132px;
  cursor: pointer;
}
form .userformsgroup .middleColumn > .field,
form .confirmedpassword .middleColumn > .field {
  height: auto;
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
form .Actions {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.element form .Actions .action {
  margin-bottom: 20px;
}
.element form .Actions .action:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .element form .Actions .action {
    max-width: calc(50% - 15px) !important;
    margin: 0;
  }
  .element form .Actions .action:first-child {
    margin-right: 30px;
  }
}

.btn, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .remove-file-row .file-input:before, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__submit button, .jobs-page .search-section__item input, .Actions .action, .resetformaction, form [type=submit],
form [type=button], form [type=reset], form .Actions .action {
  padding: 5px 17px;
  font-size: 16px;
  line-height: 1;
  border-radius: 60px;
  border: 2px solid;
  transition: all 0.15s ease-in-out;
  width: 260px;
  max-width: 100%;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .remove-file-row .file-input:before, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__submit button, .jobs-page .search-section__item input, .Actions .action, .resetformaction, form [type=submit],
  form [type=button], form [type=reset], form .Actions .action {
    transition: none;
  }
}
.btn:focus, .userform .step-navigation button:focus, .userform .step-navigation .button:focus, .userform .step-navigation input[type=submit]:focus, .remove-file-row .file-input:focus:before, .section-filter .date-item input:focus, .section-title__filter .date-item input:focus, .react-dropdown-wrapper .dropdown:focus, .jobs-page .search-section__submit button:focus, .jobs-page .search-section__item input:focus, .Actions .action:focus, .resetformaction:focus, form [type=submit]:focus,
form [type=button]:focus, form [type=reset]:focus {
  outline: none;
  box-shadow: none;
}
.btn svg, .userform .step-navigation button svg, .userform .step-navigation .button svg, .userform .step-navigation input[type=submit] svg, .remove-file-row .file-input:before svg, .section-filter .date-item input svg, .section-title__filter .date-item input svg, .react-dropdown-wrapper .dropdown svg, .jobs-page .search-section__submit button svg, .jobs-page .search-section__item input svg, .Actions .action svg, .resetformaction svg, form [type=submit] svg,
form [type=button] svg, form [type=reset] svg {
  margin-left: 35px;
  width: 21px;
  max-width: 100%;
}
.btn:hover, .userform .step-navigation button:hover, .userform .step-navigation .button:hover, .userform .step-navigation input[type=submit]:hover, .remove-file-row .file-input:hover:before, .section-filter .date-item input:hover, .section-title__filter .date-item input:hover, .react-dropdown-wrapper .dropdown:hover, .jobs-page .search-section__submit button:hover, .jobs-page .search-section__item input:hover, .Actions .action:hover, .resetformaction:hover, form [type=submit]:hover,
form [type=button]:hover, form [type=reset]:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .btn:hover, .userform .step-navigation button:hover, .userform .step-navigation .button:hover, .userform .step-navigation input[type=submit]:hover, .remove-file-row .file-input:hover:before, .section-filter .date-item input:hover, .section-title__filter .date-item input:hover, .react-dropdown-wrapper .dropdown:hover, .jobs-page .search-section__submit button:hover, .jobs-page .search-section__item input:hover, .Actions .action:hover, .resetformaction:hover, form [type=submit]:hover,
  form [type=button]:hover, form [type=reset]:hover {
    transform: scale(1.075);
  }
}
@media (max-width: 575.98px) {
  .btn, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .remove-file-row .file-input:before, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__submit button, .jobs-page .search-section__item input, .Actions .action, .resetformaction, form [type=submit],
  form [type=button], form [type=reset], form .Actions .action {
    width: 100%;
  }
}

.icon-btn, .slick-arrow, .booking-system-page__dates .calendar-nav {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px 0 rgba(20, 46, 92, 0.2);
  transition: all 0.15s ease-in-out;
  border: 2px solid;
  cursor: pointer;
}
.icon-btn--small {
  width: 52px;
  height: 52px;
}
.icon-btn:before, .slick-arrow:before, .booking-system-page__dates .calendar-nav:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
}
.icon-btn:hover, .slick-arrow:hover, .booking-system-page__dates .calendar-nav:hover {
  transform: scale(1.05);
}
@media (min-width: 992px) {
  .icon-btn:hover, .slick-arrow:hover, .booking-system-page__dates .calendar-nav:hover {
    transform: scale(1.075);
  }
}

.icon-btn-view-white:before {
  background-image: url("../images/svg/icon-eye-white.svg");
}

.icon-btn-download-white:before {
  background-image: url("../images/svg/icon-download-white.svg");
}

.icon-btn-view-blue:before {
  background-image: url("../images/svg/icon-eye-blue.svg");
}

.icon-btn-download-blue:before {
  background-image: url("../images/svg/icon-download-blue.svg");
}

.icon-btn-view-black:before {
  background-image: url("../images/svg/icon-eye-black.svg");
}

.icon-btn-download-black:before {
  background-image: url("../images/svg/icon-download-black.svg");
}

.icon-btn-angle-down-white:before {
  background-image: url("../images/svg/icon-angle-down-white.svg");
}

.btn-primary, .section-tag-filter__item > span.active, .element:not(.bg-grey-gradient) .card--staff .card__content .btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit], .questionnaire-block__answers .btn.active, .questionnaire-block__answers .Actions .active.action, .Actions .questionnaire-block__answers .active.action, .questionnaire-block__answers .active.resetformaction, .questionnaire-block__answers form .active[type=submit], form .questionnaire-block__answers .active[type=submit],
.questionnaire-block__answers form .active[type=button],
form .questionnaire-block__answers .active[type=button], .questionnaire-block__answers form .active[type=reset], form .questionnaire-block__answers .active[type=reset], .questionnaire-block__answers .jobs-page .search-section__item input.active, .jobs-page .search-section__item .questionnaire-block__answers input.active, .questionnaire-block__answers .jobs-page .search-section__submit button.active, .jobs-page .search-section__submit .questionnaire-block__answers button.active, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown, .questionnaire-block__answers .section-title__filter .date-item input.active, .section-title__filter .date-item .questionnaire-block__answers input.active, .questionnaire-block__answers .section-filter .date-item input.active, .section-filter .date-item .questionnaire-block__answers input.active, .questionnaire-block__answers .remove-file-row .active.file-input:before, .remove-file-row .questionnaire-block__answers .active.file-input:before, .questionnaire-block__answers .userform .step-navigation button.active, .userform .step-navigation .questionnaire-block__answers button.active, .questionnaire-block__answers .btn.btn:not(:disabled):not(.disabled).active, .userform .step-navigation button, .userform .step-navigation .button, .userform .step-navigation input[type=submit], .section-tag-filter__item > span:not(:disabled):not(.disabled).active, .jobs-account-page__links .btn.is-active, .jobs-account-page__links .userform .step-navigation button.is-active, .userform .step-navigation .jobs-account-page__links button.is-active, .jobs-account-page__links .remove-file-row .is-active.file-input:before, .remove-file-row .jobs-account-page__links .is-active.file-input:before, .jobs-account-page__links .section-filter .date-item input.is-active, .section-filter .date-item .jobs-account-page__links input.is-active, .jobs-account-page__links .section-title__filter .date-item input.is-active, .section-title__filter .date-item .jobs-account-page__links input.is-active, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown, .jobs-account-page__links .Actions .is-active.action, .Actions .jobs-account-page__links .is-active.action, .jobs-account-page__links .is-active.resetformaction, .jobs-account-page__links form .is-active[type=submit], form .jobs-account-page__links .is-active[type=submit],
.jobs-account-page__links form .is-active[type=button],
form .jobs-account-page__links .is-active[type=button], .jobs-account-page__links form .is-active[type=reset], form .jobs-account-page__links .is-active[type=reset], .jobs-account-page__links .jobs-page .search-section__item input.is-active, .jobs-page .search-section__item .jobs-account-page__links input.is-active, .jobs-account-page__links .jobs-page .search-section__submit button.is-active, .jobs-page .search-section__submit .jobs-account-page__links button.is-active, .jobs-page .search-section__submit button, .Actions .action, form .Actions .action {
  background-color: #F15B5D;
  border-color: #F15B5D;
  color: #fff;
}

.btn-primary:hover, .section-tag-filter__item > span.active:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .btn:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action:hover, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction:hover, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit]:hover, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit]:hover,
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button]:hover,
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button]:hover, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset]:hover, form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset]:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input:hover, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input:hover, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:hover:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:hover:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button:hover, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit]:hover, .questionnaire-block__answers .btn.active:hover, .questionnaire-block__answers .active.resetformaction:hover, .questionnaire-block__answers form .active[type=submit]:hover, form .questionnaire-block__answers .active[type=submit]:hover,
.questionnaire-block__answers form .active[type=button]:hover,
form .questionnaire-block__answers .active[type=button]:hover, .questionnaire-block__answers form .active[type=reset]:hover, form .questionnaire-block__answers .active[type=reset]:hover, .questionnaire-block__answers .jobs-page .search-section__item input.active:hover, .jobs-page .search-section__item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .react-dropdown-wrapper .active.dropdown:hover, .react-dropdown-wrapper .questionnaire-block__answers .active.dropdown:hover, .questionnaire-block__answers .section-title__filter .date-item input.active:hover, .section-title__filter .date-item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .section-filter .date-item input.active:hover, .section-filter .date-item .questionnaire-block__answers input.active:hover, .questionnaire-block__answers .remove-file-row .active.file-input:hover:before, .remove-file-row .questionnaire-block__answers .active.file-input:hover:before, .questionnaire-block__answers .btn.active:hover:not(:disabled):not(.disabled), .userform .step-navigation button:hover, .userform .step-navigation .button:hover, .userform .step-navigation input[type=submit]:hover, .section-tag-filter__item > span.active:hover:not(:disabled):not(.disabled), .jobs-account-page__links .btn.is-active:hover, .jobs-account-page__links .remove-file-row .is-active.file-input:hover:before, .remove-file-row .jobs-account-page__links .is-active.file-input:hover:before, .jobs-account-page__links .section-filter .date-item input.is-active:hover, .section-filter .date-item .jobs-account-page__links input.is-active:hover, .jobs-account-page__links .section-title__filter .date-item input.is-active:hover, .section-title__filter .date-item .jobs-account-page__links input.is-active:hover, .jobs-account-page__links .react-dropdown-wrapper .is-active.dropdown:hover, .react-dropdown-wrapper .jobs-account-page__links .is-active.dropdown:hover, .jobs-account-page__links .is-active.resetformaction:hover, .jobs-account-page__links form .is-active[type=submit]:hover, form .jobs-account-page__links .is-active[type=submit]:hover,
.jobs-account-page__links form .is-active[type=button]:hover,
form .jobs-account-page__links .is-active[type=button]:hover, .jobs-account-page__links form .is-active[type=reset]:hover, form .jobs-account-page__links .is-active[type=reset]:hover, .jobs-account-page__links .jobs-page .search-section__item input.is-active:hover, .jobs-page .search-section__item .jobs-account-page__links input.is-active:hover, .jobs-page .search-section__submit button:hover, .Actions .action:hover {
  background-color: #F15B5D;
  border-color: #F15B5D;
  color: #fff;
}

.btn-hollow-primary, .section-filter .date-item input, .section-title__filter .date-item input, .react-dropdown-wrapper .dropdown, .jobs-page .search-section__item input {
  background-color: transparent;
  border-color: #F15B5D;
  color: #fff;
}

.btn-hollow-primary:hover, .section-filter .date-item input:hover, .section-title__filter .date-item input:hover, .react-dropdown-wrapper .dropdown:hover, .jobs-page .search-section__item input:hover {
  background-color: transparent;
  border-color: #F15B5D;
  color: #fff;
}

.icon-btn-primary {
  background-color: #F15B5D;
  border-color: #F15B5D;
}

.icon-btn-primary:hover {
  background-color: #F15B5D;
  border-color: #F15B5D;
}

.btn-secondary, .element.bg-yellow .btn, .element.bg-yellow .Actions .action, .Actions .element.bg-yellow .action, .element.bg-yellow .resetformaction, .element.bg-yellow form [type=submit], form .element.bg-yellow [type=submit],
.element.bg-yellow form [type=button],
form .element.bg-yellow [type=button], .element.bg-yellow form [type=reset], form .element.bg-yellow [type=reset], .element.bg-yellow form .Actions .action, form .Actions .element.bg-yellow .action, .element.bg-yellow .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow input, .element.bg-yellow .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow button, .element.bg-yellow .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .dropdown, .element.bg-yellow .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow input, .element.bg-yellow .section-filter .date-item input, .section-filter .date-item .element.bg-yellow input, .element.bg-yellow .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .file-input:before, .element.bg-yellow .userform .step-navigation button, .userform .step-navigation .element.bg-yellow button, .element.bg-yellow .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .button, .element.bg-yellow .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow input[type=submit], .bg-watermelon .btn, .bg-watermelon .userform .step-navigation button, .userform .step-navigation .bg-watermelon button, .bg-watermelon .userform .step-navigation .button, .userform .step-navigation .bg-watermelon .button, .bg-watermelon .userform .step-navigation input[type=submit], .userform .step-navigation .bg-watermelon input[type=submit], .bg-watermelon .remove-file-row .file-input:before, .remove-file-row .bg-watermelon .file-input:before, .bg-watermelon .section-filter .date-item input, .section-filter .date-item .bg-watermelon input, .bg-watermelon .section-title__filter .date-item input, .section-title__filter .date-item .bg-watermelon input, .bg-watermelon .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .bg-watermelon .dropdown, .bg-watermelon .jobs-page .search-section__submit button, .jobs-page .search-section__submit .bg-watermelon button, .bg-watermelon .jobs-page .search-section__item input, .jobs-page .search-section__item .bg-watermelon input, .bg-watermelon .Actions .action, .Actions .bg-watermelon .action, .bg-watermelon .resetformaction, .bg-watermelon form [type=submit], form .bg-watermelon [type=submit],
.bg-watermelon form [type=button],
form .bg-watermelon [type=button], .bg-watermelon form [type=reset], form .bg-watermelon [type=reset] {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
}

.btn-secondary:hover, .element.bg-yellow .btn:hover, .element.bg-yellow .Actions .action:hover, .Actions .element.bg-yellow .action:hover, .element.bg-yellow .resetformaction:hover, .element.bg-yellow form [type=submit]:hover, form .element.bg-yellow [type=submit]:hover,
.element.bg-yellow form [type=button]:hover,
form .element.bg-yellow [type=button]:hover, .element.bg-yellow form [type=reset]:hover, form .element.bg-yellow [type=reset]:hover, .element.bg-yellow .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element.bg-yellow input:hover, .element.bg-yellow .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element.bg-yellow button:hover, .element.bg-yellow .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element.bg-yellow .dropdown:hover, .element.bg-yellow .section-title__filter .date-item input:hover, .section-title__filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .section-filter .date-item input:hover, .section-filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .remove-file-row .file-input:hover:before, .remove-file-row .element.bg-yellow .file-input:hover:before, .element.bg-yellow .userform .step-navigation button:hover, .userform .step-navigation .element.bg-yellow button:hover, .element.bg-yellow .userform .step-navigation .button:hover, .userform .step-navigation .element.bg-yellow .button:hover, .element.bg-yellow .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element.bg-yellow input[type=submit]:hover, .bg-watermelon .btn:hover, .bg-watermelon .userform .step-navigation button:hover, .userform .step-navigation .bg-watermelon button:hover, .bg-watermelon .userform .step-navigation .button:hover, .userform .step-navigation .bg-watermelon .button:hover, .bg-watermelon .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .bg-watermelon input[type=submit]:hover, .bg-watermelon .remove-file-row .file-input:hover:before, .remove-file-row .bg-watermelon .file-input:hover:before, .bg-watermelon .section-filter .date-item input:hover, .section-filter .date-item .bg-watermelon input:hover, .bg-watermelon .section-title__filter .date-item input:hover, .section-title__filter .date-item .bg-watermelon input:hover, .bg-watermelon .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .bg-watermelon .dropdown:hover, .bg-watermelon .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .bg-watermelon button:hover, .bg-watermelon .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .bg-watermelon input:hover, .bg-watermelon .Actions .action:hover, .Actions .bg-watermelon .action:hover, .bg-watermelon .resetformaction:hover, .bg-watermelon form [type=submit]:hover, form .bg-watermelon [type=submit]:hover,
.bg-watermelon form [type=button]:hover,
form .bg-watermelon [type=button]:hover, .bg-watermelon form [type=reset]:hover, form .bg-watermelon [type=reset]:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
}

.btn-hollow-secondary, .login-page .login-form .form-holder:not(.LoginForm_LoginForm-Holder) .btn-toolbar.Actions .action, .login-page .header__search .btn, .login-page .header__search .userform .step-navigation button, .userform .step-navigation .login-page .header__search button, .login-page .header__search .userform .step-navigation .button, .userform .step-navigation .login-page .header__search .button, .login-page .header__search .userform .step-navigation input[type=submit], .userform .step-navigation .login-page .header__search input[type=submit], .login-page .header__search .remove-file-row .file-input:before, .remove-file-row .login-page .header__search .file-input:before, .login-page .header__search .section-filter .date-item input, .section-filter .date-item .login-page .header__search input, .login-page .header__search .section-title__filter .date-item input, .section-title__filter .date-item .login-page .header__search input, .login-page .header__search .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .login-page .header__search .dropdown, .login-page .header__search .Actions .action, .Actions .login-page .header__search .action, .login-page .header__search .resetformaction, .login-page .header__search form [type=submit], form .login-page .header__search [type=submit],
.login-page .header__search form [type=button],
form .login-page .header__search [type=button], .login-page .header__search form [type=reset], form .login-page .header__search [type=reset], .login-page .header__search .jobs-page .search-section__item input, .jobs-page .search-section__item .login-page .header__search input, .login-page .header__search .jobs-page .search-section__submit button, .jobs-page .search-section__submit .login-page .header__search button,
.login-page .header__search .site-search {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}

.btn-hollow-secondary:hover, .login-page .login-form .form-holder:not(.LoginForm_LoginForm-Holder) .btn-toolbar.Actions .action:hover, .login-page .header__search .btn:hover, .login-page .header__search .userform .step-navigation button:hover, .userform .step-navigation .login-page .header__search button:hover, .login-page .header__search .userform .step-navigation .button:hover, .userform .step-navigation .login-page .header__search .button:hover, .login-page .header__search .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .login-page .header__search input[type=submit]:hover, .login-page .header__search .remove-file-row .file-input:hover:before, .remove-file-row .login-page .header__search .file-input:hover:before, .login-page .header__search .section-filter .date-item input:hover, .section-filter .date-item .login-page .header__search input:hover, .login-page .header__search .section-title__filter .date-item input:hover, .section-title__filter .date-item .login-page .header__search input:hover, .login-page .header__search .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .login-page .header__search .dropdown:hover, .login-page .header__search .Actions .action:hover, .Actions .login-page .header__search .action:hover, .login-page .header__search .resetformaction:hover, .login-page .header__search form [type=submit]:hover, form .login-page .header__search [type=submit]:hover,
.login-page .header__search form [type=button]:hover,
form .login-page .header__search [type=button]:hover, .login-page .header__search form [type=reset]:hover, form .login-page .header__search [type=reset]:hover, .login-page .header__search .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .login-page .header__search input:hover, .login-page .header__search .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .login-page .header__search button:hover,
.login-page .header__search .site-search:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}

.icon-btn-secondary, .element.bg-grey-gradient .card--bottom-btns .card__btns .icon-btn, .element.bg-grey-gradient .card--bottom-btns .card__btns .slick-arrow, .element.bg-grey-gradient .card--bottom-btns .card__btns .booking-system-page__dates .calendar-nav, .booking-system-page__dates .element.bg-grey-gradient .card--bottom-btns .card__btns .calendar-nav, .slick-arrow, .booking-system-page__dates .calendar-nav {
  background-color: #ffffff;
  border-color: #ffffff;
}

.icon-btn-secondary:hover, .element.bg-grey-gradient .card--bottom-btns .card__btns .icon-btn:hover, .element.bg-grey-gradient .card--bottom-btns .card__btns .slick-arrow:hover, .element.bg-grey-gradient .card--bottom-btns .card__btns .booking-system-page__dates .calendar-nav:hover, .booking-system-page__dates .element.bg-grey-gradient .card--bottom-btns .card__btns .calendar-nav:hover, .slick-arrow:hover, .booking-system-page__dates .calendar-nav:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-yellow {
  background-color: #FFC214;
  border-color: #FFC214;
  color: #fff;
}

.btn-yellow:hover {
  background-color: #FFC214;
  border-color: #FFC214;
  color: #fff;
}

.btn-hollow-yellow {
  background-color: transparent;
  border-color: #FFC214;
  color: #fff;
}

.btn-hollow-yellow:hover {
  background-color: transparent;
  border-color: #FFC214;
  color: #fff;
}

.icon-btn-yellow {
  background-color: #FFC214;
  border-color: #FFC214;
}

.icon-btn-yellow:hover {
  background-color: #FFC214;
  border-color: #FFC214;
}

.btn-black, .element.bg-yellow .card--staff .card__content .btn, .element.bg-yellow .card--staff .card__content .Actions .action, .Actions .element.bg-yellow .card--staff .card__content .action, .element.bg-yellow .card--staff .card__content .resetformaction, .element.bg-yellow .card--staff .card__content form [type=submit], form .element.bg-yellow .card--staff .card__content [type=submit],
.element.bg-yellow .card--staff .card__content form [type=button],
form .element.bg-yellow .card--staff .card__content [type=button], .element.bg-yellow .card--staff .card__content form [type=reset], form .element.bg-yellow .card--staff .card__content [type=reset], .element.bg-yellow .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow .card--staff .card__content button, .element.bg-yellow .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .card--staff .card__content .dropdown, .element.bg-yellow .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .card--staff .card__content .file-input:before, .element.bg-yellow .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .element.bg-yellow .card--staff .card__content button, .element.bg-yellow .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .card--staff .card__content .button, .element.bg-yellow .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow .card--staff .card__content input[type=submit] {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-black:hover, .element.bg-yellow .card--staff .card__content .btn:hover, .element.bg-yellow .card--staff .card__content .Actions .action:hover, .Actions .element.bg-yellow .card--staff .card__content .action:hover, .element.bg-yellow .card--staff .card__content .resetformaction:hover, .element.bg-yellow .card--staff .card__content form [type=submit]:hover, form .element.bg-yellow .card--staff .card__content [type=submit]:hover,
.element.bg-yellow .card--staff .card__content form [type=button]:hover,
form .element.bg-yellow .card--staff .card__content [type=button]:hover, .element.bg-yellow .card--staff .card__content form [type=reset]:hover, form .element.bg-yellow .card--staff .card__content [type=reset]:hover, .element.bg-yellow .card--staff .card__content .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element.bg-yellow .card--staff .card__content input:hover, .element.bg-yellow .card--staff .card__content .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element.bg-yellow .card--staff .card__content button:hover, .element.bg-yellow .card--staff .card__content .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element.bg-yellow .card--staff .card__content .dropdown:hover, .element.bg-yellow .card--staff .card__content .section-title__filter .date-item input:hover, .section-title__filter .date-item .element.bg-yellow .card--staff .card__content input:hover, .element.bg-yellow .card--staff .card__content .section-filter .date-item input:hover, .section-filter .date-item .element.bg-yellow .card--staff .card__content input:hover, .element.bg-yellow .card--staff .card__content .remove-file-row .file-input:hover:before, .remove-file-row .element.bg-yellow .card--staff .card__content .file-input:hover:before, .element.bg-yellow .card--staff .card__content .userform .step-navigation button:hover, .userform .step-navigation .element.bg-yellow .card--staff .card__content button:hover, .element.bg-yellow .card--staff .card__content .userform .step-navigation .button:hover, .userform .step-navigation .element.bg-yellow .card--staff .card__content .button:hover, .element.bg-yellow .card--staff .card__content .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element.bg-yellow .card--staff .card__content input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.btn-hollow-black {
  background-color: transparent;
  border-color: #000000;
  color: #fff;
}

.btn-hollow-black:hover {
  background-color: transparent;
  border-color: #000000;
  color: #fff;
}

.icon-btn-black {
  background-color: #000000;
  border-color: #000000;
}

.icon-btn-black:hover {
  background-color: #000000;
  border-color: #000000;
}

.btn-secondary, .element.bg-yellow .btn, .element.bg-yellow .Actions .action, .Actions .element.bg-yellow .action, .element.bg-yellow .resetformaction, .element.bg-yellow form [type=submit], form .element.bg-yellow [type=submit],
.element.bg-yellow form [type=button],
form .element.bg-yellow [type=button], .element.bg-yellow form [type=reset], form .element.bg-yellow [type=reset], .element.bg-yellow form .Actions .action, form .Actions .element.bg-yellow .action, .element.bg-yellow .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow input, .element.bg-yellow .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow button, .element.bg-yellow .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .dropdown, .element.bg-yellow .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow input, .element.bg-yellow .section-filter .date-item input, .section-filter .date-item .element.bg-yellow input, .element.bg-yellow .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .file-input:before, .element.bg-yellow .userform .step-navigation button, .userform .step-navigation .element.bg-yellow button, .element.bg-yellow .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .button, .element.bg-yellow .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow input[type=submit], .bg-watermelon .btn, .bg-watermelon .userform .step-navigation button, .userform .step-navigation .bg-watermelon button, .bg-watermelon .userform .step-navigation .button, .userform .step-navigation .bg-watermelon .button, .bg-watermelon .userform .step-navigation input[type=submit], .userform .step-navigation .bg-watermelon input[type=submit], .bg-watermelon .remove-file-row .file-input:before, .remove-file-row .bg-watermelon .file-input:before, .bg-watermelon .section-filter .date-item input, .section-filter .date-item .bg-watermelon input, .bg-watermelon .section-title__filter .date-item input, .section-title__filter .date-item .bg-watermelon input, .bg-watermelon .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .bg-watermelon .dropdown, .bg-watermelon .jobs-page .search-section__submit button, .jobs-page .search-section__submit .bg-watermelon button, .bg-watermelon .jobs-page .search-section__item input, .jobs-page .search-section__item .bg-watermelon input, .bg-watermelon .Actions .action, .Actions .bg-watermelon .action, .bg-watermelon .resetformaction, .bg-watermelon form [type=submit], form .bg-watermelon [type=submit],
.bg-watermelon form [type=button],
form .bg-watermelon [type=button], .bg-watermelon form [type=reset], form .bg-watermelon [type=reset],
.btn-yellow {
  color: #000;
}
.btn-secondary:hover, .element.bg-yellow .btn:hover, .element.bg-yellow .Actions .action:hover, .Actions .element.bg-yellow .action:hover, .element.bg-yellow .resetformaction:hover, .element.bg-yellow form [type=submit]:hover, form .element.bg-yellow [type=submit]:hover,
.element.bg-yellow form [type=button]:hover,
form .element.bg-yellow [type=button]:hover, .element.bg-yellow form [type=reset]:hover, form .element.bg-yellow [type=reset]:hover, .element.bg-yellow .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .element.bg-yellow input:hover, .element.bg-yellow .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .element.bg-yellow button:hover, .element.bg-yellow .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .element.bg-yellow .dropdown:hover, .element.bg-yellow .section-title__filter .date-item input:hover, .section-title__filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .section-filter .date-item input:hover, .section-filter .date-item .element.bg-yellow input:hover, .element.bg-yellow .remove-file-row .file-input:hover:before, .remove-file-row .element.bg-yellow .file-input:hover:before, .element.bg-yellow .userform .step-navigation button:hover, .userform .step-navigation .element.bg-yellow button:hover, .element.bg-yellow .userform .step-navigation .button:hover, .userform .step-navigation .element.bg-yellow .button:hover, .element.bg-yellow .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .element.bg-yellow input[type=submit]:hover, .bg-watermelon .btn:hover, .bg-watermelon .userform .step-navigation button:hover, .userform .step-navigation .bg-watermelon button:hover, .bg-watermelon .userform .step-navigation .button:hover, .userform .step-navigation .bg-watermelon .button:hover, .bg-watermelon .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .bg-watermelon input[type=submit]:hover, .bg-watermelon .remove-file-row .file-input:hover:before, .remove-file-row .bg-watermelon .file-input:hover:before, .bg-watermelon .section-filter .date-item input:hover, .section-filter .date-item .bg-watermelon input:hover, .bg-watermelon .section-title__filter .date-item input:hover, .section-title__filter .date-item .bg-watermelon input:hover, .bg-watermelon .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .bg-watermelon .dropdown:hover, .bg-watermelon .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .bg-watermelon button:hover, .bg-watermelon .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .bg-watermelon input:hover, .bg-watermelon .Actions .action:hover, .Actions .bg-watermelon .action:hover, .bg-watermelon .resetformaction:hover, .bg-watermelon form [type=submit]:hover, form .bg-watermelon [type=submit]:hover,
.bg-watermelon form [type=button]:hover,
form .bg-watermelon [type=button]:hover, .bg-watermelon form [type=reset]:hover, form .bg-watermelon [type=reset]:hover,
.btn-yellow:hover {
  color: #000;
}

/* Typography */
/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    margin-bottom: 45px;
  }
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.225;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 1;
  }
}

h2, .h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.225;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.2;
  }
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.3666666667;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

h4, .h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.44;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6666666667;
  }
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.44;
}
@media (min-width: 992px) {
  h5, .h5 {
    line-height: 1.9;
  }
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

/* Page links */
.page p a {
  text-decoration: underline;
  color: #212529;
}
.page p a:hover,
.page p a:active {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944);
  outline: none;
}

/* Adds an icon to the link in content on the page to identify the filetype */
.content a[href^="http://"], .grid-container a[href^="http://"],
.content a[href^=https], .grid-container a[href^=https] .content a.external,
.grid-container a.external {
  padding-right: 13px;
  margin-right: 4px;
  position: relative;
}
.content a[href^="http://"]:after, .grid-container a[href^="http://"]:after,
.content a[href^=https]:after, .grid-container a[href^=https] .content a.external:after,
.grid-container a.external:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F08E";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
}

.content a[href$=".doc"], .grid-container a[href$=".doc"],
.content a[href$=".DOC"], .grid-container a[href$=".DOC"],
.content a[href$=".docx"], .grid-container a[href$=".docx"],
.content a[href$=".DOCX"], .grid-container a[href$=".DOCX"],
.content .doc, .grid-container .doc {
  padding-left: 22px;
  padding-right: 0;
  position: relative;
}
.content a[href$=".doc"]:before, .grid-container a[href$=".doc"]:before,
.content a[href$=".DOC"]:before, .grid-container a[href$=".DOC"]:before,
.content a[href$=".docx"]:before, .grid-container a[href$=".docx"]:before,
.content a[href$=".DOCX"]:before, .grid-container a[href$=".DOCX"]:before,
.content .doc:before, .grid-container .doc:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F1C2";
  position: absolute;
  right: 0;
  left: 0;
}

.content a[href$=".xls"], .grid-container a[href$=".xls"],
.content a[href$=".XLS"], .grid-container a[href$=".XLS"],
.content a[href$=".xlsx"], .grid-container a[href$=".xlsx"],
.content a[href$=".XLSX"], .grid-container a[href$=".XLSX"],
.content .xls, .grid-container .xls {
  padding-left: 22px;
  padding-right: 0;
  position: relative;
}
.content a[href$=".xls"]:before, .grid-container a[href$=".xls"]:before,
.content a[href$=".XLS"]:before, .grid-container a[href$=".XLS"]:before,
.content a[href$=".xlsx"]:before, .grid-container a[href$=".xlsx"]:before,
.content a[href$=".XLSX"]:before, .grid-container a[href$=".XLSX"]:before,
.content .xls:before, .grid-container .xls:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F1C3";
  position: absolute;
  right: 0;
  left: 0;
}

.content a[href$=".gz"], .grid-container a[href$=".gz"],
.content a[href$=".GZ"], .grid-container a[href$=".GZ"],
.content a[href$=".gzip"], .grid-container a[href$=".gzip"],
.content a[href$=".GZIP"], .grid-container a[href$=".GZIP"],
.content a[href$=".zip"], .grid-container a[href$=".zip"],
.content a[href$=".ZIP"], .grid-container a[href$=".ZIP"],
.content .archive, .grid-container .archive {
  padding-left: 22px;
  padding-right: 0;
  position: relative;
}
.content a[href$=".gz"]:before, .grid-container a[href$=".gz"]:before,
.content a[href$=".GZ"]:before, .grid-container a[href$=".GZ"]:before,
.content a[href$=".gzip"]:before, .grid-container a[href$=".gzip"]:before,
.content a[href$=".GZIP"]:before, .grid-container a[href$=".GZIP"]:before,
.content a[href$=".zip"]:before, .grid-container a[href$=".zip"]:before,
.content a[href$=".ZIP"]:before, .grid-container a[href$=".ZIP"]:before,
.content .archive:before, .grid-container .archive:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F1C6";
  position: absolute;
  right: 0;
  left: 0;
}

.content a[href$=".exe"], .grid-container a[href$=".exe"],
.content a[href$=".EXE"], .grid-container a[href$=".EXE"],
.content .application, .grid-container .application {
  padding-left: 22px;
  padding-right: 0;
  position: relative;
}
.content a[href$=".exe"]:before, .grid-container a[href$=".exe"]:before,
.content a[href$=".EXE"]:before, .grid-container a[href$=".EXE"]:before,
.content .application:before, .grid-container .application:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F1C9";
  position: absolute;
  right: 0;
  left: 0;
}

.content a[href$=".pdf"], .grid-container a[href$=".pdf"],
.content a[href$=".PDF"], .grid-container a[href$=".PDF"],
.content .pdf, .grid-container .pdf {
  padding-left: 22px;
  padding-right: 0;
  position: relative;
}
.content a[href$=".pdf"]:before, .grid-container a[href$=".pdf"]:before,
.content a[href$=".PDF"]:before, .grid-container a[href$=".PDF"]:before,
.content .pdf:before, .grid-container .pdf:before {
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  content: "\F1C1";
  position: absolute;
  right: 0;
  left: 0;
}

/* Lists */
.material-icon-list {
  list-style: none;
  padding-left: 0;
}
.material-icon-list i {
  position: relative;
  top: 7px;
  right: 4px;
}

/* Space after paragraphs */
/* Space after lists */
/* Tables */
/* Layout */
/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 1000ms linear;
}
.header .wrapper {
  padding: 20px 0;
}
.header .hamburger {
  position: relative;
  width: 36px;
  height: 38px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all !important;
  z-index: 100;
  padding: 0;
  border: 0;
}
.header .hamburger .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  padding: 0;
}
.header .hamburger .line-2 {
  top: 13px;
}
.header .hamburger .text {
  position: relative;
  margin-top: 24px;
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.header .hamburger.is-active:hover {
  opacity: 1;
}
.header .hamburger.is-active .line-1 {
  transform: rotate(45deg);
  top: 13px;
}
.header .hamburger.is-active .line-2 {
  transform: rotate(-45deg);
  top: 13px;
}
.header .hamburger.is-active .text {
  display: none;
}
.header__hamburger {
  display: flex;
  align-items: center;
}
.header__logo .logo {
  max-width: 100%;
  position: relative;
}
.header__logo .logo img {
  width: 100%;
}
.header__logo .logo:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 2px;
}
.header__logo .logo-1 {
  width: 170px;
  padding-right: 20px;
}
.header__logo .logo-2 {
  width: 60px;
  padding-left: 15px;
}
.header__logo .logo-2:after {
  display: none;
}
.header__logo .logo-2 img {
  opacity: 0.3;
}
.header__search {
  justify-content: flex-end;
}
.header__search * {
  margin-right: 10px;
}
.header__search *:last-child {
  margin-right: 0 !important;
}
.header__search .site-search {
  width: 33.3333333333%;
}
.header__search .btn-favourites svg {
  margin-left: 5px;
}
.header__search .btn:not(.login), .header__search .userform .step-navigation button:not(.login), .userform .step-navigation .header__search button:not(.login), .header__search .userform .step-navigation .button:not(.login), .userform .step-navigation .header__search .button:not(.login), .header__search .userform .step-navigation input[type=submit]:not(.login), .userform .step-navigation .header__search input[type=submit]:not(.login), .header__search .remove-file-row .file-input:not(.login):before, .remove-file-row .header__search .file-input:not(.login):before, .header__search .section-filter .date-item input:not(.login), .section-filter .date-item .header__search input:not(.login), .header__search .section-title__filter .date-item input:not(.login), .section-title__filter .date-item .header__search input:not(.login), .header__search .react-dropdown-wrapper .dropdown:not(.login), .react-dropdown-wrapper .header__search .dropdown:not(.login), .header__search .jobs-page .search-section__submit button:not(.login), .jobs-page .search-section__submit .header__search button:not(.login), .header__search .jobs-page .search-section__item input:not(.login), .jobs-page .search-section__item .header__search input:not(.login), .header__search .Actions .action:not(.login), .Actions .header__search .action:not(.login), .header__search .resetformaction:not(.login), .header__search form [type=submit]:not(.login), form .header__search [type=submit]:not(.login),
.header__search form [type=button]:not(.login),
form .header__search [type=button]:not(.login), .header__search form [type=reset]:not(.login), form .header__search [type=reset]:not(.login) {
  width: auto;
}
.header__search .btn:not(.login) svg, .header__search .userform .step-navigation button:not(.login) svg, .userform .step-navigation .header__search button:not(.login) svg, .header__search .userform .step-navigation .button:not(.login) svg, .userform .step-navigation .header__search .button:not(.login) svg, .header__search .userform .step-navigation input[type=submit]:not(.login) svg, .userform .step-navigation .header__search input[type=submit]:not(.login) svg, .header__search .remove-file-row .file-input:not(.login):before svg, .remove-file-row .header__search .file-input:not(.login):before svg, .header__search .section-filter .date-item input:not(.login) svg, .section-filter .date-item .header__search input:not(.login) svg, .header__search .section-title__filter .date-item input:not(.login) svg, .section-title__filter .date-item .header__search input:not(.login) svg, .header__search .react-dropdown-wrapper .dropdown:not(.login) svg, .react-dropdown-wrapper .header__search .dropdown:not(.login) svg, .header__search .jobs-page .search-section__submit button:not(.login) svg, .jobs-page .search-section__submit .header__search button:not(.login) svg, .header__search .jobs-page .search-section__item input:not(.login) svg, .jobs-page .search-section__item .header__search input:not(.login) svg, .header__search .Actions .action:not(.login) svg, .Actions .header__search .action:not(.login) svg, .header__search .resetformaction:not(.login) svg, .header__search form [type=submit]:not(.login) svg, form .header__search [type=submit]:not(.login) svg,
.header__search form [type=button]:not(.login) svg,
form .header__search [type=button]:not(.login) svg, .header__search form [type=reset]:not(.login) svg, form .header__search [type=reset]:not(.login) svg {
  margin-left: 10px;
}
.header__search .login {
  max-width: 130px;
}
.header__search form .form-control, .header__search form .middleColumn .text, .middleColumn .header__search form .text,
.header__search form .middleColumn .textarea,
.middleColumn .header__search form .textarea {
  color: #fff;
  font-weight: 700;
}
.header__login.btn, .userform .step-navigation button.header__login, .userform .step-navigation .header__login.button, .userform .step-navigation input.header__login[type=submit], .remove-file-row .header__login.file-input:before, .section-filter .date-item input.header__login, .section-title__filter .date-item input.header__login, .react-dropdown-wrapper .header__login.dropdown, .jobs-page .search-section__submit button.header__login, .jobs-page .search-section__item input.header__login, .Actions .header__login.action, .header__login.resetformaction, form .header__login[type=submit],
form .header__login[type=button], form .header__login[type=reset] {
  min-width: 80px;
}
.header.stick {
  background: rgb(8, 7, 10);
  background: linear-gradient(45deg, rgb(8, 7, 10) 0%, rgb(48, 46, 51) 100%);
  border-radius: 0 0 20px 20px;
}
.header.stick .wrapper:after {
  display: none;
}
@media (max-width: 991.98px) {
  .header {
    z-index: 10000;
  }
  .header .wrapper {
    position: relative;
    flex-direction: row-reverse;
    padding: 20px 0 15px;
  }
  .header .wrapper:after {
    content: "";
    display: block;
    width: calc(100% - 30px);
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #fff;
    border-radius: 2px;
  }
  .header__hamburger {
    justify-content: flex-end;
  }
  .header.open-menu {
    background: transparent;
  }
  .header.open-menu .wrapper:after {
    display: block;
  }
}
@media (min-width: 992px) {
  .header__logo {
    justify-content: center;
  }
  .header.open-menu .hamburger {
    z-index: 1000;
  }
}
@media (min-width: 1200px) {
  .header__logo .logo-1 {
    width: 250px;
  }
  .header__logo .logo-2 {
    width: 82px;
  }
}
@media (min-width: 1440px) {
  .header__search * {
    margin-right: 15px;
  }
  .header__logo .logo-1 {
    width: 290px;
    padding-right: 30px;
  }
  .header__logo .logo-2 {
    width: 110px;
    padding-left: 25px;
  }
}
@media (min-width: 1640px) {
  .header__search .btn:not(.login) svg, .header__search .userform .step-navigation button:not(.login) svg, .userform .step-navigation .header__search button:not(.login) svg, .header__search .userform .step-navigation .button:not(.login) svg, .userform .step-navigation .header__search .button:not(.login) svg, .header__search .userform .step-navigation input[type=submit]:not(.login) svg, .userform .step-navigation .header__search input[type=submit]:not(.login) svg, .header__search .remove-file-row .file-input:not(.login):before svg, .remove-file-row .header__search .file-input:not(.login):before svg, .header__search .section-filter .date-item input:not(.login) svg, .section-filter .date-item .header__search input:not(.login) svg, .header__search .section-title__filter .date-item input:not(.login) svg, .section-title__filter .date-item .header__search input:not(.login) svg, .header__search .react-dropdown-wrapper .dropdown:not(.login) svg, .react-dropdown-wrapper .header__search .dropdown:not(.login) svg, .header__search .jobs-page .search-section__submit button:not(.login) svg, .jobs-page .search-section__submit .header__search button:not(.login) svg, .header__search .jobs-page .search-section__item input:not(.login) svg, .jobs-page .search-section__item .header__search input:not(.login) svg, .header__search .Actions .action:not(.login) svg, .Actions .header__search .action:not(.login) svg, .header__search .resetformaction:not(.login) svg, .header__search form [type=submit]:not(.login) svg, form .header__search [type=submit]:not(.login) svg,
  .header__search form [type=button]:not(.login) svg,
  form .header__search [type=button]:not(.login) svg, .header__search form [type=reset]:not(.login) svg, form .header__search [type=reset]:not(.login) svg {
    margin-left: 35px;
  }
}

/* Page */
.page-background {
  background-color: #fff;
}

.page {
  padding: 30px 0 30px 0;
  padding: 1.875rem 0 1.875rem 0;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.py-standard {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .py-standard {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .py-standard {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.footer {
  color: #fff;
  padding: 60px 0 30px;
}
.footer__form {
  padding-bottom: 60px;
  margin-bottom: 55px;
  border-bottom: 2px solid #F15B5D;
}
.footer__form .title {
  margin-bottom: 40px;
  font-size: 24px;
}
.footer__form form label {
  display: none;
}
.footer__form form fieldset {
  margin-bottom: 0;
}
.footer__form form fieldset .field input {
  border-color: #fff !important;
  background-color: #fff !important;
  color: #000 !important;
}
.footer__form form fieldset .field input::-webkit-input-placeholder {
  color: #000 !important;
  font-weight: 700;
}
.footer__form form fieldset .field input::-moz-placeholder {
  color: #000 !important;
  font-weight: 700;
}
.footer__form form fieldset .field input:-ms-input-placeholder {
  color: #000 !important;
  font-weight: 700;
}
.footer__form form fieldset .field input:-moz-placeholder {
  color: #000 !important;
  font-weight: 700;
}
.footer__form form fieldset .field:last-child {
  margin-bottom: 0;
}
.footer__form form .Actions {
  margin-top: 20px;
}
.footer__form form .Actions .action {
  width: 100%;
}
.footer__bottom .logo {
  display: inline-block;
}
.footer__bottom .logo img {
  width: 100%;
}
.footer__bottom .logo-1 {
  width: 256px;
  margin-bottom: 25px;
}
.footer__bottom .logo-2 {
  width: 193px;
}
.footer__bottom .footer-logos {
  margin-bottom: 45px;
}
.footer__bottom .social-links {
  justify-content: center;
  margin-bottom: 30px;
}
.footer__bottom .copyright {
  margin-bottom: 0;
}
.footer__bottom .copyright a {
  color: #fff;
}
.footer__bottom .copyright a:hover {
  color: #F15B5D;
}
@media (min-width: 768px) {
  .footer__bottom .footer-logos {
    display: flex;
    align-items: center;
  }
  .footer__bottom .footer-logos .logo {
    margin-right: 15px;
  }
  .footer__bottom .footer-logos .logo:last-child {
    margin-right: 0 !important;
  }
  .footer__bottom .footer-logos .logo-1 {
    margin-bottom: 0;
  }
  .footer__social {
    margin-bottom: 45px;
  }
  .footer__social .social-links {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 60px 0 15px;
  }
  .footer__form {
    padding-bottom: 0;
    margin-bottom: 45px;
  }
  .footer__form .form-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__form .title {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .footer__form form {
    display: flex;
    align-items: center;
  }
  .footer__form form fieldset {
    display: flex;
    align-items: center;
    margin-right: 10px;
  }
  .footer__form form fieldset .field {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .footer__form form fieldset .field:last-child {
    margin-right: 0;
  }
  .footer__form form .Actions {
    margin-top: 0;
  }
  .footer__form form .Actions .action {
    min-width: 160px;
  }
  .footer__bottom .footer-logos, .footer__bottom__social,
  .footer__bottom .footer__newsletter {
    margin-bottom: 55px;
  }
  .footer__bottom .footer-logos .logo {
    margin-right: 40px;
  }
  .footer__bottom .footer-logos .logo-1 {
    width: 197px;
  }
  .footer__bottom .footer-logos .logo-2 {
    width: 132px;
  }
}
@media (min-width: 1440px) {
  .footer__form .title {
    margin-right: 20px;
  }
  .footer__form form fieldset {
    margin-right: 20px;
  }
  .footer__form form fieldset .field {
    margin-right: 20px;
    min-width: 260px;
  }
  .footer__form form .Actions .action {
    min-width: 260px;
  }
}

/* Pages */
/* Search */
.search-results {
  padding-left: 0;
  list-style: none;
}
.search-results__return {
  background: linear-gradient(0deg, rgb(62, 148, 152) 0%, rgb(31, 131, 144) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  font-size: 30px;
}
.search-results__return h3 {
  font-size: 30px;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.search-results__return span {
  display: block;
  color: white;
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .search-results__return h3 {
    justify-content: flex-start;
  }
  .search-results__return span {
    width: auto;
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.search-results-listing {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.home-page .main-content {
  padding: 90px 0;
  display: flex;
  align-items: center;
  height: 100vh;
}
.home-page .main-content > .container, .home-page .banner .main-content > .banner-scroll-align, .banner .home-page .main-content > .banner-scroll-align, .home-page .main-content > .element--separator:after {
  z-index: 1;
  height: 100%;
  overflow-y: auto;
}
.home-page .main-content > .container::-webkit-scrollbar, .home-page .banner .main-content > .banner-scroll-align::-webkit-scrollbar, .banner .home-page .main-content > .banner-scroll-align::-webkit-scrollbar {
  display: none;
}
.home-page .header__hamburger {
  display: none !important;
}
.home-page .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-page .section-title {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .section-title .logo-align {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
}
.home-page .section-title .logo {
  width: 100%;
  margin: 0 auto;
}
.home-page .section-title .btn, .home-page .section-title .userform .step-navigation button, .userform .step-navigation .home-page .section-title button, .home-page .section-title .userform .step-navigation .button, .userform .step-navigation .home-page .section-title .button, .home-page .section-title .userform .step-navigation input[type=submit], .userform .step-navigation .home-page .section-title input[type=submit], .home-page .section-title .remove-file-row .file-input:before, .remove-file-row .home-page .section-title .file-input:before, .home-page .section-title .section-filter .date-item input, .section-filter .date-item .home-page .section-title input, .home-page .section-title .section-title__filter .date-item input, .section-title__filter .date-item .home-page .section-title input, .home-page .section-title .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .home-page .section-title .dropdown, .home-page .section-title .jobs-page .search-section__submit button, .jobs-page .search-section__submit .home-page .section-title button, .home-page .section-title .jobs-page .search-section__item input, .jobs-page .search-section__item .home-page .section-title input, .home-page .section-title .Actions .action, .Actions .home-page .section-title .action, .home-page .section-title .resetformaction, .home-page .section-title form [type=submit], form .home-page .section-title [type=submit],
.home-page .section-title form [type=button],
form .home-page .section-title [type=button], .home-page .section-title form [type=reset], form .home-page .section-title [type=reset] {
  width: auto;
  min-width: 210px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 13px;
}
.home-page .section-title .link,
.home-page .section-title .info p {
  font-size: 16px;
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.home-page .section-title .link {
  background: none;
  border: 0;
  color: #fff;
  margin-top: 14px;
}
.home-page .section-title .link:focus {
  outline: none;
}
.home-page .section-title .link .less {
  display: none;
}
.home-page .section-title .link[aria-expanded=true] .less {
  display: block;
}
.home-page .section-title .link[aria-expanded=true] .more {
  display: none;
}
.home-page .section-title .info {
  margin-bottom: 0;
}
.home-page .section-title.lno {
  position: relative;
}
.home-page .section-title.lno:after {
  content: "";
  display: block;
  width: 158px;
  height: 5px;
  background-color: #fff;
  border-radius: 10px;
  margin: 40px auto;
}
.home-page .section-title.lno .logo {
  max-width: 324px;
}
.home-page .section-title.vt .logo {
  width: 100%;
  max-width: 193px;
}
.home-page__background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-page .header:not(.open-menu) .wrapper:after,
.home-page .header:not(.open-menu) .header__logo {
  display: none !important;
}
.home-page .header:not(.open-menu) .wrapper {
  width: calc(100% + 30px);
}
@media (max-width: 767.98px) {
  .home-page .section-title .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .home-page .main-content > .container, .home-page .banner .main-content > .banner-scroll-align, .banner .home-page .main-content > .banner-scroll-align, .home-page .main-content > .element--separator:after {
    display: flex;
    align-items: center;
  }
  .home-page .main-content .row {
    width: calc(100% + 30px);
  }
  .home-page .section-title .link,
  .home-page .section-title .more-info {
    display: none;
  }
  .home-page .section-title.lno:after {
    width: 5px;
    max-height: 340px;
    height: 50%;
    border-radius: 10px;
    margin: 0;
    position: absolute;
    right: -2.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home-page .section-title.vt .logo {
    position: relative;
    top: -12px;
  }
}
@media (min-width: 992px) {
  .home-page .section-title .logo-align {
    display: flex;
    flex: 1;
    max-height: 115px;
    height: 115px;
  }
  .home-page .section-title.lno .logo {
    height: 100px;
    position: relative;
    top: 15px;
  }
  .home-page .section-title.vt .logo {
    top: 0;
    height: 100%;
  }
  .home-page .section-title .logo {
    max-width: 100% !important;
    width: auto !important;
  }
  .home-page .section-title .info {
    max-width: 590px;
  }
  .home-page .section-title .info p {
    font-size: 20px;
    line-height: 1.45;
  }
  .home-page .section-title .btn, .home-page .section-title .userform .step-navigation button, .userform .step-navigation .home-page .section-title button, .home-page .section-title .userform .step-navigation .button, .userform .step-navigation .home-page .section-title .button, .home-page .section-title .userform .step-navigation input[type=submit], .userform .step-navigation .home-page .section-title input[type=submit], .home-page .section-title .remove-file-row .file-input:before, .remove-file-row .home-page .section-title .file-input:before, .home-page .section-title .section-filter .date-item input, .section-filter .date-item .home-page .section-title input, .home-page .section-title .section-title__filter .date-item input, .section-title__filter .date-item .home-page .section-title input, .home-page .section-title .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .home-page .section-title .dropdown, .home-page .section-title .jobs-page .search-section__submit button, .jobs-page .search-section__submit .home-page .section-title button, .home-page .section-title .jobs-page .search-section__item input, .jobs-page .search-section__item .home-page .section-title input, .home-page .section-title .Actions .action, .Actions .home-page .section-title .action, .home-page .section-title .resetformaction, .home-page .section-title form [type=submit], form .home-page .section-title [type=submit],
  .home-page .section-title form [type=button],
  form .home-page .section-title [type=button], .home-page .section-title form [type=reset], form .home-page .section-title [type=reset] {
    margin-bottom: 35px;
  }
  .home-page .header:not(.open-menu) .wrapper {
    justify-content: flex-end;
  }
  .home-page .header:not(.open-menu) .header__search > .btn, .home-page .header:not(.open-menu) .userform .step-navigation .header__search > button, .userform .step-navigation .home-page .header:not(.open-menu) .header__search > button, .home-page .header:not(.open-menu) .userform .step-navigation .header__search > .button, .userform .step-navigation .home-page .header:not(.open-menu) .header__search > .button, .home-page .header:not(.open-menu) .userform .step-navigation .header__search > input[type=submit], .userform .step-navigation .home-page .header:not(.open-menu) .header__search > input[type=submit], .home-page .header:not(.open-menu) .remove-file-row .header__search > .file-input:before, .remove-file-row .home-page .header:not(.open-menu) .header__search > .file-input:before, .home-page .header:not(.open-menu) .section-filter .date-item .header__search > input, .section-filter .date-item .home-page .header:not(.open-menu) .header__search > input, .home-page .header:not(.open-menu) .section-title__filter .date-item .header__search > input, .section-title__filter .date-item .home-page .header:not(.open-menu) .header__search > input, .home-page .header:not(.open-menu) .react-dropdown-wrapper .header__search > .dropdown, .react-dropdown-wrapper .home-page .header:not(.open-menu) .header__search > .dropdown, .home-page .header:not(.open-menu) .jobs-page .search-section__submit .header__search > button, .jobs-page .search-section__submit .home-page .header:not(.open-menu) .header__search > button, .home-page .header:not(.open-menu) .jobs-page .search-section__item .header__search > input, .jobs-page .search-section__item .home-page .header:not(.open-menu) .header__search > input, .home-page .header:not(.open-menu) .Actions .header__search > .action, .Actions .home-page .header:not(.open-menu) .header__search > .action, .home-page .header:not(.open-menu) .header__search > .resetformaction, .home-page .header:not(.open-menu) form .header__search > [type=submit], form .home-page .header:not(.open-menu) .header__search > [type=submit],
  .home-page .header:not(.open-menu) form .header__search > [type=button],
  form .home-page .header:not(.open-menu) .header__search > [type=button], .home-page .header:not(.open-menu) form .header__search > [type=reset], form .home-page .header:not(.open-menu) .header__search > [type=reset] {
    display: none;
  }
  .home-page .header:not(.open-menu) .site-search {
    background-color: transparent;
    border-color: #fff;
    width: 194px;
    margin-right: 0;
  }
  .home-page .header:not(.open-menu) .site-search input {
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .home-page .section-title .logo-align {
    max-height: 150px;
    height: 150px;
  }
  .home-page .section-title.lno .logo {
    height: 129px;
    top: 21px;
  }
  .home-page .section-title.lno:after {
    right: 40px;
  }
}

.list-page {
  padding-bottom: 100px;
}
.list-page .btn-wrapper {
  margin-top: 30px;
}
.list-page .section-title__filter .select2-dropdown-wrapper {
  width: 100%;
}
.list-page--enterprise:before {
  background: transparent;
}
@media (min-width: 992px) {
  .list-page {
    padding-bottom: 130px;
  }
  .list-page .btn-wrapper {
    margin-top: 60px;
  }
}

.favourites-page {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .favourites-page {
    padding-bottom: 130px;
  }
}

.discovery-map-page {
  padding-bottom: 70px;
}
.discovery-map-page .location-section {
  padding-bottom: 70px;
}
.discovery-map-page .location-section__title {
  font-size: 30px;
}
@media (min-width: 992px) {
  .discovery-map-page {
    padding-bottom: 130px;
  }
}

.jobs-page {
  padding-bottom: 100px;
}
.jobs-page__title {
  font-size: 30px;
}
.jobs-page__top {
  margin-bottom: 50px;
}
.jobs-page .search-section__item {
  margin-bottom: 15px;
}
.jobs-page .search-section__item input {
  width: 100%;
  text-align: left;
  transform: scale(1) !important;
  padding: 5px 25px;
}
.jobs-page .search-section__item input::-webkit-input-placeholder {
  color: #fff !important;
}
.jobs-page .search-section__item input::-moz-placeholder {
  color: #fff !important;
}
.jobs-page .search-section__item input:-ms-input-placeholder {
  color: #fff !important;
}
.jobs-page .search-section__item input:-moz-placeholder {
  color: #fff !important;
}
.jobs-page .search-section__item input.text {
  -webkit-user-select: text;
}
.jobs-page__login .title {
  font-size: 25px;
  margin-bottom: 30px;
}
.jobs-page__login .wrapper {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 3px solid #F15B5D;
}
@media (min-width: 768px) {
  .jobs-page__title {
    margin-bottom: 0;
  }
  .jobs-page .search-section {
    padding-top: 38px;
  }
}
@media (min-width: 992px) {
  .jobs-page .search-section__item {
    margin-bottom: 25px;
  }
  .jobs-page__top {
    margin-bottom: 120px;
  }
  .jobs-page__login .wrapper {
    padding-top: 70px;
    margin-top: 70px;
  }
}

.job-item-page {
  padding-bottom: 130px;
}
.job-item-page__content .btn-wrapper {
  margin-top: 90px;
}
.job-item-page .job-details__top .logo {
  width: 300px;
  max-width: 100%;
  margin-bottom: 45px;
}
.job-item-page .job-details__title {
  margin-bottom: 25px;
}
.job-item-page .job-details__information {
  margin-bottom: 55px;
}
.job-item-page .job-details__information li {
  margin-bottom: 2px;
}
.job-item-page .job-details__information li:last-child {
  margin-bottom: 0;
}
.job-item-page .job-details .info p strong {
  margin-bottom: 0;
}
.job-item-page .job-details .apply-btn {
  margin-bottom: 45px;
}
@media (max-width: 767.98px) {
  .job-item-page .job-details__title {
    font-size: 30px;
    line-height: 1.6666666667;
  }
  .job-item-page .job-details__top {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .job-item-page .job-details__logo {
    padding-top: 38px;
  }
  .job-item-page .job-details__title {
    line-height: 1.04;
    margin-bottom: 15px;
  }
  .job-item-page .job-details__information {
    margin-bottom: 50px;
  }
  .job-item-page__content .btn-wrapper {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .job-item-page .job-item-page-wrapper {
    width: 885px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.search-page {
  padding-bottom: 130px;
}
.search-page .search-form {
  border-radius: 60px;
  overflow: hidden;
}
.search-page .search-form .search-field {
  margin: 0;
  height: 52px;
  padding: 10px 70px 10px 24px;
  border: 0;
  box-shadow: 0 6px 16px 0 rgba(20, 46, 92, 0.2);
  font-size: 16px;
  font-weight: bold;
}
.search-page .search-form .btn, .search-page .search-form .userform .step-navigation button, .userform .step-navigation .search-page .search-form button, .search-page .search-form .userform .step-navigation .button, .userform .step-navigation .search-page .search-form .button, .search-page .search-form .userform .step-navigation input[type=submit], .userform .step-navigation .search-page .search-form input[type=submit], .search-page .search-form .remove-file-row .file-input:before, .remove-file-row .search-page .search-form .file-input:before, .search-page .search-form .section-filter .date-item input, .section-filter .date-item .search-page .search-form input, .search-page .search-form .section-title__filter .date-item input, .section-title__filter .date-item .search-page .search-form input, .search-page .search-form .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .search-page .search-form .dropdown, .search-page .search-form .Actions .action, .Actions .search-page .search-form .action, .search-page .search-form .resetformaction, .search-page .search-form form [type=submit], form .search-page .search-form [type=submit],
.search-page .search-form form [type=button],
form .search-page .search-form [type=button], .search-page .search-form form [type=reset], form .search-page .search-form [type=reset], .search-page .search-form .jobs-page .search-section__item input, .jobs-page .search-section__item .search-page .search-form input, .search-page .search-form .jobs-page .search-section__submit button, .jobs-page .search-section__submit .search-page .search-form button {
  position: absolute;
  right: 0;
  width: 52px;
  box-shadow: none;
  font-size: 20px;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  z-index: 5;
  border: 0;
}
.search-page .banner__sub-title {
  font-size: 30px;
  margin-bottom: 50px;
}
.search-page .banner--medium .banner__title {
  margin-bottom: 30px;
}
.search-page__results .btn-wrapper {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .search-page .search-form .search-field {
    background-color: #F15B5D;
    color: #fff;
  }
  .search-page .search-form .search-field::-webkit-input-placeholder {
    color: #fff !important;
  }
  .search-page .search-form .search-field::-moz-placeholder {
    color: #fff !important;
  }
  .search-page .search-form .search-field:-ms-input-placeholder {
    color: #fff !important;
  }
  .search-page .search-form .search-field:-moz-placeholder {
    color: #fff !important;
  }
  .search-page .search-form .btn i:before, .search-page .search-form .userform .step-navigation button i:before, .userform .step-navigation .search-page .search-form button i:before, .search-page .search-form .userform .step-navigation .button i:before, .userform .step-navigation .search-page .search-form .button i:before, .search-page .search-form .userform .step-navigation input[type=submit] i:before, .userform .step-navigation .search-page .search-form input[type=submit] i:before, .search-page .search-form .remove-file-row .file-input:before i:before, .remove-file-row .search-page .search-form .file-input:before i:before, .search-page .search-form .section-filter .date-item input i:before, .section-filter .date-item .search-page .search-form input i:before, .search-page .search-form .section-title__filter .date-item input i:before, .section-title__filter .date-item .search-page .search-form input i:before, .search-page .search-form .react-dropdown-wrapper .dropdown i:before, .react-dropdown-wrapper .search-page .search-form .dropdown i:before, .search-page .search-form .Actions .action i:before, .Actions .search-page .search-form .action i:before, .search-page .search-form .resetformaction i:before, .search-page .search-form form [type=submit] i:before, form .search-page .search-form [type=submit] i:before,
  .search-page .search-form form [type=button] i:before,
  form .search-page .search-form [type=button] i:before, .search-page .search-form form [type=reset] i:before, form .search-page .search-form [type=reset] i:before, .search-page .search-form .jobs-page .search-section__item input i:before, .jobs-page .search-section__item .search-page .search-form input i:before, .search-page .search-form .jobs-page .search-section__submit button i:before, .jobs-page .search-section__submit .search-page .search-form button i:before {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .search-page .search-form {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .search-page .search-form {
    width: 60%;
  }
  .search-page .banner--medium .banner__title {
    margin-bottom: 45px;
  }
}

.case-studies-page {
  padding-bottom: 130px;
}
.case-studies-page .btn-wrapper {
  margin-top: 30px;
}

.blog-post-page {
  padding-bottom: 100px;
}
.blog-post-page .banner__title {
  font-size: 30px;
  margin-bottom: 25px !important;
}
.blog-post-page .banner__date {
  display: block;
  margin-bottom: 5px;
}
.blog-post-page .banner__date:last-child {
  margin-bottom: 0;
}
.blog-post-page .banner__date.updated-date {
  font-weight: 700;
}
.blog-post-page__content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .blog-post-page .banner__title {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .blog-post-page {
    padding-bottom: 130px;
  }
  .blog-post-page .banner__title {
    font-size: 66px;
  }
  .blog-post-page__title {
    max-width: 550px;
  }
  .blog-post-page__content {
    padding-top: 10px;
  }
}

.reports-page {
  padding-bottom: 100px;
}

.podcasts-page {
  padding-bottom: 130px;
}
.podcasts-page .btn-wrapper {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .podcasts-page .btn-wrapper {
    margin-top: 110px;
  }
}

.login-page {
  display: block !important;
  height: 100vh;
  position: relative;
  padding: 110px 0 65px;
  overflow: hidden;
}
.login-page .LoginForm_LoginForm-Holder {
  margin-top: 35px !important;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button {
  width: 100%;
  margin-bottom: 13px !important;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button:last-child {
  margin-bottom: 0 !important;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button i {
  margin-right: 13px;
  font-size: 20px;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button[name=action_authenticate_Facebook] {
  background-color: #006296;
  border-color: #006296;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button[name=action_authenticate_Google] {
  background: #EB4335;
  border-color: #EB4335;
}
.login-page .LoginForm_LoginForm-Holder .btn-toolbar button[name=action_authenticate_Microsoft] {
  background: #676767;
  border-color: #676767;
}
.login-page__bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-page .login-form {
  width: 100vw;
}
.login-page .login-form .title-line:before, .login-page .login-form .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h1:first-child:before, .login-page .login-form .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h2:first-child:before, .login-page .login-form .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h3:first-child:before, .login-page .login-form .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h4:first-child:before, .login-page .login-form .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h5:first-child:before, .login-page .login-form .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .login-page .login-form .content-element__info > h6:first-child:before {
  background-color: #fff;
}
.login-page .login-form__holder {
  height: 100%;
  overflow-y: auto;
  position: relative;
}
.login-page .login-form__holder .mfa-app {
  color: #fff;
}
.login-page .login-form__holder .mfa-app .mfa-app-title,
.login-page .login-form__holder .mfa-app .mfa-block-heading,
.login-page .login-form__holder .mfa-app .mfa-feature-list-item__description,
.login-page .login-form__holder .mfa-app .mfa-section-title {
  color: #fff;
}
.login-page .login-form__section {
  margin-bottom: 70px;
}
.login-page .login-form__section--register {
  margin-bottom: 0;
}
.login-page .login-form__section--login .LoginForm_LoginForm-Holder {
  display: none;
}
.login-page .login-form__section__title {
  margin-bottom: 45px;
}
.login-page .login-form__section .back-btn {
  margin-bottom: 50px;
}
.login-page .login-form form .field label {
  display: none;
}
.login-page .login-form form fieldset {
  margin-bottom: 0;
}
.login-page .login-form form .btn-toolbar.Actions {
  margin-top: 0;
}
.login-page .login-form form .btn-toolbar.Actions .action {
  margin-bottom: 20px;
}
.login-page .login-form form .btn, .login-page .login-form form .userform .step-navigation button, .userform .step-navigation .login-page .login-form form button, .login-page .login-form form .userform .step-navigation .button, .userform .step-navigation .login-page .login-form form .button, .login-page .login-form form .userform .step-navigation input[type=submit], .userform .step-navigation .login-page .login-form form input[type=submit], .login-page .login-form form .remove-file-row .file-input:before, .remove-file-row .login-page .login-form form .file-input:before, .login-page .login-form form .section-filter .date-item input, .section-filter .date-item .login-page .login-form form input, .login-page .login-form form .section-title__filter .date-item input, .section-title__filter .date-item .login-page .login-form form input, .login-page .login-form form .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .login-page .login-form form .dropdown, .login-page .login-form form .Actions .action, .Actions .login-page .login-form form .action, .login-page .login-form form .resetformaction, .login-page .login-form form [type=submit],
.login-page .login-form form [type=button], .login-page .login-form form [type=reset], .login-page .login-form form .jobs-page .search-section__item input, .jobs-page .search-section__item .login-page .login-form form input, .login-page .login-form form .jobs-page .search-section__submit button, .jobs-page .search-section__submit .login-page .login-form form button {
  width: 100%;
}
.login-page .login-form form .field.text.password {
  height: auto;
  border-radius: 32px;
  margin-bottom: 20px;
  padding: 0;
}
.login-page .login-form form input:not(.checkbox) {
  width: 100%;
}
.login-page .login-form form #ForgotPassword {
  float: none;
  margin: 0;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.login-page .login-form form #ForgotPassword a {
  color: #fff;
}
.login-page .login-form form .checkbox {
  padding-left: 0;
}
.login-page .login-form form .checkbox label {
  display: flex;
  align-items: center;
  padding-right: 60px;
  padding-left: 0;
  color: #fff;
  font-weight: 700;
  min-height: 32px;
}
.login-page .login-form form .checkbox label:focus {
  outline: none;
}
.login-page .login-form form .checkbox input {
  opacity: 0;
}
.login-page .login-form form [type=checkbox]:checked + label:before,
.login-page .login-form form [type=checkbox]:not(:checked) + label:before,
.login-page .login-form form [type=radio]:checked + label:before,
.login-page .login-form form [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/svg/icon-round.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  left: auto;
}
.login-page .login-form form [type=checkbox]:checked + label:after,
.login-page .login-form form [type=checkbox]:not(:checked) + label:after,
.login-page .login-form form [type=radio]:checked + label:after,
.login-page .login-form form [type=radio]:not(:checked) + label:after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(../images/svg/icon-check.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s ease;
  border-radius: 50%;
  left: auto;
}
@media (min-width: 768px) {
  .login-page .header__hamburger .hamburger {
    display: none;
  }
  .login-page .header__hamburger .back-btn {
    display: inline-flex !important;
    width: 130px !important;
  }
  .login-page .login-form__section {
    margin-bottom: 0;
  }
  .login-page .login-form__section--register {
    position: relative;
  }
  .login-page .login-form__section--register:before {
    content: " ";
    display: block;
    width: 6px;
    height: 100%;
    left: -3px;
    right: auto;
    top: 0;
    border-radius: 5px;
    background: #fff;
    position: absolute;
  }
  .login-page .login-form__section--register .form-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .login-page .login-form__section--register .form-holder .form-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .login-page .login-form__section--register .form-holder form {
    height: 100%;
  }
  .login-page .login-form__section--register .form-holder form fieldset {
    min-height: calc(100% - 52px);
  }
  .login-page .login-form__section--register .form-holder form .btn-toolbar.Actions .action {
    margin-bottom: 0;
  }
  .login-page .login-form .form-holder {
    max-width: 415px;
    width: 100%;
    margin: 0 auto;
  }
  .login-page .login-form .LostPasswordForm_lostPasswordForm-Holder {
    max-width: 615px;
  }
  .login-page .login-form .verification-holder {
    max-width: 815px;
  }
}
@media (min-width: 992px) {
  .login-page {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .login-page {
    padding-top: 180px;
  }
}

.blog-page {
  padding-bottom: 100px;
}
.blog-page .news-section {
  padding-bottom: 30px;
  border-bottom: 5px solid #F15B5D;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .blog-page .news-section--border .card-blog-wrapper:last-child .card-blog {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .blog-page {
    padding-bottom: 130px;
  }
  .blog-page .news-section {
    padding-bottom: 25px;
    margin-bottom: 70px;
  }
}

.jobs-account-page {
  padding-bottom: 100px;
}
.jobs-account-page__links {
  margin-top: 45px;
  margin-bottom: 45px;
}
.jobs-account-page__links__item {
  margin-bottom: 20px;
}
.jobs-account-page__links-top {
  padding-bottom: 5px;
  border-bottom: 2px solid #F15B5D;
}
.jobs-account-page form .Actions .action {
  width: 100%;
}
@media (min-width: 992px) {
  .jobs-account-page {
    padding-bottom: 130px;
  }
  .jobs-account-page__links {
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .jobs-account-page__links-top {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .jobs-account-page__links-top .jobs-account-page__links__item {
    position: relative;
    margin-bottom: 24px;
  }
  .jobs-account-page__links-top .jobs-account-page__links__item:first-child:after, .jobs-account-page__links-top .jobs-account-page__links__item:last-child:after {
    width: calc(100% - 7.5px);
  }
  .jobs-account-page__links-top .jobs-account-page__links__item:first-child:after {
    left: auto;
    right: 0;
  }
  .jobs-account-page__links-top .jobs-account-page__links__item.is-remove-bottom-line:after {
    display: none;
  }
  .jobs-account-page__links-bottom ul {
    display: flex;
    background-color: #F15B5D;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
    border-radius: 25px;
  }
  .jobs-account-page__links-bottom li {
    margin-right: 30px;
  }
  .jobs-account-page__links-bottom a {
    color: white;
    display: inline-flex;
    min-height: 70px;
    align-items: center;
    position: relative;
  }
  .jobs-account-page__links-bottom a:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: white;
    width: 100%;
    height: 10px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
  }
  .jobs-account-page__links-bottom a:hover {
    text-decoration: none;
  }
  .jobs-account-page__links-bottom a:hover:after, .jobs-account-page__links-bottom a.is-active:after {
    opacity: 1;
  }
  .jobs-account-page__links-bottom a.is-active {
    font-style: normal;
    font-weight: bold;
  }
}

.booking-system-page {
  padding-bottom: 100px;
}
.booking-system-page #schedule-booking-page {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .booking-system-page #schedule-booking-page {
    padding-top: 130px;
  }
}
.booking-system-page .section-title__btn .btn-hollow-green {
  border-color: #789A3D;
  color: #789A3D;
}
.booking-system-page .section-title__btn .btn-hollow-green:hover, .booking-system-page .section-title__btn .btn-hollow-green.active {
  color: white;
  background: #789A3D !important;
}
.booking-system-page .section-title__btn .btn-hollow-berry {
  border-color: #876479;
  color: #876479;
}
.booking-system-page .section-title__btn .btn-hollow-berry:hover, .booking-system-page .section-title__btn .btn-hollow-berry.active {
  color: white;
  background: #876479 !important;
}
.booking-system-page__dates {
  text-align: center;
  margin-bottom: 35px;
}
.booking-system-page__dates .dates {
  margin-bottom: 0;
  font-size: 18px;
}
.booking-system-page__dates .dates strong {
  display: block;
}
.booking-system-page__dates .dates--pc {
  padding: 0 15px;
}
.booking-system-page__dates .calendar-nav {
  min-width: 60px;
}
.booking-system-page__dates .calendar-nav.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.booking-system-page__carousel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.booking-system-page .date-item {
  line-height: 1.2;
  padding-bottom: 55px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 100%;
  padding-top: 20px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.booking-system-page .date-item__date {
  margin-bottom: 40px;
}
.booking-system-page .date-item__date p {
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}
.booking-system-page .date-item__date .day {
  font-size: 20px;
}
.booking-system-page .slick-slide > div {
  height: 100%;
}
.booking-system-page__arrows.slider-arrows-align {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.booking-system-page__arrows.slider-arrows-align .slick-arrow, .booking-system-page__arrows.slider-arrows-align .booking-system-page__dates .calendar-nav, .booking-system-page__dates .booking-system-page__arrows.slider-arrows-align .calendar-nav {
  background-color: #F15B5D;
  border-color: #F15B5D;
}
.booking-system-page__arrows.slider-arrows-align .slick-prev:before, .booking-system-page__arrows.slider-arrows-align .booking-system-page__dates .prev:before, .booking-system-page__dates .booking-system-page__arrows.slider-arrows-align .prev:before {
  background-image: url(../images/svg/arrow-left-white.svg);
}
.booking-system-page__arrows.slider-arrows-align .slick-next:before, .booking-system-page__arrows.slider-arrows-align .booking-system-page__dates .next:before, .booking-system-page__dates .booking-system-page__arrows.slider-arrows-align .next:before {
  background-image: url(../images/svg/arrow-right-white.svg);
}
.booking-system-page__locations ul {
  padding-left: 0 !important;
}
.booking-system-page__locations ul li {
  list-style: none !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}
@media only screen and (min-width: 480px) {
  .booking-system-page__carousel {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media (min-width: 768px) {
  .booking-system-page__carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .booking-system-page__dates {
    display: inline-flex !important;
    align-items: center;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
  .booking-system-page__dates .dates {
    font-size: 30px;
  }
  .booking-system-page__dates .dates strong {
    display: inline-block;
  }
  .booking-system-page__dates .dates--pc {
    padding: 0 30px;
  }
  .booking-system-page .date-item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom: 0;
    width: 33.3333333333%;
  }
  .booking-system-page .date-item:nth-child(4), .booking-system-page .date-item:nth-child(5) {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .booking-system-page .date-item__date {
    margin-bottom: 0;
    padding: 11px 15px;
    border-bottom: 1px solid #fff;
  }
  .booking-system-page .date-item__date p {
    text-align: left;
  }
  .booking-system-page .date-item__content {
    padding: 35px 15px 0;
  }
  .booking-system-page__arrows.slider-arrows-align {
    top: -52.5px;
  }
  .booking-system-page .slick-slider {
    border: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .booking-system-page {
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) {
  .booking-system-page .date-item {
    width: 20%;
  }
  .booking-system-page .date-item:nth-child(4), .booking-system-page .date-item:nth-child(5) {
    width: 20%;
    border-top: 0;
  }
}

.card-date {
  padding: 15px;
  background-color: #F15B5D;
  color: #fff;
  border-radius: 16px;
  margin-bottom: 15px;
}
.card-date--green {
  background-color: #789A3D;
}
.card-date--berry {
  background-color: #876479;
}
.card-date--disabled {
  background-color: #D5D5D5;
  pointer-events: none;
}
.card-date:last-child {
  margin-bottom: 0;
}
.card-date .title {
  margin-bottom: 15px;
  line-height: 1.18;
}
.card-date .time {
  margin-bottom: 20px;
  display: block;
  font-weight: 700;
}
.card-date .btn, .card-date .userform .step-navigation button, .userform .step-navigation .card-date button, .card-date .userform .step-navigation .button, .userform .step-navigation .card-date .button, .card-date .userform .step-navigation input[type=submit], .userform .step-navigation .card-date input[type=submit], .card-date .remove-file-row .file-input:before, .remove-file-row .card-date .file-input:before, .card-date .section-filter .date-item input, .section-filter .date-item .card-date input, .card-date .section-title__filter .date-item input, .section-title__filter .date-item .card-date input, .card-date .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-date .dropdown, .card-date .Actions .action, .Actions .card-date .action, .card-date .resetformaction, .card-date form [type=submit], form .card-date [type=submit],
.card-date form [type=button],
form .card-date [type=button], .card-date form [type=reset], form .card-date [type=reset], .card-date .jobs-page .search-section__item input, .jobs-page .search-section__item .card-date input, .card-date .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-date button {
  cursor: pointer;
}

.my-itinerary-page {
  padding-bottom: 100px;
}
.my-itinerary-page .toggle-item {
  padding-bottom: 60px;
}
.my-itinerary-page .toggle-item .btn-title {
  font-size: 20px;
  margin-bottom: 0;
}
.my-itinerary-page .toggle-item__content {
  margin-top: 60px;
}
.my-itinerary-page .toggle-item:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .my-itinerary-page .toggle-item .btn-title {
    padding-left: 40px;
    padding-right: 40px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .my-itinerary-page {
    padding-bottom: 130px;
  }
  .my-itinerary-page .toggle-item .btn-title {
    font-size: 30px;
    height: 70px;
  }
  .my-itinerary-page .toggle-item .btn-title:hover {
    transform: scale(1.02);
  }
}

/* Components */
/* Navigation styles */
@media (min-width: 768px) {
  .megamenu-navigation {
    position: relative;
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
.megamenu-navigation .navigation-item.has-children .megamenu-btn {
  width: 100%;
  border: 0;
  background-color: transparent;
}
.megamenu-navigation .navigation-item.has-children.show .megamenu-btn {
  background-color: #fff;
}
@media (min-width: 768px) {
  .megamenu-navigation .navigation-item.has-children .navigation-link {
    display: none;
  }
  .megamenu-navigation .navigation-item.has-children .megamenu-btn {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .megamenu-navigation .navigation-item.has-children .megamenu-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .megamenu-navigation .navigation-menu {
    width: 100%;
  }
  .megamenu-navigation .navigation-menu .navigation-item {
    position: static;
    display: table-cell;
    text-align: center;
    width: 1%;
  }
  .megamenu-navigation .navigation-menu .navigation-item:hover .navigation-submenu {
    visibility: hidden;
    opacity: 0;
  }
}
.megamenu-navigation .megamenu-dropdown {
  max-width: 25px 15px 15px 15px;
  max-width: 1.5625rem 0.9375rem 0.9375rem 0.9375rem;
  top: 42px !important;
  width: 100%;
  transform: none !important;
  border: 1px solid #ccc;
  border-radius: 0;
}
.megamenu-navigation .megamenu-menu {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0;
}
.megamenu-navigation .megamenu-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
.megamenu-navigation .megamenu-item,
.megamenu-navigation .megamenu-sublink-item {
  list-style: none;
}
.megamenu-navigation .megamenu-link {
  font-weight: bold;
  color: #212529;
}
.megamenu-navigation .megamenu-sublink-link {
  color: #212529;
}

@media (min-width: 768px) {
  .justified-navigation {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
}
@media (min-width: 768px) {
  .justified-navigation .navigation-menu {
    width: 100%;
  }
  .justified-navigation .navigation-menu .navigation-item {
    display: table-cell;
    text-align: center;
    width: 1%;
  }
}

@media (min-width: 768px) {
  .left-navigation {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .left-navigation .navigation-menu {
    width: 100%;
  }
  .left-navigation .navigation-menu .navigation-item {
    float: left;
  }
  .left-navigation .navigation-menu .navigation-link {
    padding: 10px 20px 10px 20px;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
}

/* Navigation toggle */
.navigation-toggle {
  float: right;
  border: none;
  background-color: #eee;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .navigation-toggle {
    display: none;
  }
}
.navigation-toggle:hover {
  background-color: #ddd;
}

/* Site Search */
.site-search-mobile-container {
  padding: 20px 0 10px 0;
  padding: 1.25rem 0 0.625rem 0;
}
@media (max-width: 575.98px) {
  .site-search-mobile-container {
    padding: 20px 15px 10px 15px;
    padding: 1.25rem 0.9375rem 0.625rem 0.9375rem;
  }
}

.site-search-mobile {
  padding-right: 95px;
  padding-right: 5.9375rem;
  position: relative;
}
.site-search-mobile .site-search-btn {
  position: absolute;
  top: 0;
  right: 0;
}

/* Containers */
@media (max-width: 575.98px) {
  .navigation-container {
    padding: 0;
  }
}

.navigation {
  background-color: #eee;
  border-top: 1px solid #ccc;
}
@media (min-width: 768px) {
  .navigation {
    border-bottom: 1px solid #ccc;
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  .navigation {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    border-top: 0;
  }
}
@media (max-width: 575.98px) {
  .navigation {
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .navigation {
    border-bottom: 1px solid #ccc;
  }
}

/* Menus */
.navigation-menu,
.navigation-submenu,
.navigation-sub-submenu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 575.98px) {
  .navigation-submenu,
  .navigation-sub-submenu {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .navigation-submenu,
  .navigation-sub-submenu {
    width: 220px;
    width: 13.75rem;
    position: absolute;
    display: block !important;
    z-index: 99;
    left: -1px;
    transition: opacity 0.2s ease-out;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
    background-color: #eee;
  }
}

/* List items */
.navigation-item,
.navigation-submenu-item,
.navigation-sub-submenu-item {
  position: relative;
  display: block;
  text-align: left;
}
@media (max-width: 575.98px) {
  .navigation-item,
  .navigation-submenu-item,
  .navigation-sub-submenu-item {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .navigation-item,
  .navigation-submenu-item,
  .navigation-sub-submenu-item {
    border-top: 1px solid #ccc;
  }
}
.navigation-item:first-child,
.navigation-submenu-item:first-child,
.navigation-sub-submenu-item:first-child {
  border-top: 0;
}

@media (min-width: 768px) {
  .navigation-item {
    border-top: 0;
    border-right: 1px solid #ccc;
  }
  .navigation-item:first-child {
    border-left: 1px solid #ccc;
  }
  .navigation-item:hover .navigation-submenu {
    width: 220px;
    width: 13.75rem;
    visibility: visible;
    opacity: 1;
    height: auto;
  }
  .navigation-item:last-child:hover .navigation-submenu, .navigation-item:nth-last-child(2):hover .navigation-submenu {
    width: 220px;
    width: 13.75rem;
    right: -1px;
    left: auto;
  }
}

/* Links */
.navigation-link,
.navigation-submenu-link,
.navigation-sub-submenu-link {
  padding: 10px 0;
  padding: 0.625rem 0;
  display: block;
  text-decoration: none;
  color: #616161;
}
.navigation-link:hover, .navigation-link:focus, .navigation-link:visited .navigation-link:link,
.navigation-submenu-link:hover,
.navigation-submenu-link:focus,
.navigation-link:visited .navigation-submenu-link:link,
.navigation-sub-submenu-link:hover,
.navigation-sub-submenu-link:focus,
.navigation-link:visited .navigation-sub-submenu-link:link,
.navigation-submenu-link:visited .navigation-link:link,
.navigation-submenu-link:visited .navigation-submenu-link:link,
.navigation-submenu-link:visited .navigation-sub-submenu-link:link,
.navigation-sub-submenu-link:visited .navigation-link:link,
.navigation-sub-submenu-link:visited .navigation-submenu-link:link,
.navigation-sub-submenu-link:visited .navigation-sub-submenu-link:link {
  text-decoration: none;
  color: #000;
}
@media (max-width: 575.98px) {
  .navigation-link,
  .navigation-submenu-link,
  .navigation-sub-submenu-link {
    padding: 10px 15px 10px 15px;
    padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  }
}

@media (min-width: 768px) {
  .navigation-submenu-link,
  .navigation-sub-submenu-link {
    padding: 8px 20px 8px 20px;
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .navigation-submenu-link {
    padding-left: 35px;
    padding-left: 2.1875rem;
  }
}

@media (max-width: 767.98px) {
  .navigation-sub-submenu-link {
    padding-left: 65px;
    padding-left: 4.0625rem;
  }
}

/* Dropdown chevrons */
.navigation-chevron {
  padding: 10px 16px 10px 16px;
  padding: 0.625rem 1rem 0.625rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
}
.navigation-chevron:after {
  font-size: 12px;
  font-size: 0.75rem;
  content: "\F077";
  font-family: "Font Awesome 5 Pro";
}
.navigation-chevron.collapsed:after {
  content: "\F078";
}
@media (max-width: 575.98px) {
  .navigation-chevron {
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .navigation-chevron {
    display: none;
  }
}

@media (min-width: 768px) {
  .navigation-item.has-children .navigation-link:after {
    font-size: 10px;
    font-size: 0.625rem;
    position: relative;
    top: -2px;
    right: -4px;
    content: "\F078";
    font-family: "Font Awesome 5 Pro";
  }
}

@media print {
  .navigation {
    display: none !important;
  }
}
/* Page banner */
.page-banner-background {
  background-color: #ddd;
}

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.page-banner h1 {
  margin: 0;
}

/* Sidebar */
.sidebar {
  padding-left: 0;
  list-style: none;
}
.sidebar ul {
  padding-left: 22px;
  padding-left: 1.375rem;
  list-style: none;
}
.sidebar li a {
  padding: 2px 0 2px 0;
  padding: 0.125rem 0 0.125rem 0;
  display: block;
}
.sidebar li .link {
  color: #212529;
}
.sidebar li .link:hover {
  color: #212529;
}
.sidebar li .current {
  color: #212529;
}
.sidebar li .current:hover {
  color: #212529;
}
.sidebar li .section {
  color: #F15B5D;
}
.sidebar li .section:hover {
  color: rgb(234.9831460674, 20.5168539326, 23.3764044944);
}

/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: center;
}
.breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 16px;
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  color: #fff;
  padding-right: 5px;
}
.breadcrumb .breadcrumb-item.active {
  font-weight: 700;
}
@media (min-width: 576px) {
  .breadcrumb {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* Panel */
.panel {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.collapsing {
  transition: height 0.3s ease;
}

/* Back to top */
.back-to-top {
  transition: color, 0.5s, ease-in-out;
  padding: 6px 13px 10px 13px;
  padding: 0.375rem 0.8125rem 0.625rem 0.8125rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  display: block;
  z-index: 99999;
  background-color: #444;
  color: #fff;
  border-radius: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .back-to-top {
    transition: none;
  }
}
.back-to-top:focus, .back-to-top:visited, .back-to-top:hover {
  color: #fff;
  background-color: #555;
}

@media (max-width: 991.98px) {
  .back-to-top {
    display: none !important;
  }
}
.calebdar-widget-table-holder {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.calendar-widget-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
}
.calendar-widget-table a:hover {
  text-decoration: none;
}
.calendar-widget-table thead tr th {
  border: 0;
}
.calendar-widget-table td {
  border-top: 0;
}

.calendar-widget {
  width: 100%;
}

#event-calendar-events ul li:last-child {
  border-bottom: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0 !important;
  line-height: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden, .booking-system-page__dates .slick-hidden.calendar-nav {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  top: 100%;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  z-index: 99;
}

.slick-arrow, .booking-system-page__dates .calendar-nav {
  font-size: 0;
  line-height: 0;
}
.slick-arrow:focus, .booking-system-page__dates .calendar-nav:focus {
  outline: none;
}
.slick-arrow:before, .booking-system-page__dates .calendar-nav:before {
  opacity: 1;
}
.slick-arrow.slick-disabled, .booking-system-page__dates .slick-disabled.calendar-nav {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.slick-next, .booking-system-page__dates .next {
  right: 0 !important;
}
.slick-next:before, .booking-system-page__dates .next:before {
  background-image: url("../images/svg/angle-right-black.svg");
}

.slick-prev, .booking-system-page__dates .prev {
  left: 0 !important;
}
.slick-prev:before, .booking-system-page__dates .prev:before {
  background-image: url("../images/svg/angle-left-black.svg");
}

.slick-dots {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  bottom: 0;
  padding: 0;
}
.slick-dots li {
  margin: 0 2px;
  line-height: 0;
  font-size: 0;
  width: auto;
  height: auto;
}
.slick-dots button {
  width: 49px !important;
  height: 6px !important;
  border-radius: 10px;
  display: inline-block;
  border: 0;
  background-color: #fff !important;
  padding: 0 !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.4;
}
.slick-dots button:before {
  display: none;
}
.slick-dots button:hover {
  opacity: 1;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.slider-arrows-align {
  height: auto;
  width: 175px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}

.mobile-carousels .slick-list {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.mobile-carousels .slick-slide {
  padding: 0 7.5px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px 30px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 200ms, opacity 200ms linear;
}
.popup.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear;
}
.popup .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.popup .wrapper iframe {
  width: 100%;
}
.popup__close {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 35px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
}
.popup__close:hover {
  color: #F15B5D;
}

.card-stats {
  color: #fff;
  position: relative;
  padding: 32px 10px 40px;
  height: 100%;
}
.card-stats:before, .card-stats:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #F15B5D;
}
.card-stats:before {
  top: 0;
  display: none;
}
.card-stats:after {
  bottom: 0;
}
.card-stats .icon {
  max-width: 100%;
  height: 47px;
  margin-bottom: 35px;
}
.card-stats span {
  display: block;
}
.card-stats .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-stats .number,
.card-stats .reference {
  font-size: 16px;
}
.card-stats .reference {
  color: #fff;
}
.card-stats .reference:hover {
  color: #000;
  text-decoration: none;
}
.card-stats .number,
.card-stats .title,
.card-stats .count {
  margin-bottom: 35px;
}
.card-stats .count {
  font-size: 60px;
  line-height: 1;
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
}
.card-stats .count.weighted {
  font-weight: 700;
}
@media (min-width: 992px) {
  .card-stats {
    padding-top: 40px;
  }
  .card-stats:before {
    display: block;
  }
  .card-stats .icon {
    height: 70px;
    margin-bottom: 40px;
  }
  .card-stats .count {
    margin-bottom: 40px;
  }
  .card-stats .count--small-text {
    font-size: 55px;
    line-height: 60px;
  }
  .card-stats .number {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .card-stats .count {
    font-size: 75px;
  }
  .card-stats .count--small-text {
    font-size: 65px;
    line-height: 75px;
  }
  .card-stats--has-icon .count {
    font-size: 70px !important;
  }
}
@media (min-width: 1440px) {
  .card-stats .count {
    font-size: 94px;
  }
  .card-stats .count--small-text {
    font-size: 80px;
    line-height: 94px;
  }
}

@media (max-width: 991.98px) {
  .card-stats-wrapper:first-child .card-stats {
    padding-top: 40px;
  }
  .card-stats-wrapper:first-child .card-stats:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .card-stats-wrapper--grid-3:first-child .card-stats, .card-stats-wrapper--grid-3:nth-child(2) .card-stats {
    padding-top: 40px;
  }
  .card-stats-wrapper--grid-3:first-child .card-stats:before, .card-stats-wrapper--grid-3:nth-child(2) .card-stats:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-stats-wrapper .card-stats {
    padding-top: 32px;
  }
  .card-stats-wrapper .card-stats:before {
    display: none;
  }
  .card-stats-wrapper:first-child .card-stats, .card-stats-wrapper:nth-child(2) .card-stats {
    padding-top: 40px;
  }
  .card-stats-wrapper:first-child .card-stats:before, .card-stats-wrapper:nth-child(2) .card-stats:before {
    display: block;
  }
  .card-stats-wrapper--grid-3:nth-child(3) .card-stats {
    padding-top: 40px;
  }
  .card-stats-wrapper--grid-3:nth-child(3) .card-stats:before {
    display: block;
  }
}

.card-link {
  padding: 0;
  position: relative;
  width: 100%;
  margin-left: 0 !important;
  min-height: 660px;
  display: flex !important;
}
.card-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear;
}
.card-link__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-link__content {
  color: #fff;
  padding: 120px 20px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-link__content .prefix,
.card-link__content .suffix {
  margin-bottom: 35px;
}
.card-link__content .title-line:before, .card-link__content .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h1:first-child:before, .card-link__content .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h2:first-child:before, .card-link__content .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h3:first-child:before, .card-link__content .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h4:first-child:before, .card-link__content .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h5:first-child:before, .card-link__content .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .card-link__content .content-element__info > h6:first-child:before {
  background-color: #F15B5D !important;
}
.card-link__content .title {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .card-link__content .prefix,
  .card-link__content .suffix {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .card-link__content .prefix,
  .card-link__content .suffix {
    font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 576px) {
  .card-link__content .suffix {
    font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .card-link {
    width: 20%;
    flex: 1;
    max-width: none;
  }
  .card-link .align-content {
    padding: 40px 25px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .card-link__content {
    padding: 0;
    justify-content: flex-end;
    pointer-events: none;
    width: 100%;
  }
  .card-link__content .title {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .card-link__content .prefix {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .card-link__content .suffix {
    margin-bottom: 0;
    font-size: 25px;
  }
  .card-link:hover:after {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
  }
  .card-link:hover .card-link__content {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }
}

.card-feature {
  padding: 0;
}
.card-feature > .row {
  height: 100%;
}
.card-feature__image {
  overflow: hidden;
  min-height: 273px;
}
.card-feature__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .card-feature {
    margin-bottom: 40px;
  }
  .card-feature:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .card-feature {
    text-align: center;
  }
  .card-feature__content {
    margin-bottom: 40px;
  }
  .card-feature__content .title-line:before, .card-feature__content .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h1:first-child:before, .card-feature__content .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h2:first-child:before, .card-feature__content .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h3:first-child:before, .card-feature__content .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h4:first-child:before, .card-feature__content .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h5:first-child:before, .card-feature__content .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .card-feature__content .content-element__info > h6:first-child:before {
    margin-left: auto;
    margin-right: auto;
  }
  .card-feature__content .btn:not(.btn-primary), .card-feature__content .userform .step-navigation button:not(.btn-primary), .userform .step-navigation .card-feature__content button:not(.btn-primary), .card-feature__content .userform .step-navigation .button:not(.btn-primary), .userform .step-navigation .card-feature__content .button:not(.btn-primary), .card-feature__content .userform .step-navigation input[type=submit]:not(.btn-primary), .userform .step-navigation .card-feature__content input[type=submit]:not(.btn-primary), .card-feature__content .remove-file-row .file-input:not(.btn-primary):before, .remove-file-row .card-feature__content .file-input:not(.btn-primary):before, .card-feature__content .section-filter .date-item input:not(.btn-primary), .section-filter .date-item .card-feature__content input:not(.btn-primary), .card-feature__content .section-title__filter .date-item input:not(.btn-primary), .section-title__filter .date-item .card-feature__content input:not(.btn-primary), .card-feature__content .react-dropdown-wrapper .dropdown:not(.btn-primary), .react-dropdown-wrapper .card-feature__content .dropdown:not(.btn-primary), .card-feature__content .Actions .action:not(.btn-primary), .Actions .card-feature__content .action:not(.btn-primary), .card-feature__content .resetformaction:not(.btn-primary), .card-feature__content form [type=submit]:not(.btn-primary), form .card-feature__content [type=submit]:not(.btn-primary),
  .card-feature__content form [type=button]:not(.btn-primary),
  form .card-feature__content [type=button]:not(.btn-primary), .card-feature__content form [type=reset]:not(.btn-primary), form .card-feature__content [type=reset]:not(.btn-primary), .card-feature__content .jobs-page .search-section__item input:not(.btn-primary), .jobs-page .search-section__item .card-feature__content input:not(.btn-primary), .card-feature__content .jobs-page .search-section__submit button:not(.btn-primary), .jobs-page .search-section__submit .card-feature__content button:not(.btn-primary) {
    background-color: transparent;
    border-color: #F15B5D;
    color: #fff;
  }
  .card-feature__content .btn:not(.btn-primary):hover, .card-feature__content .userform .step-navigation button:not(.btn-primary):hover, .userform .step-navigation .card-feature__content button:not(.btn-primary):hover, .card-feature__content .userform .step-navigation .button:not(.btn-primary):hover, .userform .step-navigation .card-feature__content .button:not(.btn-primary):hover, .card-feature__content .userform .step-navigation input[type=submit]:not(.btn-primary):hover, .userform .step-navigation .card-feature__content input[type=submit]:not(.btn-primary):hover, .card-feature__content .remove-file-row .file-input:not(.btn-primary):hover:before, .remove-file-row .card-feature__content .file-input:not(.btn-primary):hover:before, .card-feature__content .section-filter .date-item input:not(.btn-primary):hover, .section-filter .date-item .card-feature__content input:not(.btn-primary):hover, .card-feature__content .section-title__filter .date-item input:not(.btn-primary):hover, .section-title__filter .date-item .card-feature__content input:not(.btn-primary):hover, .card-feature__content .react-dropdown-wrapper .dropdown:not(.btn-primary):hover, .react-dropdown-wrapper .card-feature__content .dropdown:not(.btn-primary):hover, .card-feature__content .Actions .action:not(.btn-primary):hover, .Actions .card-feature__content .action:not(.btn-primary):hover, .card-feature__content .resetformaction:not(.btn-primary):hover, .card-feature__content form [type=submit]:not(.btn-primary):hover, form .card-feature__content [type=submit]:not(.btn-primary):hover,
  .card-feature__content form [type=button]:not(.btn-primary):hover,
  form .card-feature__content [type=button]:not(.btn-primary):hover, .card-feature__content form [type=reset]:not(.btn-primary):hover, form .card-feature__content [type=reset]:not(.btn-primary):hover, .card-feature__content .jobs-page .search-section__item input:not(.btn-primary):hover, .jobs-page .search-section__item .card-feature__content input:not(.btn-primary):hover, .card-feature__content .jobs-page .search-section__submit button:not(.btn-primary):hover, .jobs-page .search-section__submit .card-feature__content button:not(.btn-primary):hover {
    background-color: #F15B5D;
    border-color: #F15B5D;
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .card-feature__image {
    width: 100vw;
    left: -20px;
    position: relative;
    max-width: none;
    flex: 0 0 100vw;
  }
}
@media (min-width: 768px) {
  .card-feature__content {
    padding: 45px 20px !important;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .card-feature__content .title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .card-feature__content .info {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .card-feature__content .info p {
    line-height: 1.5625;
  }
  .card-feature__image {
    min-height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .card-feature:nth-child(2n) > .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .card-feature__content {
    padding: 45px 30px !important;
  }
  .card-feature__image {
    min-height: 460px;
  }
  .card-feature--large .card-feature__image {
    min-height: 360px;
  }
  .card-feature--reverse > .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1440px) {
  .card-feature__content {
    padding: 45px 40px !important;
  }
  .card-feature--large .card-feature__content {
    padding-left: 40px !important;
    padding-right: 80px !important;
  }
}

.card {
  border: 0;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.card__image {
  position: relative;
}
.card__image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.675%;
}
.card__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card .icon-favorite,
.card .icon-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 17px;
  max-width: 100%;
  cursor: pointer;
}
.card .icon-remove {
  right: auto;
  left: 10px;
}
.card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card__content {
    transition: none;
  }
}
.card__content--no-image.card__content .content-align {
  padding-top: 45px;
  padding-bottom: 45px;
}
.card__content .content-align {
  padding: 20px;
  color: #fff;
  background-color: #F15B5D;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card__content .content-align {
    transition: none;
  }
}
.card__content .content-align--business {
  background-color: #439EA3;
}
.card__content .content-align.no-card-image {
  min-height: 200px;
  padding-top: 40px;
}
.card__content .top-content .info p,
.card__content .bottom-content p {
  font-size: 15px;
  line-height: 1.4;
}
.card__content .top-content {
  padding: 0 0 20px;
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
.card__content .top-content__title {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.3;
}
.card__content .top-content__info {
  margin-bottom: 0;
}
.card__content .bottom-content {
  margin-bottom: 0;
  width: 100%;
}
.card__content .bottom-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.card__content .title {
  margin-bottom: 5px;
  line-height: 1.25;
}
.card__content .sub-title {
  margin-bottom: 0;
  line-height: 1.375;
}
.card__content .summary {
  margin-top: 8px;
  font-size: 15px;
}
.card__content .btn-card {
  color: #000;
  margin-bottom: 0;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card__content .btn-card {
    transition: none;
  }
}
.card__content .price-card {
  padding: 10px;
  color: #000;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card__content .price-card {
    transition: none;
  }
}
.card__content .price-card span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.card__content .price-card .title {
  font-size: 16px;
}
.card__content .price-card .price {
  font-size: 28px;
}
.card:not(.card--staff, .card--bottom-btns, card--feature):hover {
  text-decoration: inherit;
}
.card:not(.card--staff, .card--bottom-btns, card--feature):hover .card__content {
  background-color: #212529;
}
.card:not(.card--staff, .card--bottom-btns, card--feature):hover .card__content .content-align {
  filter: brightness(0.8);
}
.card:not(.card--staff, .card--bottom-btns, card--feature):hover .card__content .btn-card,
.card:not(.card--staff, .card--bottom-btns, card--feature):hover .card__content .price-card,
.card:not(.card--staff, .card--bottom-btns, card--feature):hover .card__content .details-card {
  color: #fff;
}
.card--staff {
  border-radius: 40px;
}
.card--staff .card__image:after {
  padding-top: 78.313253012%;
}
.card--staff .card__content .content-align {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 15px 45px;
}
.card--staff .card__content .title {
  font-size: 20px;
  margin-bottom: 0;
}
.card--staff .card__content .job-title,
.card--staff .card__content .info p {
  font-size: 15px;
  line-height: 1.4;
}
.card--staff .card__content .job-title {
  display: block;
  margin-bottom: 40px;
  width: 100%;
}
.card--staff .card__content .info {
  display: flex;
  flex: 1;
}
.card--staff .card__content .btn, .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .card--staff .card__content button, .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .card--staff .card__content .button, .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .card--staff .card__content input[type=submit], .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .card--staff .card__content .file-input:before, .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .card--staff .card__content input, .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .card--staff .card__content input, .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card--staff .card__content .dropdown, .card--staff .card__content .Actions .action, .Actions .card--staff .card__content .action, .card--staff .card__content .resetformaction, .card--staff .card__content form [type=submit], form .card--staff .card__content [type=submit],
.card--staff .card__content form [type=button],
form .card--staff .card__content [type=button], .card--staff .card__content form [type=reset], form .card--staff .card__content [type=reset], .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .card--staff .card__content input, .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card--staff .card__content button {
  color: #F15B5D;
}
.card--staff .card__content .btn:hover, .card--staff .card__content .userform .step-navigation button:hover, .userform .step-navigation .card--staff .card__content button:hover, .card--staff .card__content .userform .step-navigation .button:hover, .userform .step-navigation .card--staff .card__content .button:hover, .card--staff .card__content .userform .step-navigation input[type=submit]:hover, .userform .step-navigation .card--staff .card__content input[type=submit]:hover, .card--staff .card__content .remove-file-row .file-input:hover:before, .remove-file-row .card--staff .card__content .file-input:hover:before, .card--staff .card__content .section-filter .date-item input:hover, .section-filter .date-item .card--staff .card__content input:hover, .card--staff .card__content .section-title__filter .date-item input:hover, .section-title__filter .date-item .card--staff .card__content input:hover, .card--staff .card__content .react-dropdown-wrapper .dropdown:hover, .react-dropdown-wrapper .card--staff .card__content .dropdown:hover, .card--staff .card__content .Actions .action:hover, .Actions .card--staff .card__content .action:hover, .card--staff .card__content .resetformaction:hover, .card--staff .card__content form [type=submit]:hover, form .card--staff .card__content [type=submit]:hover,
.card--staff .card__content form [type=button]:hover,
form .card--staff .card__content [type=button]:hover, .card--staff .card__content form [type=reset]:hover, form .card--staff .card__content [type=reset]:hover, .card--staff .card__content .jobs-page .search-section__item input:hover, .jobs-page .search-section__item .card--staff .card__content input:hover, .card--staff .card__content .jobs-page .search-section__submit button:hover, .jobs-page .search-section__submit .card--staff .card__content button:hover {
  color: #F15B5D;
}
.card--bottom-btns {
  background-color: transparent;
}
.card--bottom-btns .title-align {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}
.card--bottom-btns .card__image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.card--bottom-btns .card__btns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card--bottom-btns .card__btns .icon-btn, .card--bottom-btns .card__btns .slick-arrow, .card--bottom-btns .card__btns .booking-system-page__dates .calendar-nav, .booking-system-page__dates .card--bottom-btns .card__btns .calendar-nav {
  margin: 0 7.5px;
}
.card--feature {
  border-radius: 40px;
}
.card--feature .card__content .content-align {
  border-radius: 0 0 40px 40px;
}
.card--feature .card__content .details-card {
  padding: 10px;
  color: #000;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .card--feature .card__content .details-card {
    transition: none;
  }
}
.card--feature .card__content .details-card span {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
.card--feature .card__content .details-card .date {
  font-size: 20px;
}
.card--feature:not(.card--feature-case-studies) .card__content .content-align {
  background-color: #FFC214;
  color: #000;
}
.card--feature-case-studies .card__content .sub-title {
  max-width: 430px;
  font-weight: 400 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card--jobs .bottom-content {
  min-height: 70px;
}
.card--remove-btn {
  height: auto;
  flex: 1;
  flex-direction: column;
}
.card--add {
  cursor: pointer;
  background-color: #626262;
  min-height: 200px;
}
.card--add:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-add-bg.svg");
}
.card--add.active {
  background-color: #CCCCCC;
}
.card--has-expired .content-align {
  padding-top: 50px !important;
}
.card--has-expired .btn, .card--has-expired .userform .step-navigation button, .userform .step-navigation .card--has-expired button, .card--has-expired .userform .step-navigation .button, .userform .step-navigation .card--has-expired .button, .card--has-expired .userform .step-navigation input[type=submit], .userform .step-navigation .card--has-expired input[type=submit], .card--has-expired .remove-file-row .file-input:before, .remove-file-row .card--has-expired .file-input:before, .card--has-expired .section-filter .date-item input, .section-filter .date-item .card--has-expired input, .card--has-expired .section-title__filter .date-item input, .section-title__filter .date-item .card--has-expired input, .card--has-expired .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card--has-expired .dropdown, .card--has-expired .Actions .action, .Actions .card--has-expired .action, .card--has-expired .resetformaction, .card--has-expired form [type=submit], form .card--has-expired [type=submit],
.card--has-expired form [type=button],
form .card--has-expired [type=button], .card--has-expired form [type=reset], form .card--has-expired [type=reset], .card--has-expired .jobs-page .search-section__item input, .jobs-page .search-section__item .card--has-expired input, .card--has-expired .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card--has-expired button {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 32px;
  font-size: 19px;
  z-index: 1;
}
.card--has-expired .btn-approved {
  background-color: #97D1DC;
  border-color: #97D1DC;
  color: #000;
  max-width: 110px;
}
.card--has-expired .btn-pending {
  background-color: #FFC214;
  border-color: #FFC214;
  color: #000;
}
.card--has-expired .btn-expired {
  background-color: #C64B38;
  border-color: #C64B38;
  color: #fff;
  max-width: 110px;
}
@media (max-width: 767.98px) {
  .card--feature .card__image:after {
    padding-top: 54.6296296296%;
  }
}
@media (max-width: 991.98px) {
  .card--remove-btn {
    background-color: transparent !important;
    overflow: visible;
  }
  .card--remove-btn .card__content {
    background-color: transparent !important;
  }
  .card--remove-btn .card__image {
    border-radius: 20px;
    overflow: hidden;
  }
  .card--remove-btn .card__bottom-btn {
    margin-top: 10px;
  }
  .card--add {
    min-height: 150px;
    height: calc(100% - 108px);
  }
}
@media (min-width: 992px) {
  .card {
    border-radius: 40px;
  }
  .card .icon-favorite,
  .card .icon-remove {
    width: 29px;
    right: 15px;
  }
  .card .icon-remove {
    left: 15px;
  }
  .card__content .content-align {
    padding: 27px 20px;
    border-radius: 0 0 40px 40px;
  }
  .card__content .btn-card,
  .card__content .title {
    font-size: 20px;
  }
  .card__content .sub-title {
    font-size: 15px;
    line-height: 1.4;
  }
  .card--staff .card__content .content-align {
    padding: 45px 40px;
  }
  .card--staff:not(.card--staff-large) .card__content .content-align {
    padding: 30px 20px;
  }
  .card--staff:not(.card--staff-large) .card__content .job-title {
    margin-bottom: 20px;
  }
  .card--staff:not(.card--staff-large) .card__content .info {
    margin-bottom: 20px;
  }
  .card--staff-large {
    display: flex;
    flex-direction: row;
  }
  .card--staff-large .card__image {
    width: 33.3333333333%;
  }
  .card--staff-large .card__content {
    width: 66.6666666667%;
  }
  .card--staff-large .card__content .content-align {
    border-radius: 0;
  }
  .card--staff-large .card__content .info p {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
  }
  .card--feature .card__content .content-align .title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .card--feature .card__content .content-align .sub-title {
    font-weight: 700;
  }
  .card--feature .card__content .details-card .date {
    font-size: 30px;
    line-height: 1.1;
  }
  .card--feature .card__image:after {
    padding-top: 36%;
  }
  .card--feature-case-studies .card__content .sub-title {
    -webkit-line-clamp: 3;
  }
  .card--bottom-btns .card__image {
    border-radius: 40px 40px 0 0;
  }
  .card--bottom-btns--featured {
    display: flex;
    flex-wrap: wrap;
    flex-direction: revert;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    min-height: 310px;
  }
  .card--bottom-btns--featured .card__image {
    width: 40%;
    border-radius: 0;
  }
  .card--bottom-btns--featured .card__content {
    width: 60%;
  }
  .card--bottom-btns--featured .card__content .title {
    font-size: 30px;
  }
  .card--bottom-btns--featured .card__content .content-align {
    border-radius: 0;
    align-items: flex-start;
  }
  .card--bottom-btns--featured .card__content .title-align {
    justify-content: flex-start;
  }
  .card--bottom-btns--featured .card__content .card__btns .icon-btn:first-child, .card--bottom-btns--featured .card__content .card__btns .slick-arrow:first-child, .card--bottom-btns--featured .card__content .card__btns .booking-system-page__dates .calendar-nav:first-child, .booking-system-page__dates .card--bottom-btns--featured .card__content .card__btns .calendar-nav:first-child {
    margin-left: 0;
  }
  .card--jobs .bottom-content {
    min-height: 120px;
  }
  .card--add:before {
    width: 63px;
    height: 63px;
  }
  .card--has-expired .btn-expired {
    max-width: 140px;
  }
}
@media (min-width: 1200px) {
  .card--feature .card__image:after {
    padding-top: 29.465648855%;
  }
  .card--jobs .bottom-content {
    min-height: 160px;
  }
}

.card-wrapper {
  margin-bottom: 30px;
}
.card-wrapper--mb-small {
  margin-bottom: 15px;
}
.card-wrapper__top-title {
  font-size: 25px;
  margin-bottom: 10px;
}
.card-wrapper--top-title {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .card-wrapper--feature {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .card-wrapper--feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .card-wrapper--feature .card__image:after {
    padding-top: 29.465648855%;
  }
  .card-wrapper--mb-large {
    margin-bottom: 60px;
  }
  .card-wrapper--mb-medium {
    margin-bottom: 45px;
  }
  .card-wrapper__top-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .card-wrapper--feature-small {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .card-wrapper--feature-small .card__image:after {
    padding-top: 36.8320610687%;
  }
}

.main-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding-top: 73px;
  background-color: #F15B5D;
}
.main-menu.active {
  z-index: 9999;
  opacity: 1 !important;
}
.main-menu .menu-align {
  height: calc(100vh - 243px);
  margin-top: 40px;
  width: 100% !important;
  overflow-y: auto;
  overflow-x: hidden !important;
  outline: none;
}
.main-menu .menu {
  position: relative;
  padding: 0 20px;
  margin: 0;
  height: 100%;
}
.main-menu .menu li {
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 23px;
}
.main-menu .menu li:last-child {
  margin-bottom: 0;
}
.main-menu .menu li a {
  color: #fff;
  display: block;
}
.main-menu .menu li a:hover {
  color: #000;
  text-decoration: none;
}
.main-menu .menu li .submenu {
  margin: 0;
  padding: 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .main-menu .menu li .submenu {
    transition: none;
  }
}
.main-menu .menu li .submenu.active {
  transform: translateX(0);
  z-index: 100;
}
.main-menu .menu .has-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu .menu .has-submenu > a {
  display: block;
  width: calc(100% - 20px);
  position: relative;
}
.main-menu .menu .has-submenu .next,
.main-menu .menu .has-submenu .back {
  display: inline-block;
  background-color: transparent;
  padding: 0;
  border: 0;
  background-size: 10px !important;
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.main-menu .menu .has-submenu .next {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/svg/angle-right-white.svg");
}
.main-menu .menu .has-submenu .back {
  color: #fff;
  background-image: url("../images/svg/angle-left-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 34px;
  padding-top: 2px;
  font-size: 16px;
  position: relative;
  top: -9px;
}
.main-menu .menu .submenu-header {
  position: relative;
  min-height: 192px;
  width: 100vw;
  left: -20px;
  padding: 15px 20px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-bottom: 25px;
}
.main-menu .menu .submenu-header .btn, .main-menu .menu .submenu-header .userform .step-navigation button, .userform .step-navigation .main-menu .menu .submenu-header button, .main-menu .menu .submenu-header .userform .step-navigation .button, .userform .step-navigation .main-menu .menu .submenu-header .button, .main-menu .menu .submenu-header .userform .step-navigation input[type=submit], .userform .step-navigation .main-menu .menu .submenu-header input[type=submit], .main-menu .menu .submenu-header .remove-file-row .file-input:before, .remove-file-row .main-menu .menu .submenu-header .file-input:before, .main-menu .menu .submenu-header .section-filter .date-item input, .section-filter .date-item .main-menu .menu .submenu-header input, .main-menu .menu .submenu-header .section-title__filter .date-item input, .section-title__filter .date-item .main-menu .menu .submenu-header input, .main-menu .menu .submenu-header .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .main-menu .menu .submenu-header .dropdown, .main-menu .menu .submenu-header .Actions .action, .Actions .main-menu .menu .submenu-header .action, .main-menu .menu .submenu-header .resetformaction, .main-menu .menu .submenu-header form [type=submit], form .main-menu .menu .submenu-header [type=submit],
.main-menu .menu .submenu-header form [type=button],
form .main-menu .menu .submenu-header [type=button], .main-menu .menu .submenu-header form [type=reset], form .main-menu .menu .submenu-header [type=reset], .main-menu .menu .submenu-header .jobs-page .search-section__item input, .jobs-page .search-section__item .main-menu .menu .submenu-header input, .main-menu .menu .submenu-header .jobs-page .search-section__submit button, .jobs-page .search-section__submit .main-menu .menu .submenu-header button {
  color: #000;
  display: inline-flex;
}
.main-menu .menu .submenu-header__content {
  position: relative;
}
.main-menu .menu .submenu-header__title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
}
.main-menu .menu .submenu-header__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-menu .menu .submenu-header__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
}
.main-menu .menu .submenu-header-title-only {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main-menu .contact-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 20px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-menu .contact-links:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 0;
}
.main-menu .contact-links .link-item {
  width: calc(100% - 73px);
}
.main-menu .contact-links .link {
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.main-menu .contact-links .link:hover {
  color: #000;
}
.main-menu .contact-links .icon-link {
  display: block;
  margin-left: 30px;
}
.main-menu .contact-links .icon-link svg {
  width: 43px;
  height: 43px;
}
.main-menu .jspPane {
  height: 100%;
}
.main-menu .jspScrollable .jspPane {
  overflow: hidden;
  height: unset;
}
.main-menu .jspScrollable .jspPane .submenu-header {
  width: calc(100vw - 48px);
}
.main-menu__mobile {
  height: calc(100% - 160px);
  padding-right: 20px;
}
.main-menu__mobile .hide-scroll {
  overflow: hidden !important;
}
.main-menu__mobile .menu {
  height: auto;
  overflow: hidden;
  position: unset;
  padding-right: 5px;
}
.main-menu__mobile .submenu {
  overflow-y: auto;
  overflow-x: hidden !important;
  max-height: calc(100vh - 243px);
  padding-right: 5px !important;
}
.main-menu__mobile .menu-align::-webkit-scrollbar,
.main-menu__mobile .submenu::-webkit-scrollbar {
  background-color: #B74849;
  width: 16px;
  border-radius: 10px;
}
.main-menu__mobile .menu-align::-webkit-scrollbar-thumb,
.main-menu__mobile .submenu::-webkit-scrollbar-thumb {
  background-color: #FF8E90;
  border-radius: 10px;
}
.main-menu__mobile .menu-align {
  position: relative;
}
.main-menu__mobile .submenu-wrapper {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .main-menu .menu li .submenu {
    background-color: #F15B5D;
  }
  .main-menu .jspVerticalBar {
    z-index: 100;
  }
}
@media (min-width: 992px) {
  .main-menu {
    background-color: rgba(0, 0, 0, 0.4) !important;
    padding-top: 0;
  }
  .main-menu .menu-align {
    margin-top: 0;
    height: 100vh;
    padding-bottom: 100px !important;
  }
  .main-menu__bg-close {
    position: absolute;
    width: calc(100vw - 520px);
    height: 100%;
    top: 0;
    left: 520px;
    cursor: pointer;
    z-index: 1;
  }
  .main-menu .menu {
    position: relative;
    max-width: 960px;
    overflow: hidden;
    padding: 150px 40px 120px;
  }
  .main-menu .menu:before, .main-menu .menu:after {
    content: "";
    width: 520px;
    display: block;
    top: 0;
    left: 0;
    background-color: #F15B5D;
  }
  .main-menu .menu:before {
    position: absolute;
    height: 100%;
    z-index: -1;
  }
  .main-menu .menu:after {
    position: fixed;
    height: 150px;
    z-index: 1;
  }
  .main-menu .menu li {
    font-size: 25px;
    max-width: 435px;
    margin-bottom: 45px;
  }
  .main-menu .menu li:last-child {
    margin-bottom: 45px;
  }
  .main-menu .menu li .submenu {
    padding-top: 0;
    max-width: 520px;
    transform: translateX(-100%);
    position: fixed;
    z-index: 1000 !important;
    background-color: #F15B5D;
    padding-left: 40px;
    padding-right: 20px;
  }
  .main-menu .menu li .submenu .back {
    position: absolute;
    z-index: 1;
    top: 35px;
    padding-left: 20px;
    font-size: 20px;
  }
  .main-menu .menu li .submenu.active {
    transform: translateX(110px) !important;
  }
  .main-menu .menu li .submenu .submenu {
    transform: translateX(calc(-100% - 110px));
  }
  .main-menu .menu li .submenu .submenu .submenu {
    transform: translateX(calc(-100% - 220px));
  }
  .main-menu .menu li .submenu .submenu .submenu .submenu {
    transform: translateX(calc(-100% - 330px));
  }
  .main-menu .menu .submenu-header {
    width: calc(100% + 60px) !important;
    left: -40px;
    min-height: 280px;
    padding-left: 40px;
  }
  .main-menu .menu .submenu-header__title {
    font-size: 45px;
  }
  .main-menu .menu .submenu-header-title-only {
    font-size: 45px;
    margin: 90px 0 40px;
  }
  .main-menu .menu .submenu-header__title,
  .main-menu .menu .submenu-header-title-only {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .main-menu .menu .submenu-align {
    height: calc(100% - 420px);
  }
  .main-menu .menu .submenu-align:focus {
    outline: none;
  }
  .main-menu .menu .submenu-align > .jspContainer .jspPane > li {
    padding-right: 10px;
  }
  .main-menu .menu .submenu-align > .jspContainer .jspVerticalBar {
    left: 440px;
  }
  .main-menu .menu .no-submenu-image .submenu-align {
    height: calc(100% - 320px);
  }
  .main-menu__close {
    position: absolute;
    left: 20px;
    top: 25px;
    cursor: pointer;
    z-index: 101;
  }
  .main-menu__close svg {
    width: 30px;
  }
  .main-menu__close svg line {
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .main-menu__close svg line {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-menu__close:hover svg line {
    stroke: #000;
  }
  .main-menu .contact-links {
    display: none;
  }
  .main-menu .jspVerticalBar {
    right: auto;
    left: 484px;
    top: auto;
  }
  .main-menu .jspPane {
    height: auto;
    margin-left: 0 !important;
  }
  .main-menu .jspScrollable .jspPane {
    overflow: hidden;
    height: unset;
  }
  .main-menu .menu-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 520px;
    height: 100%;
    z-index: 10;
    display: none;
    cursor: pointer;
  }
  .main-menu .menu-overlay.active {
    display: block;
  }
  .main-menu .menu-contact-link {
    border-top: 2px solid #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0 !important;
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
    background-color: #F15B5D;
  }
  .main-menu .menu-contact-link a {
    padding: 30px 0;
  }
  .main-menu .hide-scroll.submenu > .submenu-align .jspPane,
  .main-menu .hide-scroll.menu-align .jspPane {
    height: 100% !important;
  }
  .main-menu .submenu:not(.hide-scroll) .submenu-align .jspPane {
    height: unset !important;
  }
  .main-menu .hide-scroll .jspContainer .jspPane .menu .menu-contact-link,
  .main-menu .hide-scroll .jspContainer .jspPane .menu .submenu .back {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 200ms, opacity 200ms linear;
  }
  .main-menu .hide-scroll .jspContainer .jspPane .menu .submenu:not(.hide-scroll) .menu-contact-link,
  .main-menu .hide-scroll .jspContainer .jspPane .menu .submenu:not(.hide-scroll) .back {
    visibility: visible;
    opacity: 1;
    transition: opacity 200ms linear;
  }
  .main-menu__pc .menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-menu__pc .menu li > a {
    transition: all 0.2s ease-in-out;
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .main-menu__pc .menu li > a {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-menu__pc .menu li > a:hover {
    color: #fff !important;
    transform: translateY(-5px);
  }
  .main-menu__pc .menu .has-submenu {
    position: unset !important;
  }
  .main-menu__pc .menu .has-submenu .submenu {
    height: 100vh;
    overflow: unset !important;
  }
  .main-menu__pc .menu .has-submenu > a {
    width: calc(100% - 40px);
  }
  .main-menu__pc .menu .has-submenu .next {
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    background-color: #fff;
    width: 45px;
    height: 45px;
    background-image: url("../images/svg/angle-right-red.svg");
    transform: translateX(0);
  }
}
@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .main-menu__pc .menu .has-submenu .next {
    transition: none;
  }
}
@media (min-width: 992px) {
  .main-menu__pc .menu .has-submenu .next:hover {
    transform: translateX(5px);
  }
  .main-menu__pc .menu-align:after {
    content: "";
    width: 520px;
    display: block;
    top: 0;
    left: 0;
    background-color: #F15B5D;
    position: absolute;
    height: 100%;
    z-index: -1;
  }
  .main-menu__pc .menu-align__scroll-wrapper {
    height: calc(100% - 170px);
    top: 150px;
  }
  .main-menu__pc .jspContainer,
  .main-menu__pc .jspPane {
    overflow: visible !important;
  }
}
@media (min-width: 1440px) {
  .main-menu .menu li {
    font-size: 25px;
  }
  .main-menu .menu .submenu-header {
    min-height: 320px;
    padding: 30px 40px;
    margin-bottom: 55px;
  }
  .main-menu .menu .submenu-header__title {
    font-size: 59px;
  }
  .main-menu .menu .submenu-header-title-only {
    font-size: 59px;
    line-height: 1.3;
  }
  .main-menu .menu .submenu-align {
    height: calc(100% - 500px);
  }
  .main-menu .menu .submenu-align > .jspContainer .jspVerticalBar {
    left: 443px;
  }
  .main-menu__close {
    left: 40px;
  }
}

.jspContainer {
  overflow: hidden;
  position: relative;
  outline: none;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: #B74849;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  width: 16px;
  border-radius: 40px;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.jspHorizontalBar {
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background-color: transparent;
  position: relative;
}

.jspDrag {
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  width: 16px;
  background-color: #FF8E90;
  border-radius: 40px;
  overflow: hidden;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  cursor: pointer;
  direction: ltr;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -20000px;
}

.jspDisabled {
  background: #80808d;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  border: 1px solid red;
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.select2-container--material {
  width: 100% !important;
}

.select2-container--material .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
  height: auto;
  margin: 0;
  outline: none;
  padding: 8px 0 5px 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  padding-left: 0;
}

.select2-container--material .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--material .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
  height: 26px;
  margin: 0.6rem 0 0.4rem 0;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--material[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--material[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--material.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--material .select2-selection--multiple {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: none;
  box-sizing: content-box;
  cursor: text;
  height: auto;
  margin: 0;
  outline: none;
  padding: 5px 0 0 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--material .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
  background-color: #ffca28;
  border-radius: 16px;
  color: rgba(0, 0, 0, 0.6);
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 6px;
  padding: 0 12px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--material[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--material[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--material[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--material[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--material[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--material.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--material.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--material.select2-container--open.select2-container--above .select2-selection--single, .select2-container--material.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--material.select2-container--open.select2-container--below .select2-selection--single, .select2-container--material.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--material.select2-container--focus .select2-selection--single {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.select2-container--material.select2-container--focus .select2-selection--multiple {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.select2-container--material .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  outline: none;
}

.select2-container--material .select2-search--dropdown .select2-search__field:focus:not([readonly]) {
  box-shadow: 0 1px 0 0 #ced4da;
  border-bottom: 1px solid #ced4da;
}

.select2-container--material .select2-search--inline .select2-search__field {
  background: transparent;
  border: none !important;
  outline: 0;
  box-shadow: none !important;
  -webkit-appearance: textfield;
}

.select2-container--material .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--material .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--material .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--material .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--material .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--material .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
  background-color: #3f729b;
  color: white;
}

.select2-container--material .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 25px 25px;
}

.select2-results {
  display: block;
  background: #191919;
  border: 2px solid #F15B5D;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  position: relative;
  overflow: hidden;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 350px;
  overflow-y: auto;
}

.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  color: #fff;
  padding: 8px 25px;
}
.select2-results__option:hover {
  background-color: #212529;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.select2-search--dropdown {
  display: none;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-dropdown-wrapper {
  position: relative;
}
.select2-dropdown-wrapper .select2-hidden-accessible {
  height: 52px;
  border: 0;
  background-color: transparent;
  border-radius: 25px;
  padding: 5px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-image: url(../images/svg/angle-down-white.svg) !important;
  background-position: right 20px center;
  pointer-events: none;
}

.select2-selection--single[aria-expanded=true] .select2-selection__rendered {
  border-bottom: 0;
  border-radius: 25px 25px 0 0;
}

.select2-selection__rendered {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  border-radius: 25px;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #F15B5D;
}

.select2-dropdown-form form .select2-dropdown-wrapper .select2-hidden-accessible {
  background-image: url(../images/svg/angle-down-black.svg) !important;
  font-weight: 400;
}
.select2-dropdown-form form .select2-selection__rendered {
  border-color: #fff;
}
.select2-dropdown-form form .select2-container--open .select2-selection__rendered {
  background-color: #fff;
  z-index: 0;
}
.select2-dropdown-form .select2-dropdown-form-wrapper .select2-results {
  background: #fff;
  border-color: #fff;
}
.select2-dropdown-form .select2-dropdown-form-wrapper .select2-results__option {
  color: #000;
}
.select2-dropdown-form .select2-dropdown-form-wrapper .select2-results__option:hover {
  background-color: #C9C9C9;
}

.react-dropdown-wrapper {
  z-index: 10;
  max-height: 52px;
}
.react-dropdown-wrapper:focus {
  border: 0;
  outline: none !important;
  box-shadow: none;
}
.react-dropdown-wrapper .dropdown {
  padding: 0;
  transform: scale(1) !important;
  width: 100%;
  cursor: pointer;
  border-radius: 25px;
  height: auto;
  min-height: 52px;
  display: flex;
  flex-direction: column;
  border: 2px solid #F15B5D;
  position: relative;
  overflow: hidden;
}
.react-dropdown-wrapper .dropdown:focus {
  border: 0;
  outline: none !important;
  box-shadow: none;
}
.react-dropdown-wrapper .react-select__control {
  width: 100%;
  border: 0;
  background: transparent;
  height: 100%;
  cursor: pointer;
}
.react-dropdown-wrapper .react-select__control--is-focused {
  outline: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.react-dropdown-wrapper .react-select__value-container {
  height: 100%;
  padding: 5px 55px 5px 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  color: #fff;
  min-height: 52px;
}
.react-dropdown-wrapper .react-select__single-value {
  display: flex;
  align-items: center;
  color: #fff;
}
.react-dropdown-wrapper .react-select__input {
  display: none;
}
.react-dropdown-wrapper .react-select__menu {
  width: 100%;
  border: 0;
  height: 100%;
  cursor: pointer;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-right: 15px;
  background: #191919;
}
.react-dropdown-wrapper .react-select__menu-list {
  color: #ffffff;
  background: #191919;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  position: relative;
  overflow: hidden;
  max-height: 200px;
  overflow-y: scroll;
  font-weight: 400;
  text-align: left;
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  width: 100%;
}
.react-dropdown-wrapper .react-select__menu-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}
.react-dropdown-wrapper .react-select__menu-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #CCCCCC;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.react-dropdown-wrapper .react-select__option {
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: inherit;
  padding: 8px 25px;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  background-color: #191919;
}
.react-dropdown-wrapper .react-select__option:hover {
  background-color: #212529;
}
.react-dropdown-wrapper .react-select__indicators {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: hsl(0, 0%, 100%);
  display: flex;
  align-items: center;
}
.react-dropdown-wrapper .react-select__indicators svg {
  margin-left: 0 !important;
}
.react-dropdown-wrapper .react-select__indicator {
  padding: 0;
}
.react-dropdown-wrapper .react-select__indicator-separator {
  display: none;
}
.react-dropdown-wrapper .react-select__placeholder {
  color: #fff;
}
.react-dropdown-wrapper .react-select__multi-value {
  background-color: #F15B5D;
  border-radius: 3px;
}
.react-dropdown-wrapper .react-select__multi-value__remove svg {
  margin-left: 0;
}
.react-dropdown-wrapper .react-select__multi-value__label {
  color: #fff;
  font-size: 16px;
}

.icon-with-detail {
  padding: 0;
  margin: 0;
}
.icon-with-detail ul {
  padding: 0;
  margin: 0;
}
.icon-with-detail .detail-item {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.icon-with-detail .detail-item:last-child {
  margin-bottom: 0;
}
.icon-with-detail .detail-item:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  max-width: 175px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.icon-with-detail .detail-item__icon {
  margin-bottom: 20px;
}
.icon-with-detail .detail-item__icon img {
  width: 50px;
}
.icon-with-detail .detail-item__icon img.black {
  display: none;
}
.icon-with-detail .detail-item__info h6 {
  margin-bottom: 0;
}
.icon-with-detail .detail-item__info .information {
  display: block;
}
.icon-with-detail .detail-item__info .information a {
  color: #fff;
}
.icon-with-detail .detail-item__info .information a:hover {
  color: #F15B5D;
}
.icon-with-detail .detail-item__info address,
.icon-with-detail .detail-item__info .information {
  margin-bottom: 0;
}
.icon-with-detail .detail-item__info .btn-align {
  margin-top: 20px;
}
.icon-with-detail .detail-item__info .btn-align .btn, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation button, .userform .step-navigation .icon-with-detail .detail-item__info .btn-align button, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation .button, .userform .step-navigation .icon-with-detail .detail-item__info .btn-align .button, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation input[type=submit], .userform .step-navigation .icon-with-detail .detail-item__info .btn-align input[type=submit], .icon-with-detail .detail-item__info .btn-align .remove-file-row .file-input:before, .remove-file-row .icon-with-detail .detail-item__info .btn-align .file-input:before, .icon-with-detail .detail-item__info .btn-align .section-filter .date-item input, .section-filter .date-item .icon-with-detail .detail-item__info .btn-align input, .icon-with-detail .detail-item__info .btn-align .section-title__filter .date-item input, .section-title__filter .date-item .icon-with-detail .detail-item__info .btn-align input, .icon-with-detail .detail-item__info .btn-align .Actions .action, .Actions .icon-with-detail .detail-item__info .btn-align .action, .icon-with-detail .detail-item__info .btn-align .resetformaction, .icon-with-detail .detail-item__info .btn-align form [type=submit], form .icon-with-detail .detail-item__info .btn-align [type=submit],
.icon-with-detail .detail-item__info .btn-align form [type=button],
form .icon-with-detail .detail-item__info .btn-align [type=button], .icon-with-detail .detail-item__info .btn-align form [type=reset], form .icon-with-detail .detail-item__info .btn-align [type=reset], .icon-with-detail .detail-item__info .btn-align .jobs-page .search-section__item input, .jobs-page .search-section__item .icon-with-detail .detail-item__info .btn-align input, .icon-with-detail .detail-item__info .btn-align .jobs-page .search-section__submit button, .jobs-page .search-section__submit .icon-with-detail .detail-item__info .btn-align button, .icon-with-detail .detail-item__info .btn-align .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .icon-with-detail .detail-item__info .btn-align .dropdown {
  margin-bottom: 15px;
}
.icon-with-detail .detail-item__info .btn-align .btn:last-child, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation button:last-child, .userform .step-navigation .icon-with-detail .detail-item__info .btn-align button:last-child, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation .button:last-child, .userform .step-navigation .icon-with-detail .detail-item__info .btn-align .button:last-child, .icon-with-detail .detail-item__info .btn-align .userform .step-navigation input[type=submit]:last-child, .userform .step-navigation .icon-with-detail .detail-item__info .btn-align input[type=submit]:last-child, .icon-with-detail .detail-item__info .btn-align .remove-file-row .file-input:last-child:before, .remove-file-row .icon-with-detail .detail-item__info .btn-align .file-input:last-child:before, .icon-with-detail .detail-item__info .btn-align .section-filter .date-item input:last-child, .section-filter .date-item .icon-with-detail .detail-item__info .btn-align input:last-child, .icon-with-detail .detail-item__info .btn-align .section-title__filter .date-item input:last-child, .section-title__filter .date-item .icon-with-detail .detail-item__info .btn-align input:last-child, .icon-with-detail .detail-item__info .btn-align .Actions .action:last-child, .Actions .icon-with-detail .detail-item__info .btn-align .action:last-child, .icon-with-detail .detail-item__info .btn-align .resetformaction:last-child, .icon-with-detail .detail-item__info .btn-align form [type=submit]:last-child, form .icon-with-detail .detail-item__info .btn-align [type=submit]:last-child,
.icon-with-detail .detail-item__info .btn-align form [type=button]:last-child,
form .icon-with-detail .detail-item__info .btn-align [type=button]:last-child, .icon-with-detail .detail-item__info .btn-align form [type=reset]:last-child, form .icon-with-detail .detail-item__info .btn-align [type=reset]:last-child, .icon-with-detail .detail-item__info .btn-align .jobs-page .search-section__item input:last-child, .jobs-page .search-section__item .icon-with-detail .detail-item__info .btn-align input:last-child, .icon-with-detail .detail-item__info .btn-align .jobs-page .search-section__submit button:last-child, .jobs-page .search-section__submit .icon-with-detail .detail-item__info .btn-align button:last-child, .icon-with-detail .detail-item__info .btn-align .react-dropdown-wrapper .dropdown:last-child, .react-dropdown-wrapper .icon-with-detail .detail-item__info .btn-align .dropdown:last-child {
  margin-bottom: 0;
}
.icon-with-detail .detail-item__info ul li {
  margin-bottom: 30px;
}
.icon-with-detail .detail-item__info ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .icon-with-detail .detail-item {
    text-align: left;
  }
  .icon-with-detail .detail-item:before {
    left: 0;
    transform: translateX(0);
  }
  .icon-with-detail .detail-item:last-child {
    padding-bottom: 0;
  }
  .icon-with-detail .detail-item:last-child:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .icon-with-detail .detail-item {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  .icon-with-detail .detail-item__icon {
    width: 65px;
    margin-bottom: 0;
  }
  .icon-with-detail .detail-item__info {
    width: calc(100% - 65px);
    padding-top: 10px;
  }
  .icon-with-detail .detail-item__info .btn-align {
    display: flex;
    flex-direction: column;
  }
  .icon-with-detail .detail-item:before {
    display: none;
  }
}

.listing-detail {
  color: #fff;
  overflow: hidden;
  padding-bottom: 70px;
}
.listing-detail .title {
  font-weight: bold;
  font-size: 30px;
}
.listing-detail .title,
.listing-detail .sub-title,
.listing-detail .info,
.listing-detail .share {
  position: relative;
}
.listing-detail .sub-title {
  font-size: 25px;
  margin-bottom: 20px;
}
.listing-detail ul {
  padding: 0;
  margin: 0;
}
.listing-detail__content {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.listing-detail .share .title {
  margin-bottom: 0;
}
.listing-detail .share .btn, .listing-detail .share .userform .step-navigation button, .userform .step-navigation .listing-detail .share button, .listing-detail .share .userform .step-navigation .button, .userform .step-navigation .listing-detail .share .button, .listing-detail .share .userform .step-navigation input[type=submit], .userform .step-navigation .listing-detail .share input[type=submit], .listing-detail .share .remove-file-row .file-input:before, .remove-file-row .listing-detail .share .file-input:before, .listing-detail .share .section-filter .date-item input, .section-filter .date-item .listing-detail .share input, .listing-detail .share .section-title__filter .date-item input, .section-title__filter .date-item .listing-detail .share input, .listing-detail .share .Actions .action, .Actions .listing-detail .share .action, .listing-detail .share .resetformaction, .listing-detail .share form [type=submit], form .listing-detail .share [type=submit],
.listing-detail .share form [type=button],
form .listing-detail .share [type=button], .listing-detail .share form [type=reset], form .listing-detail .share [type=reset], .listing-detail .share .jobs-page .search-section__item input, .jobs-page .search-section__item .listing-detail .share input, .listing-detail .share .jobs-page .search-section__submit button, .jobs-page .search-section__submit .listing-detail .share button, .listing-detail .share .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .listing-detail .share .dropdown {
  width: 100%;
  margin-top: 25px;
}
.listing-detail .listing-logo-mobile {
  margin-bottom: 40px;
}
.listing-detail .listing-logo {
  width: 196px;
}
.listing-detail__map {
  padding-top: 60px;
}
.listing-detail__map .map {
  width: 100%;
  height: 550px;
}
.listing-detail .details {
  border-top: 2px solid #fff;
  padding-top: 60px;
  display: flex;
  flex-direction: column-reverse;
}
.listing-detail .details__content > .title:before {
  display: none;
}
.listing-detail .details__map {
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  .listing-detail .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .listing-detail .row > .col,
  .listing-detail .container,
  .listing-detail .banner .banner-scroll-align,
  .banner .listing-detail .banner-scroll-align,
  .listing-detail .element--separator:after,
  .listing-detail .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .listing-detail .details__map {
    width: 100vw;
    left: -20px;
    position: relative;
  }
}
@media (min-width: 576px) {
  .listing-detail__content {
    background-color: transparent;
  }
  .listing-detail__content:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    display: block;
    top: 0;
    left: calc(270px - 50vw);
  }
}
@media (min-width: 768px) {
  .listing-detail__content {
    padding-right: 50px;
  }
  .listing-detail__content:before {
    width: calc(50vw - 15px);
    right: 15px;
    left: auto;
  }
  .listing-detail__map {
    padding-top: 0;
  }
  .listing-detail__map .listing-logo {
    margin-bottom: 45px;
  }
  .listing-detail .details {
    padding-top: 45px;
  }
  .listing-detail .details__content > .title:before {
    display: block;
  }
}
@media (min-width: 992px) {
  .listing-detail {
    padding-bottom: 130px;
  }
  .listing-detail__content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .listing-detail .top-title,
  .listing-detail .sub-title {
    margin-bottom: 35px;
  }
  .listing-detail .info {
    margin-bottom: 40px;
  }
  .listing-detail .share {
    border-top: 2px solid #fff;
    padding-top: 40px;
  }
  .listing-detail .share .btn, .listing-detail .share .userform .step-navigation button, .userform .step-navigation .listing-detail .share button, .listing-detail .share .userform .step-navigation .button, .userform .step-navigation .listing-detail .share .button, .listing-detail .share .userform .step-navigation input[type=submit], .userform .step-navigation .listing-detail .share input[type=submit], .listing-detail .share .remove-file-row .file-input:before, .remove-file-row .listing-detail .share .file-input:before, .listing-detail .share .section-filter .date-item input, .section-filter .date-item .listing-detail .share input, .listing-detail .share .section-title__filter .date-item input, .section-title__filter .date-item .listing-detail .share input, .listing-detail .share .Actions .action, .Actions .listing-detail .share .action, .listing-detail .share .resetformaction, .listing-detail .share form [type=submit], form .listing-detail .share [type=submit],
  .listing-detail .share form [type=button],
  form .listing-detail .share [type=button], .listing-detail .share form [type=reset], form .listing-detail .share [type=reset], .listing-detail .share .jobs-page .search-section__item input, .jobs-page .search-section__item .listing-detail .share input, .listing-detail .share .jobs-page .search-section__submit button, .jobs-page .search-section__submit .listing-detail .share button, .listing-detail .share .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .listing-detail .share .dropdown {
    width: auto;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .listing-detail__content {
    padding-right: 10%;
  }
  .listing-detail__content:before {
    width: calc(50vw - 15px - 5%);
    right: calc(15px + 5%);
  }
  .listing-detail .details {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 0;
    padding-top: 0;
  }
  .listing-detail .details__content, .listing-detail .details__map {
    width: 50%;
  }
  .listing-detail .details__content {
    border-top: 2px solid #fff;
    padding-top: 45px;
  }
  .listing-detail .details__content-full {
    width: 100%;
  }
  .listing-detail .details__map {
    padding-left: 35px;
  }
  .listing-detail .details__map .map {
    width: calc(100% + 50vw - 555px);
  }
}
@media (min-width: 1440px) {
  .listing-detail .details__map .map {
    width: calc(100% + 50vw - 662px);
  }
  .listing-detail .share .btn, .listing-detail .share .userform .step-navigation button, .userform .step-navigation .listing-detail .share button, .listing-detail .share .userform .step-navigation .button, .userform .step-navigation .listing-detail .share .button, .listing-detail .share .userform .step-navigation input[type=submit], .userform .step-navigation .listing-detail .share input[type=submit], .listing-detail .share .remove-file-row .file-input:before, .remove-file-row .listing-detail .share .file-input:before, .listing-detail .share .section-filter .date-item input, .section-filter .date-item .listing-detail .share input, .listing-detail .share .section-title__filter .date-item input, .section-title__filter .date-item .listing-detail .share input, .listing-detail .share .Actions .action, .Actions .listing-detail .share .action, .listing-detail .share .resetformaction, .listing-detail .share form [type=submit], form .listing-detail .share [type=submit],
  .listing-detail .share form [type=button],
  form .listing-detail .share [type=button], .listing-detail .share form [type=reset], form .listing-detail .share [type=reset], .listing-detail .share .jobs-page .search-section__item input, .jobs-page .search-section__item .listing-detail .share input, .listing-detail .share .jobs-page .search-section__submit button, .jobs-page .search-section__submit .listing-detail .share button, .listing-detail .share .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .listing-detail .share .dropdown {
    width: 210px;
  }
}

.listing-detail-page--enterprise .listing-detail .details__content .title-line:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h1:first-child:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h2:first-child:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h3:first-child:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h4:first-child:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h5:first-child:before, .listing-detail-page--enterprise .listing-detail .details__content .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail .details__content .content-element__info > h6:first-child:before {
  background: white;
}
.listing-detail-page--enterprise .listing-detail__content {
  background: transparent;
  padding-bottom: 0;
}
.listing-detail-page--enterprise .listing-detail__content:before {
  display: none;
}
.listing-detail-page--enterprise .listing-detail__content .title-line:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h1:first-child:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h2:first-child:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h3:first-child:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h4:first-child:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h5:first-child:before, .listing-detail-page--enterprise .listing-detail__content .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .listing-detail-page--enterprise .listing-detail__content .content-element__info > h6:first-child:before {
  background: white;
}
.listing-detail-page--enterprise .listing-detail__content .share {
  border-bottom: 2px solid white;
}
.listing-detail-page--enterprise .listing-detail__map {
  color: white;
}
.listing-detail-page--enterprise .listing-detail__map .icon-with-detail .detail-item__info .information a {
  color: white;
}
.listing-detail-page--enterprise .listing-detail__organisation {
  padding-bottom: 50px;
}
.listing-detail-page--enterprise .listing-detail__organisation .btn, .listing-detail-page--enterprise .listing-detail__organisation .userform .step-navigation button, .userform .step-navigation .listing-detail-page--enterprise .listing-detail__organisation button, .listing-detail-page--enterprise .listing-detail__organisation .userform .step-navigation .button, .userform .step-navigation .listing-detail-page--enterprise .listing-detail__organisation .button, .listing-detail-page--enterprise .listing-detail__organisation .userform .step-navigation input[type=submit], .userform .step-navigation .listing-detail-page--enterprise .listing-detail__organisation input[type=submit], .listing-detail-page--enterprise .listing-detail__organisation .remove-file-row .file-input:before, .remove-file-row .listing-detail-page--enterprise .listing-detail__organisation .file-input:before, .listing-detail-page--enterprise .listing-detail__organisation .section-filter .date-item input, .section-filter .date-item .listing-detail-page--enterprise .listing-detail__organisation input, .listing-detail-page--enterprise .listing-detail__organisation .section-title__filter .date-item input, .section-title__filter .date-item .listing-detail-page--enterprise .listing-detail__organisation input, .listing-detail-page--enterprise .listing-detail__organisation .Actions .action, .Actions .listing-detail-page--enterprise .listing-detail__organisation .action, .listing-detail-page--enterprise .listing-detail__organisation .resetformaction, .listing-detail-page--enterprise .listing-detail__organisation form [type=submit], form .listing-detail-page--enterprise .listing-detail__organisation [type=submit],
.listing-detail-page--enterprise .listing-detail__organisation form [type=button],
form .listing-detail-page--enterprise .listing-detail__organisation [type=button], .listing-detail-page--enterprise .listing-detail__organisation form [type=reset], form .listing-detail-page--enterprise .listing-detail__organisation [type=reset], .listing-detail-page--enterprise .listing-detail__organisation .jobs-page .search-section__item input, .jobs-page .search-section__item .listing-detail-page--enterprise .listing-detail__organisation input, .listing-detail-page--enterprise .listing-detail__organisation .jobs-page .search-section__submit button, .jobs-page .search-section__submit .listing-detail-page--enterprise .listing-detail__organisation button, .listing-detail-page--enterprise .listing-detail__organisation .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .listing-detail-page--enterprise .listing-detail__organisation .dropdown {
  width: 100%;
}
.listing-detail-page--enterprise .listing-detail__organisation .btn-logo {
  height: 95px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.listing-detail-page--enterprise .listing-detail__organisation .btn-logo img {
  max-height: 80%;
  max-width: 90%;
  margin: 0;
  width: auto;
}
.listing-detail-page--enterprise .listing-detail__organisation li {
  margin-bottom: 24px;
}
.listing-detail-page--enterprise .listing-detail__organisation li:last-child {
  margin-bottom: 0;
}
.listing-detail-page--enterprise .listing-detail__breadcrumbs-holder {
  background: white;
}
.listing-detail-page--enterprise .listing-detail__breadcrumbs-holder .breadcrumb {
  margin-bottom: 0;
}
.listing-detail-page--enterprise .listing-detail__booking {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
.listing-detail-page--enterprise .listing-detail__go-back {
  background: #97D1DC;
  color: black;
  padding: 50px 0;
}
.listing-detail-page--enterprise .listing-detail__go-back h3 {
  margin: 0;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listing-detail-page--enterprise .listing-detail__go-back h3 span {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  color: #003E40;
}
@media (min-width: 768px) {
  .listing-detail-page--enterprise .listing-detail__map {
    padding-top: 80px;
  }
  .listing-detail-page--enterprise .listing-detail__content .share {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .listing-detail-page--enterprise .listing-detail {
    padding-bottom: 50px;
  }
  .listing-detail-page--enterprise .listing-detail__content {
    flex: 0 0 50%;
    width: 50%;
    margin-right: 10%;
    padding-right: 0;
  }
  .listing-detail-page--enterprise .listing-detail__map {
    padding-top: 100px;
    flex: 0 0 30%;
    width: 30%;
  }
  .listing-detail-page--enterprise .listing-detail__go-back h3 {
    justify-content: flex-start;
    align-items: baseline;
  }
  .listing-detail-page--enterprise .listing-detail__go-back h3 span {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .listing-detail-page--enterprise .listing-detail .details__content {
    width: 100%;
  }
}

.bottom-section {
  color: #fff;
}
.bottom-section__arrows {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.bottom-section__mobile .card {
  background-color: transparent;
}
.bottom-section--top-border {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .bottom-section--top-border .bottom-section__title {
    padding-top: 80px;
    border-top: 3px solid #F15B5D;
  }
}

.section-title {
  margin-bottom: 35px;
  color: #fff;
  position: relative;
  z-index: 200;
}
.section-title .title {
  margin-bottom: 20px;
}
.section-title__filter {
  margin-bottom: 0 !important;
}
.section-title__filter .date-item {
  width: 100% !important;
}
.section-title__filter .date-item label {
  display: block;
}
.section-title__filter .date-item input {
  width: 100%;
  text-align: left;
}
.section-title__filter .date-item input:hover {
  transform: scale(1) !important;
}
.section-title__filter .date-item input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
}
.section-title--has-btn .section-title__btn .btn, .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .section-title--has-btn .section-title__btn .button, .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .section-title--has-btn .section-title__btn input[type=submit], .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .section-title--has-btn .section-title__btn .file-input:before, .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .Actions .action, .Actions .section-title--has-btn .section-title__btn .action, .section-title--has-btn .section-title__btn .resetformaction, .section-title--has-btn .section-title__btn form [type=submit], form .section-title--has-btn .section-title__btn [type=submit],
.section-title--has-btn .section-title__btn form [type=button],
form .section-title--has-btn .section-title__btn [type=button], .section-title--has-btn .section-title__btn form [type=reset], form .section-title--has-btn .section-title__btn [type=reset], .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .section-title--has-btn .section-title__btn .dropdown, .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .section-title--has-btn .section-title__btn input {
  margin-bottom: 15px;
  width: 100%;
}
.section-title--has-btn .section-title__btn .btn.active, .section-title--has-btn .section-title__btn .userform .step-navigation button.active, .userform .step-navigation .section-title--has-btn .section-title__btn button.active, .section-title--has-btn .section-title__btn .userform .step-navigation .active.button, .userform .step-navigation .section-title--has-btn .section-title__btn .active.button, .section-title--has-btn .section-title__btn .userform .step-navigation input.active[type=submit], .userform .step-navigation .section-title--has-btn .section-title__btn input.active[type=submit], .section-title--has-btn .section-title__btn .remove-file-row .active.file-input:before, .remove-file-row .section-title--has-btn .section-title__btn .active.file-input:before, .section-title--has-btn .section-title__btn .section-filter .date-item input.active, .section-filter .date-item .section-title--has-btn .section-title__btn input.active, .section-title--has-btn .section-title__btn .Actions .active.action, .Actions .section-title--has-btn .section-title__btn .active.action, .section-title--has-btn .section-title__btn .active.resetformaction, .section-title--has-btn .section-title__btn form .active[type=submit], form .section-title--has-btn .section-title__btn .active[type=submit],
.section-title--has-btn .section-title__btn form .active[type=button],
form .section-title--has-btn .section-title__btn .active[type=button], .section-title--has-btn .section-title__btn form .active[type=reset], form .section-title--has-btn .section-title__btn .active[type=reset], .section-title--has-btn .section-title__btn .jobs-page .search-section__item input.active, .jobs-page .search-section__item .section-title--has-btn .section-title__btn input.active, .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button.active, .jobs-page .search-section__submit .section-title--has-btn .section-title__btn button.active, .section-title--has-btn .section-title__btn .react-dropdown-wrapper .active.dropdown, .react-dropdown-wrapper .section-title--has-btn .section-title__btn .active.dropdown, .section-title--has-btn .section-title__btn .section-title__filter .date-item input.active, .section-title__filter .date-item .section-title--has-btn .section-title__btn input.active {
  background-color: #F15B5D;
  color: #fff;
}
.section-title--has-btn-col {
  margin-bottom: 60px !important;
}
.section-title--has-btn-col .title {
  margin-bottom: 35px;
}
.section-title--has-btn-col .row {
  width: calc(100% + 15px);
}
.section-title--has-border {
  padding-bottom: 50px;
  border-bottom: 2px solid #F15B5D;
}
.section-title--date {
  margin-bottom: 45px;
}
.section-title--date .section-title__title {
  margin-bottom: 40px;
}
.section-title--date .section-title__title .title {
  margin-bottom: 2px;
  font-size: 40px;
}
.section-title--date .section-title__title .help-text {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .my-itinerary-page .section-title .section-title__title .title {
    margin-bottom: 0;
  }
  .my-itinerary-page .section-title .section-title__filter {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-title .title {
    margin-bottom: 0;
  }
  .section-title--has-btn .title {
    margin-bottom: 20px;
  }
  .section-title--has-btn .section-title__btn {
    margin-bottom: -20px;
  }
  .section-title--has-btn .section-title__btn .btn, .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .section-title--has-btn .section-title__btn .button, .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .section-title--has-btn .section-title__btn input[type=submit], .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .section-title--has-btn .section-title__btn .file-input:before, .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .Actions .action, .Actions .section-title--has-btn .section-title__btn .action, .section-title--has-btn .section-title__btn .resetformaction, .section-title--has-btn .section-title__btn form [type=submit], form .section-title--has-btn .section-title__btn [type=submit],
  .section-title--has-btn .section-title__btn form [type=button],
  form .section-title--has-btn .section-title__btn [type=button], .section-title--has-btn .section-title__btn form [type=reset], form .section-title--has-btn .section-title__btn [type=reset], .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .section-title--has-btn .section-title__btn .dropdown, .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .section-title--has-btn .section-title__btn input {
    margin-bottom: 20px;
    width: auto;
    margin-left: 15px;
    min-width: 150px;
  }
  .section-title--has-btn .section-title__btn .btn:first-child, .section-title--has-btn .section-title__btn .userform .step-navigation button:first-child, .userform .step-navigation .section-title--has-btn .section-title__btn button:first-child, .section-title--has-btn .section-title__btn .userform .step-navigation .button:first-child, .userform .step-navigation .section-title--has-btn .section-title__btn .button:first-child, .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit]:first-child, .userform .step-navigation .section-title--has-btn .section-title__btn input[type=submit]:first-child, .section-title--has-btn .section-title__btn .remove-file-row .file-input:first-child:before, .remove-file-row .section-title--has-btn .section-title__btn .file-input:first-child:before, .section-title--has-btn .section-title__btn .section-filter .date-item input:first-child, .section-filter .date-item .section-title--has-btn .section-title__btn input:first-child, .section-title--has-btn .section-title__btn .Actions .action:first-child, .Actions .section-title--has-btn .section-title__btn .action:first-child, .section-title--has-btn .section-title__btn .resetformaction:first-child, .section-title--has-btn .section-title__btn form [type=submit]:first-child, form .section-title--has-btn .section-title__btn [type=submit]:first-child,
  .section-title--has-btn .section-title__btn form [type=button]:first-child,
  form .section-title--has-btn .section-title__btn [type=button]:first-child, .section-title--has-btn .section-title__btn form [type=reset]:first-child, form .section-title--has-btn .section-title__btn [type=reset]:first-child, .section-title--has-btn .section-title__btn .jobs-page .search-section__item input:first-child, .jobs-page .search-section__item .section-title--has-btn .section-title__btn input:first-child, .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button:first-child, .jobs-page .search-section__submit .section-title--has-btn .section-title__btn button:first-child, .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown:first-child, .react-dropdown-wrapper .section-title--has-btn .section-title__btn .dropdown:first-child, .section-title--has-btn .section-title__btn .section-title__filter .date-item input:first-child, .section-title__filter .date-item .section-title--has-btn .section-title__btn input:first-child {
    margin-left: 0;
  }
  .section-title--date .section-title__title {
    margin-bottom: 0;
  }
  .section-title--date .section-title__filter label {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 45px;
  }
  .section-title--has-btn .title {
    margin-bottom: 0;
  }
  .discovery-map-page .section-title--has-btn .section-title__btn .btn, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn .button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn input[type=submit], .discovery-map-page .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .discovery-map-page .section-title--has-btn .section-title__btn .file-input:before, .discovery-map-page .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .Actions .action, .Actions .discovery-map-page .section-title--has-btn .section-title__btn .action, .discovery-map-page .section-title--has-btn .section-title__btn .resetformaction, .discovery-map-page .section-title--has-btn .section-title__btn form [type=submit], form .discovery-map-page .section-title--has-btn .section-title__btn [type=submit],
  .discovery-map-page .section-title--has-btn .section-title__btn form [type=button],
  form .discovery-map-page .section-title--has-btn .section-title__btn [type=button], .discovery-map-page .section-title--has-btn .section-title__btn form [type=reset], form .discovery-map-page .section-title--has-btn .section-title__btn [type=reset], .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .discovery-map-page .section-title--has-btn .section-title__btn .dropdown, .discovery-map-page .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input {
    min-width: 130px;
  }
  .section-title--has-btn-col {
    margin-bottom: 80px !important;
  }
  .section-title--has-btn-col .title {
    margin-bottom: 45px;
  }
  .section-title--date {
    margin-bottom: 35px;
  }
  .section-title--date .section-title__title .title {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .discovery-map-page .section-title--has-btn .section-title__btn .btn, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn .button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn input[type=submit], .discovery-map-page .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .discovery-map-page .section-title--has-btn .section-title__btn .file-input:before, .discovery-map-page .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .Actions .action, .Actions .discovery-map-page .section-title--has-btn .section-title__btn .action, .discovery-map-page .section-title--has-btn .section-title__btn .resetformaction, .discovery-map-page .section-title--has-btn .section-title__btn form [type=submit], form .discovery-map-page .section-title--has-btn .section-title__btn [type=submit],
  .discovery-map-page .section-title--has-btn .section-title__btn form [type=button],
  form .discovery-map-page .section-title--has-btn .section-title__btn [type=button], .discovery-map-page .section-title--has-btn .section-title__btn form [type=reset], form .discovery-map-page .section-title--has-btn .section-title__btn [type=reset], .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .discovery-map-page .section-title--has-btn .section-title__btn .dropdown, .discovery-map-page .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input {
    min-width: 150px;
  }
  .section-title--has-btn-col .row > div {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1440px) {
  .section-title--has-btn .section-title__btn .btn, .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .section-title--has-btn .section-title__btn .button, .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .section-title--has-btn .section-title__btn input[type=submit], .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .section-title--has-btn .section-title__btn .file-input:before, .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .Actions .action, .Actions .section-title--has-btn .section-title__btn .action, .section-title--has-btn .section-title__btn .resetformaction, .section-title--has-btn .section-title__btn form [type=submit], form .section-title--has-btn .section-title__btn [type=submit],
  .section-title--has-btn .section-title__btn form [type=button],
  form .section-title--has-btn .section-title__btn [type=button], .section-title--has-btn .section-title__btn form [type=reset], form .section-title--has-btn .section-title__btn [type=reset], .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .section-title--has-btn .section-title__btn input, .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .section-title--has-btn .section-title__btn button, .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .section-title--has-btn .section-title__btn .dropdown, .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .section-title--has-btn .section-title__btn input {
    min-width: 240px;
  }
  .discovery-map-page .section-title--has-btn .section-title__btn .btn, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation .button, .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn .button, .discovery-map-page .section-title--has-btn .section-title__btn .userform .step-navigation input[type=submit], .userform .step-navigation .discovery-map-page .section-title--has-btn .section-title__btn input[type=submit], .discovery-map-page .section-title--has-btn .section-title__btn .remove-file-row .file-input:before, .remove-file-row .discovery-map-page .section-title--has-btn .section-title__btn .file-input:before, .discovery-map-page .section-title--has-btn .section-title__btn .section-filter .date-item input, .section-filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .Actions .action, .Actions .discovery-map-page .section-title--has-btn .section-title__btn .action, .discovery-map-page .section-title--has-btn .section-title__btn .resetformaction, .discovery-map-page .section-title--has-btn .section-title__btn form [type=submit], form .discovery-map-page .section-title--has-btn .section-title__btn [type=submit],
  .discovery-map-page .section-title--has-btn .section-title__btn form [type=button],
  form .discovery-map-page .section-title--has-btn .section-title__btn [type=button], .discovery-map-page .section-title--has-btn .section-title__btn form [type=reset], form .discovery-map-page .section-title--has-btn .section-title__btn [type=reset], .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .discovery-map-page .section-title--has-btn .section-title__btn input, .discovery-map-page .section-title--has-btn .section-title__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .discovery-map-page .section-title--has-btn .section-title__btn button, .discovery-map-page .section-title--has-btn .section-title__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .discovery-map-page .section-title--has-btn .section-title__btn .dropdown, .discovery-map-page .section-title--has-btn .section-title__btn .section-title__filter .date-item input, .section-title__filter .date-item .discovery-map-page .section-title--has-btn .section-title__btn input {
    min-width: 175px;
  }
}

.section-filter, .section-title__filter {
  margin-bottom: 50px;
}
.section-filter form, .section-title__filter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-filter .date-item, .section-title__filter .date-item {
  width: 100%;
  margin-bottom: 15px;
}
.section-filter .date-item input, .section-title__filter .date-item input {
  transition: none;
  border-color: #F15B5D;
  width: 100%;
  text-align: left;
  background-image: url(../images/svg/icon-calendar.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 25px center !important;
  background-size: 16px !important;
}
.section-filter .date-item input:hover, .section-title__filter .date-item input:hover {
  transform: scale(1) !important;
}
.section-filter .date-item input:focus, .section-title__filter .date-item input:focus {
  outline: none;
  box-shadow: none;
}
.section-filter .date-item input::-webkit-input-placeholder, .section-title__filter .date-item input::-webkit-input-placeholder {
  color: #fff !important;
}
.section-filter .date-item input::-moz-placeholder, .section-title__filter .date-item input::-moz-placeholder {
  color: #fff !important;
}
.section-filter .date-item input:-ms-input-placeholder, .section-title__filter .date-item input:-ms-input-placeholder {
  color: #fff !important;
}
.section-filter .date-item input:-moz-placeholder, .section-title__filter .date-item input:-moz-placeholder {
  color: #fff !important;
}
.section-filter .date-item input[type=date]::-webkit-calendar-picker-indicator, .section-title__filter .date-item input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(1);
  opacity: 0;
}
.my-itinerary-page .section-filter .date-item label, .my-itinerary-page .section-title__filter .date-item label {
  display: none;
}
@media (max-width: 767.98px) {
  .my-itinerary-page .section-filter .section-filter, .my-itinerary-page .section-title__filter .section-filter, .my-itinerary-page .section-filter .section-title__filter, .my-itinerary-page .section-title__filter .section-title__filter {
    margin-bottom: 40px;
  }
  .my-itinerary-page .section-filter .date-item:last-child, .my-itinerary-page .section-title__filter .date-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .section-filter .date-item, .section-title__filter .date-item {
    width: calc(50% - 7.5px);
    margin-bottom: 0;
  }
}
.section-filter .react-datepicker-wrapper, .section-title__filter .react-datepicker-wrapper {
  display: block;
}
.section-filter .react-datepicker__navigation, .section-title__filter .react-datepicker__navigation {
  background: none;
  line-height: 1.7rem !important;
  text-align: center !important;
  cursor: pointer !important;
  position: absolute;
  top: 10px;
  padding: 0 !important;
  border: 0.45rem solid transparent !important;
  z-index: 1;
  height: 10px !important;
  width: 10px !important;
  text-indent: -999em;
  overflow: hidden;
}
.section-filter .react-datepicker__navigation.react-datepicker__navigation--previous, .section-title__filter .react-datepicker__navigation.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc !important;
}
.section-filter .react-datepicker__navigation.react-datepicker__navigation--next, .section-title__filter .react-datepicker__navigation.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc !important;
}

.section-tag-filter {
  margin-bottom: 60px;
}
.section-tag-filter__title {
  margin-bottom: 0;
}
.section-tag-filter__item {
  margin-bottom: 20px;
}
.section-tag-filter__item > span {
  cursor: pointer;
}
@media (min-width: 992px) {
  .section-tag-filter {
    margin-bottom: 55px;
  }
}

.react-datepicker-popper {
  z-index: 10 !important;
}
.react-datepicker-popper.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle, .react-datepicker-popper.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  display: none;
}

.make-a-booking {
  margin-bottom: 60px;
}
.make-a-booking__mobile .top-title {
  border-radius: 70px;
  min-height: 86px;
  margin-bottom: 20px;
  width: 100%;
  transform: scale(1) !important;
}
.make-a-booking__mobile .room-item {
  margin-bottom: 35px;
}
.make-a-booking__mobile .room-item:last-child {
  margin-bottom: 0;
}
.make-a-booking__mobile .room-item__card {
  padding: 20px 20px 30px;
  background-color: #393939;
  color: #fff;
  border-radius: 70px;
}
.make-a-booking__mobile .room-item__card .name {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 35px;
}
.make-a-booking__mobile .room-item__card .name:before {
  content: "";
  display: block;
  width: 175px;
  max-width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.make-a-booking__mobile .room-item__card span {
  display: block;
  line-height: 1.375;
  margin-bottom: 15px;
  font-weight: 700;
}
.make-a-booking__mobile .room-item__card .price {
  margin-bottom: 0;
}
.make-a-booking__mobile .room-item__arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.make-a-booking__pc .availability-table__col {
  display: flex;
  align-items: center;
  background-color: #393939;
  border-radius: 70px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.make-a-booking__pc .availability-table__col:last-child {
  margin-bottom: 0;
}
.make-a-booking__pc .availability-table__col.top-col {
  background-color: #F15B5D;
}
.make-a-booking__pc .availability-table__col__item {
  width: 16.6666666667%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.make-a-booking__pc .availability-table__col__item a {
  color: #fff;
}
.make-a-booking__pc .availability-table__col__item a:hover {
  color: #F15B5D;
}
.make-a-booking__pc .availability-table__col__item:first-child {
  text-align: left;
  justify-content: flex-start;
}
.make-a-booking__pc .availability-table__col__item.sold {
  opacity: 0.3;
}
@media (min-width: 992px) {
  .make-a-booking {
    margin-bottom: 100px;
  }
  .make-a-booking__pc .availability-table__col__item {
    font-size: 16px;
  }
  .make-a-booking--top-border .section-title {
    padding-top: 80px;
    border-top: 3px solid #F15B5D;
  }
}
@media (min-width: 1200px) {
  .make-a-booking__pc .availability-table {
    margin-left: -35px;
    margin-right: -35px;
  }
  .make-a-booking__pc .availability-table__col {
    padding: 0 35px;
  }
  .make-a-booking__pc .availability-table__col__item {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .make-a-booking__pc .availability-table__col__item {
    font-size: 20px;
  }
}

.table-layout__left, .table-layout__right {
  width: 100%;
}
@media (min-width: 992px) {
  .table-layout__left {
    width: 35%;
    padding-right: 4.1666666667%;
    position: relative;
  }
  .table-layout__left:before {
    content: "";
    display: block;
    width: 3px;
    height: calc(100% - 60px);
    background-color: #F15B5D;
    position: absolute;
    top: 0;
    right: 0;
  }
  .table-layout__right {
    width: 65%;
    padding-left: 4.1666666667%;
  }
  .table-layout__title {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  .table-layout__title {
    font-size: 43px;
  }
}
@media (min-width: 1440px) {
  .table-layout__title {
    font-size: 50px;
  }
}

.card-podcast {
  padding: 30px 0;
  border-bottom: 1px solid #F15B5D;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-podcast__image {
  position: relative;
  width: 130px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
}
.card-podcast__image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.card-podcast__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-podcast__title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.card-podcast__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-podcast__content .date {
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
.card-podcast__content .info {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-podcast__content .info p {
  line-height: 1.3125;
}
.card-podcast__btns .btn, .card-podcast__btns .userform .step-navigation button, .userform .step-navigation .card-podcast__btns button, .card-podcast__btns .userform .step-navigation .button, .userform .step-navigation .card-podcast__btns .button, .card-podcast__btns .userform .step-navigation input[type=submit], .userform .step-navigation .card-podcast__btns input[type=submit], .card-podcast__btns .remove-file-row .file-input:before, .remove-file-row .card-podcast__btns .file-input:before, .card-podcast__btns .Actions .action, .Actions .card-podcast__btns .action, .card-podcast__btns .resetformaction, .card-podcast__btns form [type=submit], form .card-podcast__btns [type=submit],
.card-podcast__btns form [type=button],
form .card-podcast__btns [type=button], .card-podcast__btns form [type=reset], form .card-podcast__btns [type=reset], .card-podcast__btns .jobs-page .search-section__item input, .jobs-page .search-section__item .card-podcast__btns input, .card-podcast__btns .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-podcast__btns button, .card-podcast__btns .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-podcast__btns .dropdown, .card-podcast__btns .section-title__filter .date-item input, .section-title__filter .date-item .card-podcast__btns input, .card-podcast__btns .section-filter .date-item input, .section-filter .date-item .card-podcast__btns input {
  width: 158px;
  max-width: 100%;
  margin-right: 10px;
}
.card-podcast__btns .btn:last-child, .card-podcast__btns .userform .step-navigation button:last-child, .userform .step-navigation .card-podcast__btns button:last-child, .card-podcast__btns .userform .step-navigation .button:last-child, .userform .step-navigation .card-podcast__btns .button:last-child, .card-podcast__btns .userform .step-navigation input[type=submit]:last-child, .userform .step-navigation .card-podcast__btns input[type=submit]:last-child, .card-podcast__btns .remove-file-row .file-input:last-child:before, .remove-file-row .card-podcast__btns .file-input:last-child:before, .card-podcast__btns .Actions .action:last-child, .Actions .card-podcast__btns .action:last-child, .card-podcast__btns .resetformaction:last-child, .card-podcast__btns form [type=submit]:last-child, form .card-podcast__btns [type=submit]:last-child,
.card-podcast__btns form [type=button]:last-child,
form .card-podcast__btns [type=button]:last-child, .card-podcast__btns form [type=reset]:last-child, form .card-podcast__btns [type=reset]:last-child, .card-podcast__btns .jobs-page .search-section__item input:last-child, .jobs-page .search-section__item .card-podcast__btns input:last-child, .card-podcast__btns .jobs-page .search-section__submit button:last-child, .jobs-page .search-section__submit .card-podcast__btns button:last-child, .card-podcast__btns .react-dropdown-wrapper .dropdown:last-child, .react-dropdown-wrapper .card-podcast__btns .dropdown:last-child, .card-podcast__btns .section-title__filter .date-item input:last-child, .section-title__filter .date-item .card-podcast__btns input:last-child, .card-podcast__btns .section-filter .date-item input:last-child, .section-filter .date-item .card-podcast__btns input:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .card-podcast__image {
    width: 100px;
    margin-bottom: 0;
  }
  .card-podcast__header {
    margin-bottom: 20px;
  }
  .card-podcast__content .date {
    margin-bottom: 35px;
  }
  .card-podcast__title {
    margin-bottom: 0;
    width: calc(100% - 100px);
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 1440px) {
  .card-podcast__image {
    width: 130px;
  }
  .card-podcast__title {
    width: calc(100% - 130px);
  }
  .card-podcast__btns .btn, .card-podcast__btns .userform .step-navigation button, .userform .step-navigation .card-podcast__btns button, .card-podcast__btns .userform .step-navigation .button, .userform .step-navigation .card-podcast__btns .button, .card-podcast__btns .userform .step-navigation input[type=submit], .userform .step-navigation .card-podcast__btns input[type=submit], .card-podcast__btns .remove-file-row .file-input:before, .remove-file-row .card-podcast__btns .file-input:before, .card-podcast__btns .Actions .action, .Actions .card-podcast__btns .action, .card-podcast__btns .resetformaction, .card-podcast__btns form [type=submit], form .card-podcast__btns [type=submit],
  .card-podcast__btns form [type=button],
  form .card-podcast__btns [type=button], .card-podcast__btns form [type=reset], form .card-podcast__btns [type=reset], .card-podcast__btns .jobs-page .search-section__item input, .jobs-page .search-section__item .card-podcast__btns input, .card-podcast__btns .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-podcast__btns button, .card-podcast__btns .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-podcast__btns .dropdown, .card-podcast__btns .section-title__filter .date-item input, .section-title__filter .date-item .card-podcast__btns input, .card-podcast__btns .section-filter .date-item input, .section-filter .date-item .card-podcast__btns input {
    margin-right: 25px;
  }
}

.card-podcast-wrapper:first-child .card-podcast {
  border-top: 1px solid #F15B5D;
}
@media (min-width: 768px) {
  .card-podcast-wrapper:nth-child(2) .card-podcast {
    border-top: 1px solid #F15B5D;
  }
}
@media (min-width: 992px) {
  .card-podcast-wrapper:nth-child(3) .card-podcast {
    border-top: 1px solid #F15B5D;
  }
}

.card-blog {
  padding-bottom: 30px;
  border-bottom: 2px solid #F15B5D;
}
.card-blog__image {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
  display: block;
}
.card-blog__image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 44.4444444444%;
}
.card-blog__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-blog .image-align {
  margin-bottom: 20px;
}
.card-blog__content .title {
  line-height: 1.25;
  margin-bottom: 15px;
}
.card-blog__content .title,
.card-blog__content .info p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.card-blog__content .info {
  margin-bottom: 10px;
}
.card-blog__content .publish-date {
  margin-bottom: 35px;
}
.card-blog--small .card-blog__content .title {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card-blog {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .card-blog__content .btn, .card-blog__content .userform .step-navigation button, .userform .step-navigation .card-blog__content button, .card-blog__content .userform .step-navigation .button, .userform .step-navigation .card-blog__content .button, .card-blog__content .userform .step-navigation input[type=submit], .userform .step-navigation .card-blog__content input[type=submit], .card-blog__content .remove-file-row .file-input:before, .remove-file-row .card-blog__content .file-input:before, .card-blog__content .Actions .action, .Actions .card-blog__content .action, .card-blog__content .resetformaction, .card-blog__content form [type=submit], form .card-blog__content [type=submit],
  .card-blog__content form [type=button],
  form .card-blog__content [type=button], .card-blog__content form [type=reset], form .card-blog__content [type=reset], .card-blog__content .jobs-page .search-section__item input, .jobs-page .search-section__item .card-blog__content input, .card-blog__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-blog__content button, .card-blog__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-blog__content .dropdown, .card-blog__content .section-title__filter .date-item input, .section-title__filter .date-item .card-blog__content input, .card-blog__content .section-filter .date-item input, .section-filter .date-item .card-blog__content input {
    width: 200px;
  }
  .card-blog--large .image-align {
    margin-bottom: 0;
  }
  .card-blog--large .card-blog-align {
    flex-direction: row-reverse;
  }
  .card-blog--small {
    padding-bottom: 30px !important;
    border-bottom: 2px solid #F15B5D !important;
    height: 100%;
  }
  .card-blog--small .card-blog__content .publish-date {
    margin-bottom: 0;
  }
  .card-blog--small .card-blog__btn .btn, .card-blog--small .card-blog__btn .userform .step-navigation button, .userform .step-navigation .card-blog--small .card-blog__btn button, .card-blog--small .card-blog__btn .userform .step-navigation .button, .userform .step-navigation .card-blog--small .card-blog__btn .button, .card-blog--small .card-blog__btn .userform .step-navigation input[type=submit], .userform .step-navigation .card-blog--small .card-blog__btn input[type=submit], .card-blog--small .card-blog__btn .remove-file-row .file-input:before, .remove-file-row .card-blog--small .card-blog__btn .file-input:before, .card-blog--small .card-blog__btn .Actions .action, .Actions .card-blog--small .card-blog__btn .action, .card-blog--small .card-blog__btn .resetformaction, .card-blog--small .card-blog__btn form [type=submit], form .card-blog--small .card-blog__btn [type=submit],
  .card-blog--small .card-blog__btn form [type=button],
  form .card-blog--small .card-blog__btn [type=button], .card-blog--small .card-blog__btn form [type=reset], form .card-blog--small .card-blog__btn [type=reset], .card-blog--small .card-blog__btn .jobs-page .search-section__item input, .jobs-page .search-section__item .card-blog--small .card-blog__btn input, .card-blog--small .card-blog__btn .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-blog--small .card-blog__btn button, .card-blog--small .card-blog__btn .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-blog--small .card-blog__btn .dropdown, .card-blog--small .card-blog__btn .section-title__filter .date-item input, .section-title__filter .date-item .card-blog--small .card-blog__btn input, .card-blog--small .card-blog__btn .section-filter .date-item input, .section-filter .date-item .card-blog--small .card-blog__btn input {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .card-blog--small .card-blog__content .title {
    -webkit-line-clamp: 3;
  }
}
@media (min-width: 992px) {
  .card-blog__image:after {
    padding-top: 110.243902439%;
  }
  .card-blog .image-align {
    margin-bottom: 0;
  }
  .card-blog__content .title {
    line-height: 1.1666666667;
  }
  .card-blog--large .card-blog__image:after {
    padding-top: 25.7696693273%;
  }
  .card-blog--small.remove-border {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}

.card-blog-wrapper:last-child .card-blog {
  padding-bottom: 0;
  border-bottom: 0;
}

.edit-profile-form__details {
  margin-bottom: 80px;
}
.edit-profile-form__details form .field {
  margin-bottom: 35px;
}
.edit-profile-form__details form .field:last-child {
  margin-bottom: 10px;
}
.edit-profile-form__details form .field label {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.edit-profile-form form .Actions {
  margin-top: 25px;
}
.edit-profile-form__title {
  font-size: 30px;
  margin-bottom: 20px;
}
.edit-profile-form--grid form .field.dropdown,
.edit-profile-form--grid form .field.file {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
}
.edit-profile-form--grid form .Actions {
  display: flex;
  flex-wrap: wrap;
}
.edit-profile-form--grid form .Actions .action {
  margin-bottom: 20px;
}
.edit-profile-form--grid form .Actions .action:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .edit-profile-form__details form .field {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .edit-profile-form__details form .field label {
    width: 40%;
    padding-right: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  .edit-profile-form__details form .field .middleColumn {
    width: 60%;
  }
  .edit-profile-form__details form .Actions {
    justify-content: flex-end;
  }
  .edit-profile-form__details form .Actions .action {
    width: 60%;
  }
  .edit-profile-form--grid form .Actions {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .edit-profile-form--grid form .Actions .action {
    width: calc(33.3333333333% - 15px);
    margin: 0 7.5px;
    max-width: 390px;
  }
  .edit-profile-form--grid form .Actions .action:last-child:not(:first-child) {
    margin: 0 7.5px 0 auto;
  }
  .edit-profile-form--grid form .Actions .action:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 992px) {
  .edit-profile-form__details {
    margin-bottom: 0;
  }
  .edit-profile-form__title {
    margin-bottom: 40px;
  }
}

.content-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  padding-top: 130px;
}
.content-popup .container, .content-popup .banner .banner-scroll-align, .banner .content-popup .banner-scroll-align, .content-popup .element--separator:after {
  width: 100%;
}
.content-popup__align {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-popup__card {
  padding: 85px 20px;
  max-width: 660px;
  width: 100%;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  color: #000;
}
.content-popup__card .title {
  font-size: 30px;
}
.content-popup__card .title,
.content-popup__card .info {
  margin-bottom: 40px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.content-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .content-popup__close {
    transition: none;
  }
}
.content-popup__close:hover {
  transform: scale(1.1);
}
.content-popup--signup {
  padding-bottom: 50px;
}
.content-popup--signup .container, .content-popup--signup .banner .banner-scroll-align, .banner .content-popup--signup .banner-scroll-align, .content-popup--signup .element--separator:after {
  height: 100%;
}
.content-popup--signup .content-popup__align {
  height: 100%;
  align-items: flex-start;
}
.content-popup--signup .content-popup__card {
  height: 100%;
  max-width: 900px;
}
.content-popup--signup .content-popup__card.auto-height {
  height: auto;
}
.content-popup--signup .subscribe-form-wrapper {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 43px;
}
.content-popup--signup .subscribe-form-wrapper::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
.content-popup--signup .subscribe-form-wrapper::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 10px;
}
.content-popup--signup .subscribe-form-wrapper::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 10px;
}
.content-popup--signup .subscribe-form-wrapper__inner {
  max-width: 610px;
  margin: 0 auto;
}
.content-popup--signup form fieldset {
  margin-bottom: 0;
}
.content-popup--signup form .middleColumn .text {
  border: 2px solid #F15B5D !important;
  text-align: center;
}
.content-popup--signup form label,
.content-popup--signup form .field .optionset label {
  color: #000;
}
.content-popup--signup form .optionset {
  margin-bottom: 0;
}
.content-popup--signup form .optionset > label {
  margin-bottom: 30px;
}
.content-popup--signup form .optionset .middleColumn label {
  display: inline-block;
  width: auto;
}
.content-popup--signup form [type=checkbox]:not(:checked) + label:before,
.content-popup--signup form [type=radio]:not(:checked) + label:before {
  border: 2px solid #F15B5D;
}
.content-popup--signup form .Actions {
  justify-content: center;
}
.content-popup--booking.is-active {
  display: block !important;
}
.content-popup--booking .content-popup__card .title, .content-popup--booking .content-popup__card .info {
  max-width: none;
}
.content-popup--booking form fieldset .middleColumn .text {
  text-align: left;
}
.content-popup--booking form fieldset > *:last-child {
  margin-bottom: 0;
}
.content-popup--booking form fieldset > *:last-child > *:last-child {
  margin-bottom: 0;
}
.content-popup--booking form .optionset .middleColumn {
  display: flex;
  margin: 0 -8px;
  flex-wrap: wrap;
}
.content-popup--booking form .optionset .middleColumn > div {
  padding: 0 8px;
}
.content-popup--booking form textarea {
  border: 2px solid #F15B5D !important;
}
.content-popup--react-scroll .scroll-wrapper {
  max-height: 100% !important;
}
.content-popup--react-scroll .scroll-wrapper .scrollbar-container {
  background-color: #242424 !important;
  border-radius: 50px;
  width: 20px !important;
  opacity: 1 !important;
}
.content-popup--react-scroll .scroll-wrapper .scrollbar {
  background-color: #585858 !important;
  width: 20px !important;
  border-radius: 50px;
  margin-left: 0 !important;
}
.content-popup--react-scroll .scrollarea .scrollbar-container.active,
.content-popup--react-scroll .scrollarea .scrollbar-container:hover {
  opacity: 1 !important;
}
@media (min-width: 992px) {
  .content-popup--react-scroll .content-popup__card {
    padding-top: 130px;
  }
}
@media (min-width: 768px) {
  .content-popup--signup form .optionset .middleColumn label {
    display: block;
    width: 100%;
    text-align: left;
  }
  .content-popup--booking form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content-popup--booking form .field {
    width: 100%;
  }
  .content-popup--booking form .field:nth-child(2) {
    width: calc(50% - 7.5px);
  }
  .content-popup--booking form .field:nth-child(3) {
    width: calc(50% - 7.5px);
  }
}
@media (min-width: 992px) {
  .content-popup {
    padding-top: 180px;
  }
  .content-popup__card {
    padding: 75px 32px;
  }
  .content-popup__card .title,
  .content-popup__card .info {
    margin-bottom: 20px;
  }
  .content-popup__close {
    top: 30px;
    right: 30px;
  }
}

.field-tooltip {
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: -45px;
  min-width: 120px;
  color: #000;
  background-color: #FFC214;
  padding: 10px;
  width: max-content;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .field-tooltip {
    transition: none;
  }
}
.field-tooltip__text {
  display: block;
}
.field-tooltip__text:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  border-top: 10px solid #FFC214;
  border-right: 10px solid transparent;
}
.card .field-tooltip {
  left: auto;
  right: 43px;
  top: 15px;
  max-width: calc(100% - 50px);
  min-width: auto;
}
.card .field-tooltip .field-tooltip__text:after {
  top: 0;
  right: -10px;
  left: auto;
}
@media (min-width: 992px) {
  .field-tooltip {
    left: 26px;
  }
  .card .field-tooltip {
    right: 55px;
    max-width: calc(100% - 60px);
  }
}

.daterangepicker {
  width: 278px !important;
  transform: translateX(-50%);
  left: 50% !important;
  right: auto !important;
}
.daterangepicker:before, .daterangepicker:after {
  display: none !important;
}
.daterangepicker .calendar-table .table-condensed {
  table-layout: fixed;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  padding: 1px;
}
.daterangepicker .drp-buttons {
  padding: 10px !important;
}
.daterangepicker .drp-buttons .drp-selected {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 14px;
}
.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .userform .step-navigation button, .userform .step-navigation .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .userform .step-navigation .button, .userform .step-navigation .daterangepicker .drp-buttons .button, .daterangepicker .drp-buttons .userform .step-navigation input[type=submit], .userform .step-navigation .daterangepicker .drp-buttons input[type=submit], .daterangepicker .drp-buttons .remove-file-row .file-input:before, .remove-file-row .daterangepicker .drp-buttons .file-input:before, .daterangepicker .drp-buttons .Actions .action, .Actions .daterangepicker .drp-buttons .action, .daterangepicker .drp-buttons .resetformaction, .daterangepicker .drp-buttons form [type=submit], form .daterangepicker .drp-buttons [type=submit],
.daterangepicker .drp-buttons form [type=button],
form .daterangepicker .drp-buttons [type=button], .daterangepicker .drp-buttons form [type=reset], form .daterangepicker .drp-buttons [type=reset], .daterangepicker .drp-buttons .jobs-page .search-section__item input, .jobs-page .search-section__item .daterangepicker .drp-buttons input, .daterangepicker .drp-buttons .jobs-page .search-section__submit button, .jobs-page .search-section__submit .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .daterangepicker .drp-buttons .dropdown, .daterangepicker .drp-buttons .section-title__filter .date-item input, .section-title__filter .date-item .daterangepicker .drp-buttons input, .daterangepicker .drp-buttons .section-filter .date-item input, .section-filter .date-item .daterangepicker .drp-buttons input {
  width: 100%;
  margin-bottom: 15px;
  margin-left: 0 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  height: 40px;
}
.daterangepicker .drp-buttons *:last-child {
  margin-bottom: 0;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: 542px !important;
    transform: translateX(-50%);
    left: 50% !important;
    right: auto !important;
  }
  .daterangepicker .drp-buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }
  .daterangepicker .drp-buttons .drp-selected {
    margin-bottom: 0;
    display: inline-block;
    font-size: 16px;
  }
  .daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons .userform .step-navigation button, .userform .step-navigation .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .userform .step-navigation .button, .userform .step-navigation .daterangepicker .drp-buttons .button, .daterangepicker .drp-buttons .userform .step-navigation input[type=submit], .userform .step-navigation .daterangepicker .drp-buttons input[type=submit], .daterangepicker .drp-buttons .remove-file-row .file-input:before, .remove-file-row .daterangepicker .drp-buttons .file-input:before, .daterangepicker .drp-buttons .Actions .action, .Actions .daterangepicker .drp-buttons .action, .daterangepicker .drp-buttons .resetformaction, .daterangepicker .drp-buttons form [type=submit], form .daterangepicker .drp-buttons [type=submit],
  .daterangepicker .drp-buttons form [type=button],
  form .daterangepicker .drp-buttons [type=button], .daterangepicker .drp-buttons form [type=reset], form .daterangepicker .drp-buttons [type=reset], .daterangepicker .drp-buttons .jobs-page .search-section__item input, .jobs-page .search-section__item .daterangepicker .drp-buttons input, .daterangepicker .drp-buttons .jobs-page .search-section__submit button, .jobs-page .search-section__submit .daterangepicker .drp-buttons button, .daterangepicker .drp-buttons .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .daterangepicker .drp-buttons .dropdown, .daterangepicker .drp-buttons .section-title__filter .date-item input, .section-title__filter .date-item .daterangepicker .drp-buttons input, .daterangepicker .drp-buttons .section-filter .date-item input, .section-filter .date-item .daterangepicker .drp-buttons input {
    margin-bottom: 0;
    width: 120px;
    max-width: 100%;
    margin-left: 15px !important;
  }
}

.card-stories {
  padding: 0;
  position: relative;
  width: 100%;
  margin-left: 0 !important;
  min-height: 760px;
  display: flex !important;
}
.card-stories:hover {
  text-decoration: unset;
}
.card-stories .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.card-stories__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.card-stories__content {
  color: #fff;
  padding: 170px 20px;
  z-index: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-stories__content .prefix,
.card-stories__content .suffix {
  font-size: 20px;
  font-weight: 400;
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
}
.card-stories__content .prefix {
  margin-bottom: 15px;
}
.card-stories__content .suffix {
  margin-bottom: 30px;
}
.card-stories__content .title-line:before, .card-stories__content .content-element .no-top-title .content-element__info > h1:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h1:first-child:before, .card-stories__content .content-element .no-top-title .content-element__info > h2:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h2:first-child:before, .card-stories__content .content-element .no-top-title .content-element__info > h3:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h3:first-child:before, .card-stories__content .content-element .no-top-title .content-element__info > h4:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h4:first-child:before, .card-stories__content .content-element .no-top-title .content-element__info > h5:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h5:first-child:before, .card-stories__content .content-element .no-top-title .content-element__info > h6:first-child:before, .content-element .no-top-title .card-stories__content .content-element__info > h6:first-child:before {
  background-color: #F15B5D !important;
}
.card-stories__content .title {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 992px) {
  .card-stories {
    min-height: 415px;
  }
  .card-stories__content {
    width: 100%;
    padding: 90px 50px;
  }
  .card-stories__content .prefix,
  .card-stories__content .suffix {
    font-size: 16px;
  }
  .card-stories__content .title {
    font-size: 30px;
    -webkit-line-clamp: 2;
  }
  .card-stories__content .title--more-space {
    margin-bottom: 30px;
  }
  .card-stories--first {
    min-height: 760px;
  }
  .card-stories--first .card-stories__content {
    text-align: center;
  }
  .card-stories--first .card-stories__content .title {
    font-size: 80px;
  }
  .card-stories--first .card-stories__content .btn, .card-stories--first .card-stories__content .userform .step-navigation button, .userform .step-navigation .card-stories--first .card-stories__content button, .card-stories--first .card-stories__content .userform .step-navigation .button, .userform .step-navigation .card-stories--first .card-stories__content .button, .card-stories--first .card-stories__content .userform .step-navigation input[type=submit], .userform .step-navigation .card-stories--first .card-stories__content input[type=submit], .card-stories--first .card-stories__content .remove-file-row .file-input:before, .remove-file-row .card-stories--first .card-stories__content .file-input:before, .card-stories--first .card-stories__content .Actions .action, .Actions .card-stories--first .card-stories__content .action, .card-stories--first .card-stories__content .resetformaction, .card-stories--first .card-stories__content form [type=submit], form .card-stories--first .card-stories__content [type=submit],
  .card-stories--first .card-stories__content form [type=button],
  form .card-stories--first .card-stories__content [type=button], .card-stories--first .card-stories__content form [type=reset], form .card-stories--first .card-stories__content [type=reset], .card-stories--first .card-stories__content .jobs-page .search-section__item input, .jobs-page .search-section__item .card-stories--first .card-stories__content input, .card-stories--first .card-stories__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .card-stories--first .card-stories__content button, .card-stories--first .card-stories__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .card-stories--first .card-stories__content .dropdown, .card-stories--first .card-stories__content .section-title__filter .date-item input, .section-title__filter .date-item .card-stories--first .card-stories__content input, .card-stories--first .card-stories__content .section-filter .date-item input, .section-filter .date-item .card-stories--first .card-stories__content input {
    margin: 0 auto;
  }
  .card-stories--wide .card-stories__content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .card-stories--first {
    padding: 90px 50px;
  }
  .card-stories__content {
    padding: 90px 50px 90px 100px;
  }
}
.accordion-with-cards .accordion-section {
  border-top: 4px solid #F15B5D;
}
.accordion-with-cards .accordion-section:last-child {
  border-bottom: 4px solid #F15B5D;
}
.accordion-with-cards .accordion-section__content > .row {
  padding-bottom: 5px;
}
.accordion-with-cards .accordion-heading {
  border: 0;
}
.accordion-with-cards .accordion-heading .accordion-title {
  margin-bottom: 0;
  position: relative;
  padding: 20px 50px 20px 0;
  cursor: pointer;
}
.accordion-with-cards .accordion-heading .accordion-title:hover {
  color: #fff;
  text-decoration: inherit;
}
.accordion-with-cards .accordion-heading .accordion-title[aria-expanded=true] .icon-btn:before, .accordion-with-cards .accordion-heading .accordion-title[aria-expanded=true] .slick-arrow:before, .accordion-with-cards .accordion-heading .accordion-title[aria-expanded=true] .booking-system-page__dates .calendar-nav:before, .booking-system-page__dates .accordion-with-cards .accordion-heading .accordion-title[aria-expanded=true] .calendar-nav:before {
  transform: rotate(180deg);
}
.accordion-with-cards .accordion-heading .icon-btn, .accordion-with-cards .accordion-heading .slick-arrow, .accordion-with-cards .accordion-heading .booking-system-page__dates .calendar-nav, .booking-system-page__dates .accordion-with-cards .accordion-heading .calendar-nav {
  position: absolute;
  top: 16px;
  right: 0;
  width: 44px;
  height: 44px;
  background-color: #F15B5D;
  border-color: #F15B5D;
}
@media (min-width: 992px) {
  .accordion-with-cards .accordion-section__content > .row {
    padding-bottom: 30px;
  }
  .accordion-with-cards .accordion-heading .icon-btn, .accordion-with-cards .accordion-heading .slick-arrow, .accordion-with-cards .accordion-heading .booking-system-page__dates .calendar-nav, .booking-system-page__dates .accordion-with-cards .accordion-heading .calendar-nav {
    top: 23px;
  }
}

.popup-card {
  padding-left: 0;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup-card__align {
  position: relative;
  padding: 25px 20px 0;
  background-color: #454545;
  border-radius: 40px;
  margin-top: 40px;
}
.popup-card__filter {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  border-bottom: 4px solid #F15B5D;
  margin-bottom: 25px;
}
.popup-card__filter .btn, .popup-card__filter .userform .step-navigation button, .userform .step-navigation .popup-card__filter button, .popup-card__filter .userform .step-navigation .button, .userform .step-navigation .popup-card__filter .button, .popup-card__filter .userform .step-navigation input[type=submit], .userform .step-navigation .popup-card__filter input[type=submit], .popup-card__filter .remove-file-row .file-input:before, .remove-file-row .popup-card__filter .file-input:before, .popup-card__filter .Actions .action, .Actions .popup-card__filter .action, .popup-card__filter .resetformaction, .popup-card__filter form [type=submit], form .popup-card__filter [type=submit],
.popup-card__filter form [type=button],
form .popup-card__filter [type=button], .popup-card__filter form [type=reset], form .popup-card__filter [type=reset], .popup-card__filter .jobs-page .search-section__item input, .jobs-page .search-section__item .popup-card__filter input, .popup-card__filter .jobs-page .search-section__submit button, .jobs-page .search-section__submit .popup-card__filter button, .popup-card__filter .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .popup-card__filter .dropdown, .popup-card__filter .section-title__filter .date-item input, .section-title__filter .date-item .popup-card__filter input, .popup-card__filter .section-filter .date-item input, .section-filter .date-item .popup-card__filter input {
  min-width: 130px;
  width: auto;
  margin-bottom: 15px;
  margin-left: 15px;
}
.popup-card__filter .btn:first-child, .popup-card__filter .userform .step-navigation button:first-child, .userform .step-navigation .popup-card__filter button:first-child, .popup-card__filter .userform .step-navigation .button:first-child, .userform .step-navigation .popup-card__filter .button:first-child, .popup-card__filter .userform .step-navigation input[type=submit]:first-child, .userform .step-navigation .popup-card__filter input[type=submit]:first-child, .popup-card__filter .remove-file-row .file-input:first-child:before, .remove-file-row .popup-card__filter .file-input:first-child:before, .popup-card__filter .Actions .action:first-child, .Actions .popup-card__filter .action:first-child, .popup-card__filter .resetformaction:first-child, .popup-card__filter form [type=submit]:first-child, form .popup-card__filter [type=submit]:first-child,
.popup-card__filter form [type=button]:first-child,
form .popup-card__filter [type=button]:first-child, .popup-card__filter form [type=reset]:first-child, form .popup-card__filter [type=reset]:first-child, .popup-card__filter .jobs-page .search-section__item input:first-child, .jobs-page .search-section__item .popup-card__filter input:first-child, .popup-card__filter .jobs-page .search-section__submit button:first-child, .jobs-page .search-section__submit .popup-card__filter button:first-child, .popup-card__filter .react-dropdown-wrapper .dropdown:first-child, .react-dropdown-wrapper .popup-card__filter .dropdown:first-child, .popup-card__filter .section-title__filter .date-item input:first-child, .section-title__filter .date-item .popup-card__filter input:first-child, .popup-card__filter .section-filter .date-item input:first-child, .section-filter .date-item .popup-card__filter input:first-child {
  margin-left: 0;
}
.popup-card__filter .btn.active, .popup-card__filter .userform .step-navigation button.active, .userform .step-navigation .popup-card__filter button.active, .popup-card__filter .userform .step-navigation .active.button, .userform .step-navigation .popup-card__filter .active.button, .popup-card__filter .userform .step-navigation input.active[type=submit], .userform .step-navigation .popup-card__filter input.active[type=submit], .popup-card__filter .remove-file-row .active.file-input:before, .remove-file-row .popup-card__filter .active.file-input:before, .popup-card__filter .Actions .active.action, .Actions .popup-card__filter .active.action, .popup-card__filter .active.resetformaction, .popup-card__filter form .active[type=submit], form .popup-card__filter .active[type=submit],
.popup-card__filter form .active[type=button],
form .popup-card__filter .active[type=button], .popup-card__filter form .active[type=reset], form .popup-card__filter .active[type=reset], .popup-card__filter .jobs-page .search-section__item input.active, .jobs-page .search-section__item .popup-card__filter input.active, .popup-card__filter .jobs-page .search-section__submit button.active, .jobs-page .search-section__submit .popup-card__filter button.active, .popup-card__filter .react-dropdown-wrapper .active.dropdown, .react-dropdown-wrapper .popup-card__filter .active.dropdown, .popup-card__filter .section-title__filter .date-item input.active, .section-title__filter .date-item .popup-card__filter input.active, .popup-card__filter .section-filter .date-item input.active, .section-filter .date-item .popup-card__filter input.active {
  background-color: #F15B5D;
  color: #fff;
}
.popup-card__filter .btn-fav,
.popup-card__filter .btn-search {
  min-width: 195px;
}
.popup-card__title-section {
  margin-bottom: 15px;
}
.popup-card__title-section .title {
  margin-bottom: 10px;
}
.popup-card__cards {
  padding-right: 30px;
}
.popup-card .scroll-wrapper {
  max-height: 400px;
  overflow: hidden;
  padding-right: 30px !important;
}
.popup-card .scroll-wrapper .jspVerticalBar {
  background-color: #242424;
  right: 0;
  display: block !important;
  height: calc(100% - 30px);
}
.popup-card .scroll-wrapper .jspDrag {
  background-color: #585858;
}
.popup-card .scroll-wrapper.jspScrollable .jspContainer {
  overflow: visible;
}
.popup-card__search {
  margin-bottom: 40px;
}
.popup-card__search .input-group {
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
.popup-card__search .input-group .search-field {
  height: 52px;
  font-weight: 700;
  font-size: 16px;
}
.popup-card__search .input-group .search-field::-webkit-input-placeholder {
  font-weight: 700;
  opacity: 1;
  color: #000 !important;
}
.popup-card__search .input-group .search-field::-moz-placeholder {
  font-weight: 700;
  opacity: 1;
  color: #000 !important;
}
.popup-card__search .input-group .search-field:-ms-input-placeholder {
  font-weight: 700;
  opacity: 1;
  color: #000 !important;
}
.popup-card__search .input-group .search-field:-moz-placeholder {
  font-weight: 700;
  opacity: 1;
  color: #000 !important;
}
.popup-card__search .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  border: 0;
  z-index: 10;
}
.popup-card__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
}
.popup-card__close:hover {
  transform: scale(1.05);
}
.popup-card__title-tag {
  position: relative;
  top: -60px;
  margin: 0 -20px;
}
.popup-card__title-tag__item {
  position: relative;
}
.popup-card__title-tag__item .text {
  position: absolute;
  top: 0;
  left: 7.5px;
  background-color: #454545;
  color: #fff;
  padding: 10px 10px 5px;
  border-radius: 50px 50px 0 0;
  width: calc(100% - 15px);
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
.popup-card__title-tag__item .text:before, .popup-card__title-tag__item .text:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #454545;
  position: absolute;
  bottom: -40px;
}
.popup-card__title-tag__item .text:before {
  left: 0;
}
.popup-card__title-tag__item .text:after {
  right: 0;
}
.popup-card--favourites .popup-card__search {
  display: none;
}
@media (max-width: 767.98px) {
  .popup-card__filter .btn-fav,
  .popup-card__filter .btn-search {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    padding: 5px;
    min-width: auto;
  }
  .popup-card__filter .btn-fav svg,
  .popup-card__filter .btn-search svg {
    margin: 0;
  }
  .popup-card__title-section .title {
    font-size: 20px;
  }
  .popup-card--search .popup-card__title-section__title .title {
    margin-bottom: 10px;
  }
  .popup-card--search .popup-card__title-section__dropdown {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .popup-card__align {
    padding: 25px 40px 0;
  }
  .popup-card__filter {
    z-index: unset;
  }
  .popup-card__title-tag {
    margin: 0;
  }
  .popup-card__title-tag__item .text:before, .popup-card__title-tag__item .text:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .popup-card {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup-card__filter .btn, .popup-card__filter .userform .step-navigation button, .userform .step-navigation .popup-card__filter button, .popup-card__filter .userform .step-navigation .button, .userform .step-navigation .popup-card__filter .button, .popup-card__filter .userform .step-navigation input[type=submit], .userform .step-navigation .popup-card__filter input[type=submit], .popup-card__filter .remove-file-row .file-input:before, .remove-file-row .popup-card__filter .file-input:before, .popup-card__filter .Actions .action, .Actions .popup-card__filter .action, .popup-card__filter .resetformaction, .popup-card__filter form [type=submit], form .popup-card__filter [type=submit],
  .popup-card__filter form [type=button],
  form .popup-card__filter [type=button], .popup-card__filter form [type=reset], form .popup-card__filter [type=reset], .popup-card__filter .jobs-page .search-section__item input, .jobs-page .search-section__item .popup-card__filter input, .popup-card__filter .jobs-page .search-section__submit button, .jobs-page .search-section__submit .popup-card__filter button, .popup-card__filter .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .popup-card__filter .dropdown, .popup-card__filter .section-title__filter .date-item input, .section-title__filter .date-item .popup-card__filter input, .popup-card__filter .section-filter .date-item input, .section-filter .date-item .popup-card__filter input {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .popup-card__align {
    padding: 25px 60px 0;
    margin: 40px -25px 0;
  }
  .popup-card .scroll-wrapper {
    max-height: 470px;
  }
  .popup-card__title-section, .popup-card__cards, .popup-card__search {
    max-width: 1060px;
  }
  .popup-card__search {
    margin-bottom: 35px;
  }
  .popup-card__title-tag {
    top: -65px;
  }
  .popup-card__title-tag__item .text {
    font-size: 25px;
  }
  .popup-card--favourites .popup-card__title-section__title {
    width: auto;
    flex: 0 0 auto;
    max-width: calc(100% - 350px);
  }
  .popup-card--favourites .popup-card__title-section__dropdown {
    width: 350px;
    flex: 0 0 350px;
    max-width: 350px;
  }
}
@media (min-width: 1440px) {
  .popup-card__cards, .popup-card__title-tag {
    padding-right: 0;
  }
}

.remove-file-row.field--placeholder {
  margin-bottom: 25px;
}
.remove-file-row .file-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.remove-file-row .file-input {
  position: relative;
  width: 100%;
  height: 35px;
  margin-right: 10px;
}
.remove-file-row .file-input .file {
  padding: 35px 0 7px 43px !important;
}
.remove-file-row .file-input input {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.remove-file-row .file-input:before {
  content: "Choose File";
  background: #F15B5D;
  border: 0;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  height: 50px;
}
.remove-file-row .file-input:before:hover {
  transform: scale(1.005);
}
.remove-file-row .file-input .error.message {
  width: 200%;
  margin-top: 44px;
}
.remove-file-row .file-name {
  font-size: 14px;
  margin-right: 10px;
  color: #000;
}
.remove-file-row .remove-file-button {
  width: 20px;
  height: 20px;
  min-width: 1px;
  border-radius: 50%;
  padding: 2px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  background: #000;
  color: white;
  font-weight: bold;
  border: 0;
}
.remove-file-row .remove-file-button:hover {
  background-color: #F15B5D;
}

form .field input.file {
  height: 100% !important;
}

form .file .middleColumn .file-input .file {
  padding: 35px 0 7px 43px !important;
}

.userform .step-navigation {
  margin: 0 !important;
  padding: 0 !important;
}
.userform .step-buttons {
  padding: 0;
}
.userform .userform-progress .progress {
  display: none;
}
.userform .userform-progress .step-buttons {
  padding: 0;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.userform .userform-progress .step-buttons li {
  padding-left: 8px;
  padding-right: 8px;
}
.userform .userform-progress .step-buttons .step-button-jump {
  position: relative;
}
.userform .userform-progress .step-buttons button {
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #F15B5D;
  margin: 0 !important;
  left: auto !important;
  border-radius: 50%;
}

.banner {
  position: relative;
  min-height: 100vh;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.banner__slide {
  position: relative;
  overflow: hidden;
  padding: 110px 0 160px;
  color: #fff;
  min-height: 100vh;
}
.banner__image .overlay, .banner__video .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__video iframe {
  display: block;
  box-sizing: border-box;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  height: 56.25vw;
  width: 177.77777778vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.banner__page-title, .banner__sub-title {
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
}
.banner .banner-scroll-align {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.banner .banner-scroll-align--has-fav-button {
  bottom: 80px;
}
.banner__scroll {
  display: inline-block;
  cursor: pointer;
  pointer-events: auto;
}
.banner__scroll img {
  width: 31px;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .banner__scroll img {
    transition: none;
  }
}
.banner__scroll:hover img {
  top: -10px;
}
.banner__dots {
  position: absolute;
  left: 0;
  bottom: 115px;
  z-index: 2;
  width: 100%;
}
.banner .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.banner .btn-wrapper div {
  width: 100%;
}
.banner .btn-wrapper .btn, .banner .btn-wrapper .Actions .action, .Actions .banner .btn-wrapper .action, .banner .btn-wrapper .resetformaction, .banner .btn-wrapper form [type=submit], form .banner .btn-wrapper [type=submit],
.banner .btn-wrapper form [type=button],
form .banner .btn-wrapper [type=button], .banner .btn-wrapper form [type=reset], form .banner .btn-wrapper [type=reset], .banner .btn-wrapper .jobs-page .search-section__item input, .jobs-page .search-section__item .banner .btn-wrapper input, .banner .btn-wrapper .jobs-page .search-section__submit button, .jobs-page .search-section__submit .banner .btn-wrapper button, .banner .btn-wrapper .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .banner .btn-wrapper .dropdown, .banner .btn-wrapper .section-title__filter .date-item input, .section-title__filter .date-item .banner .btn-wrapper input, .banner .btn-wrapper .section-filter .date-item input, .section-filter .date-item .banner .btn-wrapper input, .banner .btn-wrapper .remove-file-row .file-input:before, .remove-file-row .banner .btn-wrapper .file-input:before, .banner .btn-wrapper .userform .step-navigation button, .userform .step-navigation .banner .btn-wrapper button, .banner .btn-wrapper .userform .step-navigation .button, .userform .step-navigation .banner .btn-wrapper .button, .banner .btn-wrapper .userform .step-navigation input[type=submit], .userform .step-navigation .banner .btn-wrapper input[type=submit] {
  margin-bottom: 15px;
}
.banner .small-fav-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}
.banner .small-fav-button img {
  width: 40px;
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .banner .small-fav-button img {
    transition: none;
  }
}
.banner .small-fav-button:hover img {
  transform: scale(1.05);
}
.banner--medium {
  min-height: 485px;
}
.banner--medium .banner__slide {
  min-height: 485px;
  padding-bottom: 80px;
}
.banner--medium .banner-scroll-align {
  display: none;
}
.banner--small {
  min-height: 385px;
}
.banner--small .banner__slide {
  min-height: 385px;
  padding-bottom: 80px;
}
.banner--small .banner__sub-title,
.banner--small .banner__dots,
.banner--small .banner-scroll-align {
  display: none;
}
.banner .social-links {
  display: none;
}
.banner .social-links li a svg {
  padding: 0 4.4px;
  height: 29.2px;
}
.banner--show-social-links .social-links {
  display: block;
}
.banner--show-social-links.banner--small .social-links {
  display: flex;
}
.banner--vertically-center .banner__slide {
  display: flex !important;
  align-items: center;
}
.banner--vertically-bottom .banner__slide {
  display: flex !important;
  align-items: flex-end;
}
.banner--text-center .wrapper {
  text-align: center;
  justify-content: center;
}
.banner--text-center .banner-scroll-align {
  text-align: center;
}
.banner--text-center .btn-wrapper {
  justify-content: center;
}
.banner--text-right .wrapper {
  text-align: right;
  justify-content: flex-end;
}
.banner--text-right .banner-scroll-align {
  text-align: right;
}
.banner--text-right .btn-wrapper {
  justify-content: flex-end;
}
.banner--remove-bottom-margin {
  margin-bottom: 0 !important;
}
.banner--page-section {
  margin-bottom: 45px;
}
.banner--page-section .social-links {
  width: 38px !important;
  height: auto !important;
}
@media (max-width: 767.98px) {
  .banner--page-section-mobile-center .wrapper {
    text-align: center;
    justify-content: center;
  }
  .banner--page-section-mobile-center .banner__page-title:before {
    margin-left: auto;
    margin-right: auto;
  }
  .banner--page-section-mobile-center .banner-scroll-align {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .banner .btn-wrapper div {
    width: auto;
  }
  .banner .btn-wrapper .btn, .banner .btn-wrapper .Actions .action, .Actions .banner .btn-wrapper .action, .banner .btn-wrapper .resetformaction, .banner .btn-wrapper form [type=submit], form .banner .btn-wrapper [type=submit],
  .banner .btn-wrapper form [type=button],
  form .banner .btn-wrapper [type=button], .banner .btn-wrapper form [type=reset], form .banner .btn-wrapper [type=reset], .banner .btn-wrapper .jobs-page .search-section__item input, .jobs-page .search-section__item .banner .btn-wrapper input, .banner .btn-wrapper .jobs-page .search-section__submit button, .jobs-page .search-section__submit .banner .btn-wrapper button, .banner .btn-wrapper .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .banner .btn-wrapper .dropdown, .banner .btn-wrapper .section-title__filter .date-item input, .section-title__filter .date-item .banner .btn-wrapper input, .banner .btn-wrapper .section-filter .date-item input, .section-filter .date-item .banner .btn-wrapper input, .banner .btn-wrapper .remove-file-row .file-input:before, .remove-file-row .banner .btn-wrapper .file-input:before, .banner .btn-wrapper .userform .step-navigation button, .userform .step-navigation .banner .btn-wrapper button, .banner .btn-wrapper .userform .step-navigation .button, .userform .step-navigation .banner .btn-wrapper .button, .banner .btn-wrapper .userform .step-navigation input[type=submit], .userform .step-navigation .banner .btn-wrapper input[type=submit] {
    margin-right: 15px;
  }
  .banner .btn-wrapper .btn:last-child, .banner .btn-wrapper .Actions .action:last-child, .Actions .banner .btn-wrapper .action:last-child, .banner .btn-wrapper .resetformaction:last-child, .banner .btn-wrapper form [type=submit]:last-child, form .banner .btn-wrapper [type=submit]:last-child,
  .banner .btn-wrapper form [type=button]:last-child,
  form .banner .btn-wrapper [type=button]:last-child, .banner .btn-wrapper form [type=reset]:last-child, form .banner .btn-wrapper [type=reset]:last-child, .banner .btn-wrapper .jobs-page .search-section__item input:last-child, .jobs-page .search-section__item .banner .btn-wrapper input:last-child, .banner .btn-wrapper .jobs-page .search-section__submit button:last-child, .jobs-page .search-section__submit .banner .btn-wrapper button:last-child, .banner .btn-wrapper .react-dropdown-wrapper .dropdown:last-child, .react-dropdown-wrapper .banner .btn-wrapper .dropdown:last-child, .banner .btn-wrapper .section-title__filter .date-item input:last-child, .section-title__filter .date-item .banner .btn-wrapper input:last-child, .banner .btn-wrapper .section-filter .date-item input:last-child, .section-filter .date-item .banner .btn-wrapper input:last-child, .banner .btn-wrapper .remove-file-row .file-input:last-child:before, .remove-file-row .banner .btn-wrapper .file-input:last-child:before, .banner .btn-wrapper .userform .step-navigation button:last-child, .userform .step-navigation .banner .btn-wrapper button:last-child, .banner .btn-wrapper .userform .step-navigation .button:last-child, .userform .step-navigation .banner .btn-wrapper .button:last-child, .banner .btn-wrapper .userform .step-navigation input[type=submit]:last-child, .userform .step-navigation .banner .btn-wrapper input[type=submit]:last-child {
    margin-right: 0;
  }
  .banner .small-fav-button {
    left: 15px;
  }
}
@media (max-width: 991.98px) {
  .banner__page-title, .banner__sub-title {
    font-size: 20px;
  }
  .banner .social-links {
    display: none;
  }
  .banner--medium .banner__sub-title,
  .banner--medium .banner__dots {
    display: none;
  }
  .banner--medium .banner__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .banner {
    margin-bottom: 130px;
  }
  .banner__slide {
    padding: 140px 0 175px;
  }
  .banner__page-title {
    margin-bottom: 38px;
  }
  .banner__sub-title, .banner__title {
    margin-bottom: 35px;
  }
  .banner__dots {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .banner__dots .slick-dots {
    display: inline-block;
    margin-bottom: 65px;
    margin-right: 5px;
  }
  .banner__dots .slick-dots li {
    margin: 5px 0;
  }
  .banner__dots .slick-dots button {
    height: 49px !important;
    width: 6px !important;
  }
  .banner .small-fav-button img {
    width: 52px;
  }
  .banner--medium {
    min-height: 720px;
  }
  .banner--medium .banner__slide {
    min-height: 720px;
    padding-bottom: 100px;
  }
  .banner--small {
    min-height: 520px;
  }
  .banner--small .banner__slide {
    min-height: 520px;
    padding-bottom: 80px;
  }
  .banner--small .banner__dots {
    display: flex;
  }
  .banner--small .banner__dots .slick-dots {
    margin-bottom: 35px;
  }
  .banner--small .social-links {
    flex-wrap: wrap;
    height: 120px;
    overflow: hidden;
    width: 76px;
  }
  .banner--page-section {
    margin-bottom: 70px;
  }
}
@media (min-width: 1440px) {
  .banner__dots {
    right: 40px;
  }
  .banner .small-fav-button {
    left: 40px;
    bottom: 30px;
  }
}

.image-element {
  position: relative;
  overflow: hidden;
  background-image: none !important;
}
.image-element__title {
  margin-bottom: 30px;
}
.image-element__button-container {
  margin-bottom: 0;
  margin-top: 50px;
}
.image-element__image-container {
  margin-top: 35px;
}
.image-element__btn {
  margin-bottom: 0;
}
.image-element__info {
  margin-bottom: 0;
}
.image-element__image {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-element__image:after {
  content: "";
  display: block;
  width: 100%;
  min-height: 313px;
}
.image-element__bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.image-element__bg-image:after {
  display: none;
}
@media (max-width: 575.98px) {
  .image-element__image {
    width: 100vw;
    left: -20px;
  }
}
@media (max-width: 767.98px) {
  .image-element .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .image-element__image-container {
    margin-top: 0;
  }
  .image-element__image {
    width: calc(100% + 50vw - 375px);
    left: calc(375px - 50vw);
  }
  .image-element--reverse .row {
    flex-direction: row-reverse;
  }
  .image-element--reverse .image-element__image {
    left: 0 !important;
  }
  .image-element--reverse.image-element--block-background .row {
    flex-direction: row;
  }
  .image-element--center-edge > .container, .image-element--center-edge > .element--separator:after, .banner .image-element--center-edge > .banner-scroll-align {
    padding-top: 38px;
  }
  .image-element--center-edge .image-element__title {
    margin-top: -38px;
  }
  .image-element--center-edge .image-element__image {
    width: calc(100% + 50vw - 345px);
    left: calc(345px - 50vw);
  }
  .image-element--block-background {
    padding: 0 !important;
  }
  .image-element--block-background.bg-watermelon, .image-element--block-background.bg-white, .image-element--block-background.bg-moana-blue, .image-element--block-background.bg-iron-sand, .image-element--block-background.bg-forest-green, .image-element--block-background.bg-sunset-yellow, .image-element--block-background.bg-misty-mornings, .image-element--block-background.bg-Kakariki, .image-element--block-background.bg-awa-blue {
    background-color: transparent;
  }
  .image-element--block-background.bg-watermelon .image-element__content {
    background-color: #F15B5D;
  }
  .image-element--block-background .row {
    position: relative;
    z-index: 1;
    flex-direction: row-reverse;
  }
  .image-element--block-background .image-element__content {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    padding: 100px 30px;
  }
}
@media (min-width: 992px) {
  .image-element__image {
    width: calc(100% + 50vw - 495px);
    left: calc(495px - 50vw);
  }
  .image-element__image:after {
    min-height: 450px;
  }
  .image-element--center-edge .image-element__image {
    width: calc(100% + 50vw - 465px);
    left: calc(465px - 50vw);
  }
  .image-element--block-background .image-element__content {
    padding: 130px 30px;
  }
}
@media (min-width: 1200px) {
  .image-element__image {
    width: calc(100% + 50vw - 605px);
    left: calc(605px - 50vw);
  }
  .image-element--center-edge .image-element__image {
    width: calc(100% + 50vw - 555px);
    left: calc(555px - 50vw);
  }
}
@media (min-width: 1440px) {
  .image-element__image {
    width: calc(100% + 50vw - 792px);
    left: calc(792px - 50vw);
  }
  .image-element__image-container {
    padding-right: 115px;
    padding-left: 0;
  }
  .image-element--reverse .image-element__image-container {
    padding-left: 115px;
    padding-right: 0;
  }
  .image-element--center-edge .image-element__image {
    width: calc(100% + 50vw - 677px);
    left: calc(677px - 50vw);
  }
  .image-element--block-background .image-element__content {
    width: calc(100% + 260px);
    left: -130px;
    padding: 130px;
  }
}

.file-block {
  padding: 0;
}
.file-block .file-element__file {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.file-block .file-element__file .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .file-block .file-element__file {
    height: 520px;
  }
}
@media (min-width: 1440px) {
  .file-block .file-element__file {
    height: 785px;
  }
}

.photo-gallery__title {
  margin-bottom: 30px;
}
.photo-gallery__info {
  margin-bottom: 0;
}
.photo-gallery__btn {
  margin-top: 30px;
}
.photo-gallery__image {
  display: block;
  overflow: hidden;
  position: relative;
}
.photo-gallery__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 79.8%;
}
.photo-gallery__image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.photo-gallery__image .icon-zoom {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 20px;
}
.photo-gallery__image .icon-zoom:before {
  background-image: url("../images/svg/icon-zoom-black.svg");
}
.photo-gallery__image .icon-zoom:hover {
  transform: scale(1.1);
}
.photo-gallery__slider {
  margin-top: 35px;
}
.photo-gallery .slider-wrapper {
  position: relative;
}
.photo-gallery__arrows {
  padding: 40px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.photo-gallery__arrows button {
  margin-left: 50px;
  margin-right: 50px;
}
.photo-gallery__disclaimer {
  font-size: 12px;
}
.photo-gallery__disclaimer p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .photo-gallery .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .photo-gallery__content {
    margin-bottom: 0;
  }
  .photo-gallery .slider-wrapper {
    width: calc(100% + 50vw - 375px);
    left: calc(375px - 50vw);
  }
  .photo-gallery__slider {
    margin-top: 0;
  }
  .photo-gallery--reverse .row {
    flex-direction: row-reverse;
  }
  .photo-gallery--reverse .slider-wrapper {
    left: 0 !important;
  }
}
@media (min-width: 992px) {
  .photo-gallery__btn {
    margin-top: 35px;
  }
  .photo-gallery .slider-wrapper {
    width: calc(100% + 50vw - 495px);
    left: calc(495px - 50vw);
  }
}
@media (min-width: 1200px) {
  .photo-gallery .slider-wrapper {
    width: calc(100% + 50vw - 605px);
    left: calc(605px - 50vw);
  }
}
@media (min-width: 1440px) {
  .photo-gallery .slider-wrapper {
    width: calc(100% + 50vw - 792px);
    left: calc(792px - 50vw);
  }
  .photo-gallery__slider {
    padding-right: 115px;
  }
  .photo-gallery--reverse .photo-gallery__slider {
    padding-left: 115px;
    padding-right: 0;
  }
}

.gallery-grid .gallery-grid-item {
  position: relative;
  overflow: hidden;
  margin: 7.5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-grid .gallery-grid-item {
    transition: none;
  }
}
.gallery-grid .gallery-grid-item:hover {
  transform: scale(1.2);
  z-index: 999;
}
.gallery-grid .gallery-grid-item--tall:hover {
  transform: scale(1.2);
}
.gallery-grid .gallery-grid-item--large:hover {
  transform: scale(1.13);
}
.gallery-grid .gallery-grid-item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 89.7727272727%;
}
.gallery-grid .gallery-grid-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-grid .gallery-grid-item .image {
    transition: none;
  }
}
.gallery-grid .gallery-grid-item--large, .gallery-grid .gallery-grid-item--small, .gallery-grid .gallery-grid-item--tall {
  width: calc(50% - 15px);
}
.gallery-grid .gallery-grid-item--large.gallery-grid-item:before, .gallery-grid .gallery-grid-item--tall.gallery-grid-item:before {
  padding-top: calc(180% + 15px);
}
@media (min-width: 576px) {
  .gallery-grid .gallery-grid-item--large, .gallery-grid .gallery-grid-item--small, .gallery-grid .gallery-grid-item--tall {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .gallery-grid .gallery-grid-item--small, .gallery-grid .gallery-grid-item--tall {
    width: calc(20% - 15px);
  }
  .gallery-grid .gallery-grid-item--small.gallery-grid-item:before {
    padding-top: calc(105.118110236% + 15px);
  }
  .gallery-grid .gallery-grid-item--large {
    width: calc(60% - 15px);
  }
  .gallery-grid .gallery-grid-item--large.gallery-grid-item:before {
    padding-top: calc(64% + 15px);
  }
  .gallery-grid .gallery-grid-item--tall.gallery-grid-item:before {
    padding-top: calc(203.937007874% + 15px);
  }
}
@media (min-width: 1200px) {
  .gallery-grid .gallery-grid-item--large.gallery-grid-item:before {
    padding-top: calc(65% + 15px);
  }
}
@media (min-width: 1440px) {
  .gallery-grid .gallery-grid-item--large.gallery-grid-item:before {
    padding-top: calc(65.3% + 15px);
  }
}
.gallery-grid .wrapper {
  margin: 0 -10px;
}
.gallery-grid__arrows {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
  padding: 0 20px;
}
.gallery-grid__mobile {
  position: relative;
  width: 100vw;
  left: -20px;
}
.gallery-grid__mobile .gallery-grid__title {
  color: #fff;
}
.gallery-grid__disclaimer {
  font-size: 12px;
  padding-top: 20px;
}
.gallery-grid__disclaimer p {
  margin: 0;
}
.gallery-grid--listing {
  padding-bottom: 70px;
}
.gallery-grid--listing .wrapper {
  margin: 0;
}
.gallery-grid--listing .gallery-grid-item {
  margin: 0;
  width: 100%;
  transform: scale(1) !important;
}
.gallery-grid--listing .gallery-grid-item .image {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
}
.gallery-grid--listing .gallery-grid-item:hover .image {
  transform: scale(1.1);
}
.gallery-grid--listing .gallery-grid-item:before {
  padding-top: 83.3333333333%;
}
.gallery-grid--listing .gallery-grid-item--title .gallery-grid-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(0, -50%);
  left: 0;
  color: #fff;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .gallery-grid--listing .gallery-grid-item {
    width: 50%;
  }
  .gallery-grid--listing .gallery-grid-item:before {
    padding-top: 76.7371601208%;
  }
}
@media (min-width: 768px) {
  .gallery-grid--listing .gallery-grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .gallery-grid--listing {
    padding-bottom: 130px;
  }
  .gallery-grid--listing .gallery-grid-item {
    width: 25%;
  }
  .gallery-grid--listing .gallery-grid-item--wide {
    width: 50%;
  }
  .gallery-grid--listing .gallery-grid-item--wide:before {
    padding-top: 38.3685800604%;
  }
}
@media (min-width: 992px) {
  .gallery-grid__title {
    margin-bottom: 37.5px;
  }
}

.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero .overlay--default {
  background-color: rgba(0, 0, 0, 0.3);
}
.hero .container, .hero .element--separator:after, .hero .banner .banner-scroll-align, .banner .hero .banner-scroll-align {
  position: relative;
  z-index: 2;
}
.hero--has-image {
  padding-top: 100px;
  color: #fff !important;
}
.hero__title {
  margin-bottom: 40px;
}
.hero__title .title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero--has-image {
    padding-top: 130px;
  }
  .hero__title {
    margin-bottom: 0;
  }
  .hero__content {
    padding-left: 35px;
    padding-top: 35px;
  }
  .hero__content--no-title {
    padding-left: 15px;
  }
}

.accordion-block.bg-watermelon .accordion-block__title {
  border-color: #fff;
}
.accordion-block.bg-watermelon .accordion-pc .accordion-pc__nav .accordion-pc-link.active,
.accordion-block.bg-watermelon .accordion-pc .accordion-pc__nav .accordion-pc-link:hover {
  color: #000;
}
.accordion-block.bg-watermelon .accordion-pc .accordion-pc__nav .accordion-pc-link.active:after,
.accordion-block.bg-watermelon .accordion-pc .accordion-pc__nav .accordion-pc-link:hover:after {
  background-image: url("../images/svg/angle-right-dark.svg");
}
.accordion-block.bg-watermelon .accordion-mobile .card-header .accordion-title:not(.collapsed),
.accordion-block.bg-watermelon .accordion-mobile .card-header .accordion-title:hover {
  color: #000;
}
.accordion-block.bg-watermelon .accordion-mobile .card-header .accordion-title:not(.collapsed):after,
.accordion-block.bg-watermelon .accordion-mobile .card-header .accordion-title:hover:after {
  background-image: url("../images/svg/angle-right-dark.svg");
}
.accordion-block__title {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: 2px solid #F15B5D;
}
@media (min-width: 576px) {
  .accordion-block__title {
    padding-bottom: 40px;
  }
}
.accordion-block .accordion-pc__details {
  display: none;
  padding-top: 40px;
}
.accordion-block .accordion-pc__details .title {
  margin-bottom: 30px;
}
.accordion-block .accordion-pc__details.active {
  display: block;
}
.accordion-block .accordion-pc__nav-item {
  margin-bottom: 30px;
}
.accordion-block .accordion-pc__nav-item:last-child {
  margin-bottom: 0;
}
.accordion-block .accordion-pc__nav {
  padding-left: 0;
  margin-bottom: 0;
}
.accordion-block .accordion-pc__nav .accordion-pc-link {
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-block .accordion-pc__nav .accordion-pc-link {
    transition: none;
  }
}
.accordion-block .accordion-pc__nav .accordion-pc-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url("../images/svg/angle-right-white.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion-block .accordion-pc__nav .accordion-pc-link:hover {
  text-decoration: none;
}
.accordion-block .accordion-pc__nav .accordion-pc-link.active, .accordion-block .accordion-pc__nav .accordion-pc-link:hover {
  color: #F15B5D;
}
.accordion-block .accordion-pc__nav .accordion-pc-link.active:after, .accordion-block .accordion-pc__nav .accordion-pc-link:hover:after {
  background-image: url("../images/svg/angle-right-red.svg");
}
.accordion-block .accordion-mobile .card {
  background-color: transparent;
  border: 0;
  margin-bottom: 30px;
}
.accordion-block .accordion-mobile .card-header {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.accordion-block .accordion-mobile .card-header .accordion-title {
  position: relative;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  font-weight: 600;
  padding-right: 60px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-block .accordion-mobile .card-header .accordion-title {
    transition: none;
  }
}
.accordion-block .accordion-mobile .card-header .accordion-title:after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-image: url("../images/svg/angle-right-white.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.accordion-block .accordion-mobile .card-header .accordion-title:not(.collapsed), .accordion-block .accordion-mobile .card-header .accordion-title:hover {
  color: #F15B5D;
  text-decoration: inherit;
}
.accordion-block .accordion-mobile .card-header .accordion-title:not(.collapsed):after, .accordion-block .accordion-mobile .card-header .accordion-title:hover:after {
  background-image: url("../images/svg/angle-right-red.svg");
}
.accordion-block .accordion-mobile .card-header .accordion-title:not(.collapsed):after {
  transform: rotate(90deg);
  right: 3px;
  top: calc(50% - 4px);
}
.accordion-block .accordion-mobile .card-header .icon-accordion {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  pointer-events: none;
}
.accordion-block .accordion-mobile .card-header .icon-accordion:before {
  transform: rotate(180deg);
}
.accordion-block .accordion-mobile .accordion-content {
  padding: 0;
}
.accordion-block .accordion-mobile .card-body {
  padding: 35px 0 0;
}

.testimonials .wrapper {
  position: relative;
}
.testimonials .testimonial-item {
  margin-bottom: 45px;
}
.testimonials .testimonial-item .blockquote {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 1.35;
}
.testimonials .testimonial-item .blockquote p {
  margin-bottom: 0;
}
.testimonials .testimonial-item .name {
  margin-bottom: 5px;
}
.testimonials .testimonial-item .position {
  margin-bottom: 0;
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.testimonials__arrows {
  width: 100%;
}
@media (min-width: 576px) {
  .testimonials__arrows {
    width: 270px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .testimonials .testimonial-item .blockquote {
    font-size: 40px;
  }
  .testimonials--text-small.testimonials .testimonial-item .blockquote {
    font-size: 35px;
    line-height: 1.4285;
  }
}
@media (min-width: 992px) {
  .testimonials .testimonial-item .blockquote {
    font-size: 60px;
  }
  .testimonials .testimonial-item .name {
    margin-bottom: 10px;
  }
  .testimonials .testimonial-item .position {
    font-size: 20px;
  }
  .testimonials .testimonial-item .testimonial-details {
    min-height: 98px;
  }
  .testimonials__arrows {
    position: absolute;
    bottom: 85px;
    right: 0;
    margin: 0;
    z-index: 1;
  }
  .testimonials--text-medium.testimonials .testimonial-item .blockquote {
    font-size: 50px;
    line-height: 1.2;
  }
  .testimonials--text-small.testimonials .testimonial-item .name {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .testimonials .testimonial-item .blockquote {
    font-size: 80px;
    line-height: 1;
  }
}

.media {
  position: relative;
  overflow: hidden;
  background-image: none !important;
}
.media__title {
  margin-bottom: 30px;
}
.media__image {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.media__image:after {
  content: "";
  display: block;
  width: 100%;
  min-height: 260px;
}
.media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  height: auto;
  cursor: pointer;
}
.media__play img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .media__play img {
    transition: none;
  }
}
.media__play .icon-play-blue {
  display: none;
}
.media__play:hover img {
  transform: scale(1.2);
}
.media__content {
  margin-bottom: 40px;
}
.media__bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}
.media__bg-image:after {
  display: none;
}
.media--block-background {
  min-height: 260px;
}
.media--block-background .no-side-content .media__image {
  width: 100%;
  min-height: 260px;
}
@media (min-width: 768px) {
  .media__content {
    margin-bottom: 0;
  }
  .media__image {
    width: calc(100% + 50vw - 345px);
  }
  .media--reverse .row {
    flex-direction: row-reverse;
  }
  .media--reverse .media__image {
    left: calc(345px - 50vw);
  }
  .media--block-background {
    padding: 0 !important;
    min-height: 550px;
  }
  .media--block-background .no-side-content .media__image {
    min-height: 550px;
  }
  .media--block-background.bg-watermelon, .media--block-background.bg-green {
    background-color: transparent;
  }
  .media--block-background.bg-watermelon .media__content-align {
    background-color: #F15B5D;
  }
  .media--block-background.bg-grey-gradient .media__content-align {
    background: rgb(8, 7, 10);
    background: linear-gradient(0deg, rgb(8, 7, 10) 0%, rgb(48, 46, 51) 100%);
  }
  .media--block-background .row {
    position: relative;
    z-index: 1;
  }
  .media--block-background .media__video .media__image {
    background-image: none !important;
  }
  .media--block-background .media__content-align {
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    padding: 100px 30px;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .media__image {
    width: calc(100% + 50vw - 465px);
  }
  .media__image:after {
    min-height: 450px;
  }
  .media--reverse .media__image {
    left: calc(465px - 50vw);
  }
  .media__play {
    width: 290px;
  }
  .media--block-background {
    min-height: 650px;
  }
  .media--block-background .no-side-content .media__image {
    min-height: 650px;
  }
  .media--block-background .media__content-align {
    padding: 130px 30px;
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .media__image {
    width: calc(100% + 50vw - 555px);
  }
  .media--reverse .media__image {
    left: calc(555px - 50vw);
  }
}
@media (min-width: 1440px) {
  .media__image {
    width: calc(100% + 50vw - 662px);
  }
  .media--reverse .media__image {
    left: calc(662px - 50vw);
  }
  .media--block-background {
    min-height: 765px;
  }
  .media--block-background .no-side-content .media__image {
    min-height: 765px;
  }
  .media--block-background .media__content-align {
    width: calc(100% + 260px);
    left: -130px;
    padding: 130px;
    margin-top: 260px;
  }
}

.stats-block.bg-watermelon .card-stats:before,
.stats-block.bg-watermelon .card-stats:after {
  background-color: #fff;
}
.stats-block__content {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .stats-block__content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .stats-block__grid .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .stats-block__grid .card-stats-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.links-block {
  overflow: hidden;
  background-color: transparent;
}
.links-block .wrapper {
  position: relative;
}
.links-block .row {
  margin-left: 0;
  margin-right: 0;
}
.links-block__arrows {
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  padding: 0 20px;
}
.links-block--remove-padding-bottom {
  padding-bottom: 0 !important;
}

.feature-block .row {
  margin-left: 0;
  margin-right: 0;
}
.feature-block .row > div {
  padding: 0;
}

.questionnaire-block__item {
  color: #fff;
  margin-bottom: 40px;
}
.questionnaire-block__item:last-child {
  margin-bottom: 0 !important;
}
.questionnaire-block__answers .btn, .questionnaire-block__answers .Actions .action, .Actions .questionnaire-block__answers .action, .questionnaire-block__answers .resetformaction, .questionnaire-block__answers form [type=submit], form .questionnaire-block__answers [type=submit],
.questionnaire-block__answers form [type=button],
form .questionnaire-block__answers [type=button], .questionnaire-block__answers form [type=reset], form .questionnaire-block__answers [type=reset], .questionnaire-block__answers .jobs-page .search-section__item input, .jobs-page .search-section__item .questionnaire-block__answers input, .questionnaire-block__answers .jobs-page .search-section__submit button, .jobs-page .search-section__submit .questionnaire-block__answers button, .questionnaire-block__answers .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .questionnaire-block__answers .dropdown, .questionnaire-block__answers .section-title__filter .date-item input, .section-title__filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .section-filter .date-item input, .section-filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .remove-file-row .file-input:before, .remove-file-row .questionnaire-block__answers .file-input:before, .questionnaire-block__answers .userform .step-navigation button, .userform .step-navigation .questionnaire-block__answers button, .questionnaire-block__answers .userform .step-navigation .button, .userform .step-navigation .questionnaire-block__answers .button, .questionnaire-block__answers .userform .step-navigation input[type=submit], .userform .step-navigation .questionnaire-block__answers input[type=submit] {
  cursor: pointer;
}
.questionnaire-block .questionnaire-section {
  margin-bottom: 40px;
}
.questionnaire-block .results-section {
  color: #fff;
}
.questionnaire-block .results-section .button-align {
  text-align: center;
  margin-top: 40px;
}
.questionnaire-block .results-section__arrows {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 235px;
}
.questionnaire-block .results-section__mobile .card {
  background-color: transparent;
}
.questionnaire-block .results-section__mobile .button-align .btn, .questionnaire-block .results-section__mobile .button-align .Actions .action, .Actions .questionnaire-block .results-section__mobile .button-align .action, .questionnaire-block .results-section__mobile .button-align .resetformaction, .questionnaire-block .results-section__mobile .button-align form [type=submit], form .questionnaire-block .results-section__mobile .button-align [type=submit],
.questionnaire-block .results-section__mobile .button-align form [type=button],
form .questionnaire-block .results-section__mobile .button-align [type=button], .questionnaire-block .results-section__mobile .button-align form [type=reset], form .questionnaire-block .results-section__mobile .button-align [type=reset], .questionnaire-block .results-section__mobile .button-align .jobs-page .search-section__item input, .jobs-page .search-section__item .questionnaire-block .results-section__mobile .button-align input, .questionnaire-block .results-section__mobile .button-align .jobs-page .search-section__submit button, .jobs-page .search-section__submit .questionnaire-block .results-section__mobile .button-align button, .questionnaire-block .results-section__mobile .button-align .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .questionnaire-block .results-section__mobile .button-align .dropdown, .questionnaire-block .results-section__mobile .button-align .section-title__filter .date-item input, .section-title__filter .date-item .questionnaire-block .results-section__mobile .button-align input, .questionnaire-block .results-section__mobile .button-align .section-filter .date-item input, .section-filter .date-item .questionnaire-block .results-section__mobile .button-align input, .questionnaire-block .results-section__mobile .button-align .remove-file-row .file-input:before, .remove-file-row .questionnaire-block .results-section__mobile .button-align .file-input:before, .questionnaire-block .results-section__mobile .button-align .userform .step-navigation button, .userform .step-navigation .questionnaire-block .results-section__mobile .button-align button, .questionnaire-block .results-section__mobile .button-align .userform .step-navigation .button, .userform .step-navigation .questionnaire-block .results-section__mobile .button-align .button, .questionnaire-block .results-section__mobile .button-align .userform .step-navigation input[type=submit], .userform .step-navigation .questionnaire-block .results-section__mobile .button-align input[type=submit] {
  max-width: 260px;
}
@media (max-width: 767.98px) {
  .questionnaire-block__answers .btn, .questionnaire-block__answers .Actions .action, .Actions .questionnaire-block__answers .action, .questionnaire-block__answers .resetformaction, .questionnaire-block__answers form [type=submit], form .questionnaire-block__answers [type=submit],
  .questionnaire-block__answers form [type=button],
  form .questionnaire-block__answers [type=button], .questionnaire-block__answers form [type=reset], form .questionnaire-block__answers [type=reset], .questionnaire-block__answers .jobs-page .search-section__item input, .jobs-page .search-section__item .questionnaire-block__answers input, .questionnaire-block__answers .jobs-page .search-section__submit button, .jobs-page .search-section__submit .questionnaire-block__answers button, .questionnaire-block__answers .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .questionnaire-block__answers .dropdown, .questionnaire-block__answers .section-title__filter .date-item input, .section-title__filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .section-filter .date-item input, .section-filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .remove-file-row .file-input:before, .remove-file-row .questionnaire-block__answers .file-input:before, .questionnaire-block__answers .userform .step-navigation button, .userform .step-navigation .questionnaire-block__answers button, .questionnaire-block__answers .userform .step-navigation .button, .userform .step-navigation .questionnaire-block__answers .button, .questionnaire-block__answers .userform .step-navigation input[type=submit], .userform .step-navigation .questionnaire-block__answers input[type=submit] {
    margin-bottom: 20px;
  }
  .questionnaire-block__answers .btn:last-child, .questionnaire-block__answers .Actions .action:last-child, .Actions .questionnaire-block__answers .action:last-child, .questionnaire-block__answers .resetformaction:last-child, .questionnaire-block__answers form [type=submit]:last-child, form .questionnaire-block__answers [type=submit]:last-child,
  .questionnaire-block__answers form [type=button]:last-child,
  form .questionnaire-block__answers [type=button]:last-child, .questionnaire-block__answers form [type=reset]:last-child, form .questionnaire-block__answers [type=reset]:last-child, .questionnaire-block__answers .jobs-page .search-section__item input:last-child, .jobs-page .search-section__item .questionnaire-block__answers input:last-child, .questionnaire-block__answers .jobs-page .search-section__submit button:last-child, .jobs-page .search-section__submit .questionnaire-block__answers button:last-child, .questionnaire-block__answers .react-dropdown-wrapper .dropdown:last-child, .react-dropdown-wrapper .questionnaire-block__answers .dropdown:last-child, .questionnaire-block__answers .section-title__filter .date-item input:last-child, .section-title__filter .date-item .questionnaire-block__answers input:last-child, .questionnaire-block__answers .section-filter .date-item input:last-child, .section-filter .date-item .questionnaire-block__answers input:last-child, .questionnaire-block__answers .remove-file-row .file-input:last-child:before, .remove-file-row .questionnaire-block__answers .file-input:last-child:before, .questionnaire-block__answers .userform .step-navigation button:last-child, .userform .step-navigation .questionnaire-block__answers button:last-child, .questionnaire-block__answers .userform .step-navigation .button:last-child, .userform .step-navigation .questionnaire-block__answers .button:last-child, .questionnaire-block__answers .userform .step-navigation input[type=submit]:last-child, .userform .step-navigation .questionnaire-block__answers input[type=submit]:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .questionnaire-block__questionnaire {
    font-size: 25px;
  }
}
@media (min-width: 576px) {
  .questionnaire-block__answers {
    margin-left: -10px;
    margin-right: -10px;
  }
  .questionnaire-block__answers .btn, .questionnaire-block__answers .Actions .action, .Actions .questionnaire-block__answers .action, .questionnaire-block__answers .resetformaction, .questionnaire-block__answers form [type=submit], form .questionnaire-block__answers [type=submit],
  .questionnaire-block__answers form [type=button],
  form .questionnaire-block__answers [type=button], .questionnaire-block__answers form [type=reset], form .questionnaire-block__answers [type=reset], .questionnaire-block__answers .jobs-page .search-section__item input, .jobs-page .search-section__item .questionnaire-block__answers input, .questionnaire-block__answers .jobs-page .search-section__submit button, .jobs-page .search-section__submit .questionnaire-block__answers button, .questionnaire-block__answers .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .questionnaire-block__answers .dropdown, .questionnaire-block__answers .section-title__filter .date-item input, .section-title__filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .section-filter .date-item input, .section-filter .date-item .questionnaire-block__answers input, .questionnaire-block__answers .remove-file-row .file-input:before, .remove-file-row .questionnaire-block__answers .file-input:before, .questionnaire-block__answers .userform .step-navigation button, .userform .step-navigation .questionnaire-block__answers button, .questionnaire-block__answers .userform .step-navigation .button, .userform .step-navigation .questionnaire-block__answers .button, .questionnaire-block__answers .userform .step-navigation input[type=submit], .userform .step-navigation .questionnaire-block__answers input[type=submit] {
    margin: 0 10px 10px;
    width: auto;
    min-width: 205px;
  }
}
@media (min-width: 768px) {
  .questionnaire-block .results-section .button-align {
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .questionnaire-block__item {
    margin-bottom: 80px;
  }
  .questionnaire-block__item--large .questionnaire-block__questionnaire {
    font-size: 50px;
  }
  .questionnaire-block__questionnaire {
    margin-bottom: 40px;
  }
  .questionnaire-block .questionnaire-section {
    margin-bottom: 80px;
  }
  .questionnaire-block .results-section__title {
    font-size: 25px;
  }
}

.contact-block {
  padding: 0 !important;
  background-image: none !important;
}
.contact-block__image {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-block__image:after {
  content: "";
  display: block;
  width: 100%;
  min-height: 260px;
}
.contact-block__title {
  margin-bottom: 30px;
}
.contact-block__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-block .contact-details {
  margin-bottom: 35px;
  padding: 0;
}
.contact-block .contact-details li {
  font-size: 20px;
  font-family: "Gilroy-Bold", Helvetica, Arial, sans-serif;
}
.contact-block .contact-details li a {
  color: #fff;
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  margin-left: 5px;
}
.contact-block .contact-details li a:hover {
  opacity: 0.7;
  text-decoration: inherit;
}
@media (max-width: 575.98px) {
  .contact-block__image {
    width: 100vw;
    left: -20px;
  }
}
@media (min-width: 768px) {
  .contact-block--reverse .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .contact-block__content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .contact-block__image:after {
    min-height: 450px;
  }
  .contact-block .contact-details {
    margin-bottom: 40px;
  }
  .contact-block .contact-details li a {
    margin-left: 2px;
  }
}

.story-link, .story-content-slider__item {
  padding-top: 100px;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.story-link:before, .story-content-slider__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(85, 85, 85);
  background: linear-gradient(90deg, rgba(65, 65, 65, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.story-link .wrapper, .story-content-slider__item .wrapper {
  position: relative;
}
.story-link .prefix, .story-content-slider__item .prefix,
.story-link .suffix,
.story-content-slider__item .suffix {
  font-family: "Gilroy-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.story-link .prefix, .story-content-slider__item .prefix {
  margin-bottom: 35px;
}
.story-link .title, .story-content-slider__item .title {
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .story-link .title, .story-content-slider__item .title {
    font-size: 50px;
    line-height: 1.04;
  }
}
@media (min-width: 992px) {
  .story-link, .story-content-slider__item {
    padding-top: 130px;
  }
  .story-link .prefix, .story-content-slider__item .prefix,
  .story-link .suffix,
  .story-content-slider__item .suffix {
    font-size: 30px;
  }
  .story-link .prefix, .story-content-slider__item .prefix {
    margin-bottom: 35px;
  }
  .story-link .title, .story-content-slider__item .title {
    margin-bottom: 30px;
  }
  .story-link .suffix, .story-content-slider__item .suffix {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .form-block .wrapper {
    padding-top: 38px;
  }
  .form-block__title {
    margin-top: -38px;
  }
}

.location-section {
  color: #fff;
  padding-bottom: 70px;
}
.location-section .scroll-wrapper .jspVerticalBar {
  display: none !important;
}
.location-section__map, .location-section__content {
  width: 100%;
}
.location-section__content .title {
  font-size: 30px;
}
.location-section__content__title {
  margin-bottom: 25px;
}
.location-section__content .btn-align {
  margin-top: 25px;
  margin-bottom: 45px;
  text-align: center;
}
.location-section__content .btn-align .btn, .location-section__content .btn-align .Actions .action, .Actions .location-section__content .btn-align .action, .location-section__content .btn-align .resetformaction, .location-section__content .btn-align form [type=submit], form .location-section__content .btn-align [type=submit],
.location-section__content .btn-align form [type=button],
form .location-section__content .btn-align [type=button], .location-section__content .btn-align form [type=reset], form .location-section__content .btn-align [type=reset], .location-section__content .btn-align .jobs-page .search-section__item input, .jobs-page .search-section__item .location-section__content .btn-align input, .location-section__content .btn-align .jobs-page .search-section__submit button, .jobs-page .search-section__submit .location-section__content .btn-align button, .location-section__content .btn-align .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .location-section__content .btn-align .dropdown, .location-section__content .btn-align .section-title__filter .date-item input, .section-title__filter .date-item .location-section__content .btn-align input, .location-section__content .btn-align .section-filter .date-item input, .section-filter .date-item .location-section__content .btn-align input, .location-section__content .btn-align .remove-file-row .file-input:before, .remove-file-row .location-section__content .btn-align .file-input:before, .location-section__content .btn-align .userform .step-navigation button, .userform .step-navigation .location-section__content .btn-align button, .location-section__content .btn-align .userform .step-navigation .button, .userform .step-navigation .location-section__content .btn-align .button, .location-section__content .btn-align .userform .step-navigation input[type=submit], .userform .step-navigation .location-section__content .btn-align input[type=submit] {
  margin-bottom: 15px;
}
.location-section__content .btn-align .btn:last-child, .location-section__content .btn-align .Actions .action:last-child, .Actions .location-section__content .btn-align .action:last-child, .location-section__content .btn-align .resetformaction:last-child, .location-section__content .btn-align form [type=submit]:last-child, form .location-section__content .btn-align [type=submit]:last-child,
.location-section__content .btn-align form [type=button]:last-child,
form .location-section__content .btn-align [type=button]:last-child, .location-section__content .btn-align form [type=reset]:last-child, form .location-section__content .btn-align [type=reset]:last-child, .location-section__content .btn-align .jobs-page .search-section__item input:last-child, .jobs-page .search-section__item .location-section__content .btn-align input:last-child, .location-section__content .btn-align .jobs-page .search-section__submit button:last-child, .jobs-page .search-section__submit .location-section__content .btn-align button:last-child, .location-section__content .btn-align .react-dropdown-wrapper .dropdown:last-child, .react-dropdown-wrapper .location-section__content .btn-align .dropdown:last-child, .location-section__content .btn-align .section-title__filter .date-item input:last-child, .section-title__filter .date-item .location-section__content .btn-align input:last-child, .location-section__content .btn-align .section-filter .date-item input:last-child, .section-filter .date-item .location-section__content .btn-align input:last-child, .location-section__content .btn-align .remove-file-row .file-input:last-child:before, .remove-file-row .location-section__content .btn-align .file-input:last-child:before, .location-section__content .btn-align .userform .step-navigation button:last-child, .userform .step-navigation .location-section__content .btn-align button:last-child, .location-section__content .btn-align .userform .step-navigation .button:last-child, .userform .step-navigation .location-section__content .btn-align .button:last-child, .location-section__content .btn-align .userform .step-navigation input[type=submit]:last-child, .userform .step-navigation .location-section__content .btn-align input[type=submit]:last-child {
  margin-bottom: 0;
}
.location-section__map, .location-section__image {
  position: relative;
  width: 100vw;
  left: -20px;
}
.location-section__map:before, .location-section__image:before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 79.0096878364%;
}
.location-section__map .image, .location-section__image .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.location-section__map .image .leaflet-container, .location-section__image .image .leaflet-container {
  height: 100%;
}
.location-section__map {
  margin-bottom: 25px;
}
.location-section__map:before {
  min-height: 380px;
}
.location-section__map .leaflet-pane.leaflet-tile-pane {
  filter: grayscale(100%);
}
.location-section__image {
  margin-bottom: 30px;
}
.location-section__image:before {
  padding-top: 37.7777777778%;
  min-height: 136px;
}
@media (max-width: 575.98px) {
  .location-section .scroll-wrapper,
  .location-section .jspContainer {
    overflow: visible !important;
  }
}
@media (max-width: 767.98px) {
  .location-section .jspPane {
    margin: 0 !important;
  }
}
@media (min-width: 576px) {
  .location-section__map, .location-section__image {
    left: 0;
    width: 100%;
  }
  .location-section__map:before, .location-section__image:before {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .location-section .wrapper {
    background-color: #383838;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
  }
  .location-section .scroll-wrapper {
    max-height: 650px;
    overflow: visible !important;
    padding-right: 30px !important;
  }
  .location-section .scroll-wrapper .jspVerticalBar {
    background-color: #242424;
    right: 0;
    display: block !important;
  }
  .location-section .scroll-wrapper .jspDrag {
    background-color: #585858;
  }
  .location-section .scroll-wrapper.jspScrollable .jspContainer {
    width: calc(100% + 20px) !important;
    overflow: visible;
  }
  .location-section__map {
    width: 50%;
    margin-bottom: 0;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
  .location-section__map:before {
    min-height: auto;
  }
  .location-section__image {
    border-radius: 30px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .location-section__image:before {
    min-height: auto;
    padding-top: 38.6363636364%;
  }
  .location-section__content {
    position: relative;
    width: 50%;
    padding: 35px 35px 35px 25px;
  }
  .location-section__content:before, .location-section__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #383838;
  }
  .location-section__content:before {
    top: 0;
  }
  .location-section__content:after {
    bottom: 0;
  }
  .location-section__content .btn-align {
    text-align: left;
  }
  .location-section__content .btn-align .btn, .location-section__content .btn-align .Actions .action, .Actions .location-section__content .btn-align .action, .location-section__content .btn-align .resetformaction, .location-section__content .btn-align form [type=submit], form .location-section__content .btn-align [type=submit],
  .location-section__content .btn-align form [type=button],
  form .location-section__content .btn-align [type=button], .location-section__content .btn-align form [type=reset], form .location-section__content .btn-align [type=reset], .location-section__content .btn-align .jobs-page .search-section__item input, .jobs-page .search-section__item .location-section__content .btn-align input, .location-section__content .btn-align .jobs-page .search-section__submit button, .jobs-page .search-section__submit .location-section__content .btn-align button, .location-section__content .btn-align .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .location-section__content .btn-align .dropdown, .location-section__content .btn-align .section-title__filter .date-item input, .section-title__filter .date-item .location-section__content .btn-align input, .location-section__content .btn-align .section-filter .date-item input, .section-filter .date-item .location-section__content .btn-align input, .location-section__content .btn-align .remove-file-row .file-input:before, .remove-file-row .location-section__content .btn-align .file-input:before, .location-section__content .btn-align .userform .step-navigation button, .userform .step-navigation .location-section__content .btn-align button, .location-section__content .btn-align .userform .step-navigation .button, .userform .step-navigation .location-section__content .btn-align .button, .location-section__content .btn-align .userform .step-navigation input[type=submit], .userform .step-navigation .location-section__content .btn-align input[type=submit] {
    width: 100%;
  }
  .location-section__content .sub-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .location-section {
    padding-bottom: 130px;
  }
  .location-section .wrapper {
    border-radius: 60px;
  }
  .location-section__map {
    width: 60%;
    border-radius: 0 60px 60px 0;
  }
  .location-section__map .leaflet-left .leaflet-control {
    margin-left: 25px;
  }
  .location-section__map .leaflet-top .leaflet-control {
    margin-top: 15px;
  }
  .location-section__content {
    width: 40%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .location-section__content:before, .location-section__content:after {
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .location-section__map {
    width: 65%;
  }
  .location-section__content {
    width: 35%;
    padding-right: 40px;
  }
}

.reports-block__content {
  margin-bottom: 60px;
}

.content-element .info ul,
.content-element .info ol {
  padding-left: 0;
}
.content-element .info ul li,
.content-element .info ol li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.content-element .info ul li:last-child,
.content-element .info ol li:last-child {
  margin-bottom: 0;
}
.content-element .info ul li:before,
.content-element .info ol li:before {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.content-element .info ul li h1, .content-element .info ul li h2, .content-element .info ul li h3, .content-element .info ul li h4, .content-element .info ul li h5, .content-element .info ul li h6,
.content-element .info ol li h1,
.content-element .info ol li h2,
.content-element .info ol li h3,
.content-element .info ol li h4,
.content-element .info ol li h5,
.content-element .info ol li h6 {
  margin-bottom: 0;
  display: inline-block;
  line-height: unset;
  max-width: calc(100% - 23px);
}
.content-element .info ul li.text-center,
.content-element .info ol li.text-center {
  justify-content: center;
}
.content-element .info ul li.text-right,
.content-element .info ol li.text-right {
  justify-content: flex-end;
}
.content-element .info ul li:before {
  content: "";
  top: -2px;
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.content-element .info ol li {
  counter-increment: counter;
}
.content-element .info ol li:before {
  content: counter(counter) ".";
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
.content-element.bg-yellow .info ul li:before {
  background-color: #000;
}
.content-element.bg-yellow .info ol li:before {
  color: #000;
}
.embed-element__code {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.embed-element__code:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.embed-element__code iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.story-grid__mobile {
  position: relative;
}
.story-grid__arrows {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
}
.story-grid__pc > .row {
  margin: 0;
}
.story-grid--remove-padding-bottom {
  padding-bottom: 0 !important;
}

.story-content-slider {
  position: relative;
  padding-bottom: 0;
}
.story-content-slider .container, .story-content-slider .element--separator:after, .story-content-slider .banner .banner-scroll-align, .banner .story-content-slider .banner-scroll-align,
.story-content-slider .row {
  height: 100%;
}
.story-content-slider__item {
  padding: 95px 0 250px;
  min-height: 100vh;
}
.story-content-slider__item:before {
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.story-content-slider__item .info h1, .story-content-slider__item .info h2, .story-content-slider__item .info h3, .story-content-slider__item .info h4, .story-content-slider__item .info h5, .story-content-slider__item .info h6 {
  margin-bottom: 25px;
}
.story-content-slider__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.story-content-slider .wrapper {
  position: relative;
  z-index: 2;
}
.story-content-slider__dots, .story-content-slider__arrows {
  position: absolute;
  left: 0;
  width: 100%;
}
.story-content-slider__dots {
  bottom: 95px;
}
.story-content-slider__arrows {
  bottom: 165px;
  padding: 0 20px;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .story-content-slider__item {
    min-height: 650px;
    padding-bottom: 130px;
  }
  .story-content-slider__arrows {
    max-width: 220px;
    left: auto;
    right: calc(50vw - 465px);
    transform: translateX(0);
    bottom: 50px;
  }
  .story-content-slider__dots {
    width: auto;
    left: calc(50vw - 465px);
    bottom: 72px;
  }
}
@media (min-width: 1200px) {
  .story-content-slider__item {
    min-height: 750px;
  }
  .story-content-slider__arrows {
    right: 50%;
  }
  .story-content-slider__dots {
    left: calc(50vw - 555px);
  }
}
@media (min-width: 1440px) {
  .story-content-slider__item {
    min-height: 870px;
  }
  .story-content-slider__dots {
    left: calc(50vw - 662px);
  }
  .story-content-slider__arrows {
    max-width: 270px;
  }
}

/* Modules */
/* Blogs */
.post-summary {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.post-summary h2 {
  display: inline;
  text-decoration: underline;
}

.post-image {
  float: right;
  margin-left: 40px;
  margin-left: 2.5rem;
}
@media (max-width: 767.98px) {
  .post-image {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .post-image img {
    max-width: 180px;
    max-width: 11.25rem;
  }
}

.post-author {
  margin-top: 10px;
  margin-top: 0.625rem;
  clear: left;
  color: #999;
}
.post-author a {
  text-decoration: underline;
}

.tag {
  padding: 4px 6px 4px 6px;
  padding: 0.25rem 0.375rem 0.25rem 0.375rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #0275d8;
  color: #fff;
  text-decoration: none !important;
}
.tag:hover, .tag:focus {
  background-color: #094c6b;
  color: #fff !important;
}

.blog-footer {
  padding: 15px 0 15px 0;
  padding: 0.9375rem 0 0.9375rem 0;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
}

.blog-last-modified {
  float: left;
}

.blog-print {
  float: right;
  color: #767676;
}
.blog-print:hover {
  color: #292b2c;
}

#Form_CommentsForm {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.start-topic-header {
  margin-top: 30px;
  margin-top: 1.875rem;
  display: block;
}

#Form_MonthJumpForm_Month_Holder {
  float: left;
  width: 49%;
}
@media (max-width: 991.98px) {
  #Form_MonthJumpForm_Month_Holder {
    width: 100%;
  }
}

#Form_MonthJumpForm_Year_Holder {
  float: right;
  width: 49%;
}
@media (max-width: 991.98px) {
  #Form_MonthJumpForm_Year_Holder {
    width: 100%;
  }
}

.event-calendar-quick-nav {
  list-style: none;
  padding: 0;
}
.event-calendar-quick-nav li {
  display: inline;
}

#Form_RegistrationForm .CompositeField {
  float: left;
}
#Form_RegistrationForm .CompositeField .CompositeField {
  float: left;
  width: 50%;
}

.middleColumn {
  border: 0;
}
.middleColumn .field.text {
  border: 0;
  margin-bottom: 0;
}

footer.silverstripe-brand {
  background: none;
  flex-direction: column;
}

h1.app-brand__name {
  color: var(--color-page-text);
}
h1.app-brand__name:after, h1.app-brand__name:before {
  display: none;
}

h2.login-form__title:after, h2.login-form__title:before {
  display: none;
}

.login-svg-logo {
  order: 1;
  flex: 0 1 auto;
  align-self: auto;
  text-align: center;
}

.login-ss-version {
  order: 2;
  flex: 0 1 auto;
  align-self: auto;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  .login-ss-version {
    color: #333333;
  }
}
/* Overrides */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 500;
}

.element:not(.bg-grey-gradient) .card .card__content .content-align {
  background-color: #fff;
  color: #000;
}
.element:not(.bg-grey-gradient) .card--staff .card__content .btn, .element:not(.bg-grey-gradient) .card--staff .card__content .Actions .action, .Actions .element:not(.bg-grey-gradient) .card--staff .card__content .action, .element:not(.bg-grey-gradient) .card--staff .card__content .resetformaction, .element:not(.bg-grey-gradient) .card--staff .card__content form [type=submit], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=submit],
.element:not(.bg-grey-gradient) .card--staff .card__content form [type=button],
form .element:not(.bg-grey-gradient) .card--staff .card__content [type=button], .element:not(.bg-grey-gradient) .card--staff .card__content form [type=reset], form .element:not(.bg-grey-gradient) .card--staff .card__content [type=reset], .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element:not(.bg-grey-gradient) .card--staff .card__content .dropdown, .element:not(.bg-grey-gradient) .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .element:not(.bg-grey-gradient) .card--staff .card__content input, .element:not(.bg-grey-gradient) .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .element:not(.bg-grey-gradient) .card--staff .card__content .file-input:before, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content .button, .element:not(.bg-grey-gradient) .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .element:not(.bg-grey-gradient) .card--staff .card__content input[type=submit] {
  color: #fff !important;
}
.element.bg-watermelon .info a:not(.btn):not(.resetformaction):hover {
  color: #000;
}
.element.bg-watermelon .no-top-title .content-element__info > h1:first-child:before,
.element.bg-watermelon .no-top-title .content-element__info > h2:first-child:before,
.element.bg-watermelon .no-top-title .content-element__info > h3:first-child:before,
.element.bg-watermelon .no-top-title .content-element__info > h4:first-child:before,
.element.bg-watermelon .no-top-title .content-element__info > h5:first-child:before,
.element.bg-watermelon .no-top-title .content-element__info > h6:first-child:before {
  background-color: #fff;
}
.element.bg-yellow {
  color: #000;
}
.element.bg-yellow .btn, .element.bg-yellow .Actions .action, .Actions .element.bg-yellow .action, .element.bg-yellow .resetformaction, .element.bg-yellow form [type=submit], form .element.bg-yellow [type=submit],
.element.bg-yellow form [type=button],
form .element.bg-yellow [type=button], .element.bg-yellow form [type=reset], form .element.bg-yellow [type=reset], .element.bg-yellow form .Actions .action, form .Actions .element.bg-yellow .action, .element.bg-yellow .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow input, .element.bg-yellow .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow button, .element.bg-yellow .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .dropdown, .element.bg-yellow .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow input, .element.bg-yellow .section-filter .date-item input, .section-filter .date-item .element.bg-yellow input, .element.bg-yellow .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .file-input:before, .element.bg-yellow .userform .step-navigation button, .userform .step-navigation .element.bg-yellow button, .element.bg-yellow .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .button, .element.bg-yellow .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow input[type=submit] {
  color: #000 !important;
}
.element.bg-yellow .title-line:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h1:first-child:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h2:first-child:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h3:first-child:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h4:first-child:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h5:first-child:before, .content-element .no-top-title .element.bg-yellow .content-element__info > h6:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h1:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h2:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h3:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h4:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h5:first-child:before,
.element.bg-yellow .no-top-title .content-element__info > h6:first-child:before {
  background-color: #fff;
}
.element.bg-yellow.element--separator:after {
  background-color: #fff;
}
.element.bg-yellow.contact-block .contact-details li a,
.element.bg-yellow form label,
.element.bg-yellow form legend {
  color: #000;
}
.element.bg-yellow .card--staff .card__content .btn, .element.bg-yellow .card--staff .card__content .Actions .action, .Actions .element.bg-yellow .card--staff .card__content .action, .element.bg-yellow .card--staff .card__content .resetformaction, .element.bg-yellow .card--staff .card__content form [type=submit], form .element.bg-yellow .card--staff .card__content [type=submit],
.element.bg-yellow .card--staff .card__content form [type=button],
form .element.bg-yellow .card--staff .card__content [type=button], .element.bg-yellow .card--staff .card__content form [type=reset], form .element.bg-yellow .card--staff .card__content [type=reset], .element.bg-yellow .card--staff .card__content .jobs-page .search-section__item input, .jobs-page .search-section__item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .jobs-page .search-section__submit button, .jobs-page .search-section__submit .element.bg-yellow .card--staff .card__content button, .element.bg-yellow .card--staff .card__content .react-dropdown-wrapper .dropdown, .react-dropdown-wrapper .element.bg-yellow .card--staff .card__content .dropdown, .element.bg-yellow .card--staff .card__content .section-title__filter .date-item input, .section-title__filter .date-item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .section-filter .date-item input, .section-filter .date-item .element.bg-yellow .card--staff .card__content input, .element.bg-yellow .card--staff .card__content .remove-file-row .file-input:before, .remove-file-row .element.bg-yellow .card--staff .card__content .file-input:before, .element.bg-yellow .card--staff .card__content .userform .step-navigation button, .userform .step-navigation .element.bg-yellow .card--staff .card__content button, .element.bg-yellow .card--staff .card__content .userform .step-navigation .button, .userform .step-navigation .element.bg-yellow .card--staff .card__content .button, .element.bg-yellow .card--staff .card__content .userform .step-navigation input[type=submit], .userform .step-navigation .element.bg-yellow .card--staff .card__content input[type=submit] {
  color: #fff !important;
}
.element.bg-yellow .info a:not(.btn):not(.resetformaction) {
  color: #000;
}
.element.bg-yellow .info a:not(.btn):not(.resetformaction):hover {
  color: #eb1517;
}
.element.bg-yellow .info ul li {
  list-style-image: url(../images/svg/bullet-black.svg);
}
.element.bg-yellow .info ol li {
  color: #000;
}

.element--separator:after {
  background-color: #F15B5D;
}
.element--separator.bg-watermelon:after {
  background-color: #fff;
}

.footer {
  background-color: #191919;
}

.bg-watermelon [type=checkbox]:checked + label:before,
.bg-watermelon [type=checkbox]:not(:checked) + label:before,
.bg-watermelon [type=radio]:checked + label:before,
.bg-watermelon [type=radio]:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid #fff;
}
.bg-watermelon [type=checkbox]:checked + label:after,
.bg-watermelon [type=checkbox]:not(:checked) + label:after,
.bg-watermelon [type=radio]:checked + label:after,
.bg-watermelon [type=radio]:not(:checked) + label:after {
  background-color: #fff;
}

.questionnaire-block {
  background-color: transparent;
}

.accordion-block.bg-yellow .accordion-pc__nav .accordion-pc-link {
  color: #000;
}
.accordion-block.bg-yellow .accordion-pc__nav .accordion-pc-link.active {
  color: #fff;
}
.accordion-block.bg-yellow .accordion-pc__nav .accordion-pc-link.active:after {
  background-image: url(../images/svg/angle-right-white.svg);
}
.accordion-block.bg-yellow .accordion-pc__nav .accordion-pc-link:after {
  background-image: url(../images/svg/angle-right-dark.svg);
}
.accordion-block.bg-yellow .accordion-block__title {
  border-color: #000;
}
.accordion-block.bg-yellow .accordion-mobile .card-header .accordion-title:after {
  background-image: url(../images/svg/angle-right-dark.svg);
}
.accordion-block.bg-yellow .accordion-mobile .card-header .accordion-title:not(.collapsed),
.accordion-block.bg-yellow .accordion-mobile .card-header .accordion-title:hover {
  color: #fff;
}
.accordion-block.bg-yellow .accordion-mobile .card-header .accordion-title:not(.collapsed):after,
.accordion-block.bg-yellow .accordion-mobile .card-header .accordion-title:hover:after {
  background-image: url(../images/svg/angle-right-white.svg);
}

.stats-block.bg-yellow .card-stats .title,
.stats-block.bg-yellow .card-stats .count,
.stats-block.bg-yellow .card-stats .number,
.stats-block.bg-yellow .card-stats .reference {
  color: #000;
}
.stats-block.bg-yellow .card-stats:before,
.stats-block.bg-yellow .card-stats:after {
  background-color: #fff;
}

.listing-detail__content {
  background-color: #555555;
}
.listing-detail__content:before {
  background-color: #555555;
}

.search-page__results p {
  color: #fff;
}

.listing-detail-page .gallery-grid__disclaimer {
  color: #fff;
}
.listing-detail-page .gallery-grid__disclaimer a {
  color: #fff;
}