@charset "UTF-8";
/*
! tailwindcss v3.0.11 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #ABABAB;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #ABABAB;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #ABABAB;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role=button] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236/var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw-pointer-events-none {
  pointer-events: none;
}

.tw-invisible {
  visibility: hidden;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}

.tw--bottom-0 {
  bottom: 0px;
}

.tw--left-0\.5 {
  left: -0.125rem;
}

.tw--left-0 {
  left: 0px;
}

.tw-top-4 {
  top: 1rem;
}

.tw-left-4 {
  left: 1rem;
}

.tw-right-4 {
  right: 1rem;
}

.tw-top-0 {
  top: 0px;
}

.tw-left-0 {
  left: 0px;
}

.tw--left-1\/3 {
  left: -33.333333%;
}

.tw-bottom-1\/2 {
  bottom: 50%;
}

.tw-z-30 {
  z-index: 30;
}

.tw-z-10 {
  z-index: 10;
}

.tw-z-0 {
  z-index: 0;
}

.tw-z-50 {
  z-index: 50;
}

.tw-order-last {
  order: 9999;
}

.tw-m-5 {
  margin: 1.25rem;
}

.tw-m-8 {
  margin: 2rem;
}

.tw-m-2 {
  margin: 0.5rem;
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.tw-my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.tw-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.tw-mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.tw-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tw-my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mb-2 {
  margin-bottom: 0.5rem;
}

.tw-mt-4 {
  margin-top: 1rem;
}

.tw-mb-12 {
  margin-bottom: 3rem;
}

.tw-mt-6 {
  margin-top: 1.5rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mr-3 {
  margin-right: 0.75rem;
}

.tw-mr-4 {
  margin-right: 1rem;
}

.tw-ml-3 {
  margin-left: 0.75rem;
}

.tw-ml-2 {
  margin-left: 0.5rem;
}

.tw-mr-1 {
  margin-right: 0.25rem;
}

.tw-ml-4 {
  margin-left: 1rem;
}

.tw-mb-5 {
  margin-bottom: 1.25rem;
}

.tw--mb-4 {
  margin-bottom: -1rem;
}

.tw-mt-5 {
  margin-top: 1.25rem;
}

.tw-mr-2\.5 {
  margin-right: 0.625rem;
}

.tw-ml-2\.5 {
  margin-left: 0.625rem;
}

.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}

.tw-mb-10 {
  margin-bottom: 2.5rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-ml-0 {
  margin-left: 0px;
}

.tw-mt-14 {
  margin-top: 3.5rem;
}

.tw-ml-5 {
  margin-left: 1.25rem;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mt-7 {
  margin-top: 1.75rem;
}

.tw-mr-7 {
  margin-right: 1.75rem;
}

.tw-mr-5 {
  margin-right: 1.25rem;
}

.tw-mt-8 {
  margin-top: 2rem;
}

.tw-ml-1 {
  margin-left: 0.25rem;
}

.tw-mt-12 {
  margin-top: 3rem;
}

.tw-mb-7 {
  margin-bottom: 1.75rem;
}

.tw-mt-1\.5 {
  margin-top: 0.375rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mb-1 {
  margin-bottom: 0.25rem;
}

.tw-mb-8 {
  margin-bottom: 2rem;
}

.tw-mt-0\.5 {
  margin-top: 0.125rem;
}

.tw-mt-0 {
  margin-top: 0px;
}

.tw-mt-9 {
  margin-top: 2.25rem;
}

.tw-mb-14 {
  margin-bottom: 3.5rem;
}

.tw-mb-1\.5 {
  margin-bottom: 0.375rem;
}

.tw-mr-6 {
  margin-right: 1.5rem;
}

.tw-mb-16 {
  margin-bottom: 4rem;
}

.tw-mt-16 {
  margin-top: 4rem;
}

.tw-mb-4 {
  margin-bottom: 1rem;
}

.tw-block {
  display: block;
}

.tw-inline-block {
  display: inline-block;
}

.tw-flex {
  display: flex;
}

.tw-inline-flex {
  display: inline-flex;
}

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-5 {
  height: 1.25rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-14 {
  height: 3.5rem;
}

.tw-h-9 {
  height: 2.25rem;
}

.tw-h-full {
  height: 100%;
}

.tw-h-0 {
  height: 0px;
}

.tw-h-px {
  height: 1px;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-36 {
  height: 9rem;
}

.tw-h-16 {
  height: 4rem;
}

.tw-h-24 {
  height: 6rem;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-\[70px\] {
  height: 70px;
}

.tw-h-\[182px\] {
  height: 182px;
}

.tw-h-1 {
  height: 0.25rem;
}

.tw-h-0\.5 {
  height: 0.125rem;
}

.tw-h-\[110px\] {
  height: 110px;
}

.tw-max-h-\[25px\] {
  max-height: 25px;
}

.tw-max-h-\[72px\] {
  max-height: 72px;
}

.tw-max-h-96 {
  max-height: 24rem;
}

.tw-max-h-full {
  max-height: 100%;
}

.tw-min-h-\[72px\] {
  min-height: 72px;
}

.tw-min-h-screen {
  min-height: 100vh;
}

.tw-w-full {
  width: 100%;
}

.tw-w-6 {
  width: 1.5rem;
}

.tw-w-8 {
  width: 2rem;
}

.tw-w-5 {
  width: 1.25rem;
}

.tw-w-0 {
  width: 0px;
}

.tw-w-\[120px\] {
  width: 120px;
}

.tw-w-\[90px\] {
  width: 90px;
}

.tw-w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.tw-w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tw-w-4 {
  width: 1rem;
}

.tw-w-40 {
  width: 10rem;
}

.tw-w-20 {
  width: 5rem;
}

.tw-w-12 {
  width: 3rem;
}

.tw-w-16 {
  width: 4rem;
}

.tw-w-32 {
  width: 8rem;
}

.tw-w-5\/6 {
  width: 83.333333%;
}

.tw-w-3\/4 {
  width: 75%;
}

.tw-w-1\/3 {
  width: 33.333333%;
}

.tw-w-11\/12 {
  width: 91.666667%;
}

.tw-w-\[155px\] {
  width: 155px;
}

.tw-min-w-full {
  min-width: 100%;
}

.tw-max-w-\[380px\] {
  max-width: 380px;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-max-w-screen-sm {
  max-width: 640px;
}

.tw-max-w-\[500px\] {
  max-width: 500px;
}

.tw-flex-none {
  flex: none;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-shrink {
  flex-shrink: 1;
}

.tw-flex-shrink-0 {
  flex-shrink: 0;
}

.tw-shrink-0 {
  flex-shrink: 0;
}

.tw-flex-grow-0 {
  flex-grow: 0;
}

.tw-flex-grow {
  flex-grow: 1;
}

.tw-grow-0 {
  flex-grow: 0;
}

.tw-rotate-12 {
  --tw-rotate: 12deg;
  transform: var(--tw-transform);
}

.tw-transform {
  transform: var(--tw-transform);
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-cursor-default {
  cursor: default;
}

.tw-cursor-text {
  cursor: text;
}

.tw-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-col-reverse {
  flex-direction: column-reverse;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-flex-nowrap {
  flex-wrap: nowrap;
}

.tw-content-start {
  align-content: flex-start;
}

.tw-items-start {
  align-items: flex-start;
}

.tw-items-center {
  align-items: center;
}

.tw-items-stretch {
  align-items: stretch;
}

.tw-justify-end {
  justify-content: flex-end;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-between {
  justify-content: space-between;
}

.tw-justify-around {
  justify-content: space-around;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-8 {
  gap: 2rem;
}

.tw-gap-y-5 {
  row-gap: 1.25rem;
}

.tw-gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.tw-gap-y-3 {
  row-gap: 0.75rem;
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.tw-gap-x-20 {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.tw-gap-y-4 {
  row-gap: 1rem;
}

.tw-gap-x-7 {
  -moz-column-gap: 1.75rem;
  column-gap: 1.75rem;
}

.tw-gap-y-8 {
  row-gap: 2rem;
}

.tw-gap-x-24 {
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.tw-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.tw-self-end {
  align-self: flex-end;
}

.tw-self-stretch {
  align-self: stretch;
}

.tw-overflow-auto {
  overflow: auto;
}

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-x-auto {
  overflow-x: auto;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.tw-overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.tw-overflow-ellipsis {
  text-overflow: ellipsis;
}

.tw-whitespace-nowrap {
  white-space: nowrap;
}

.tw-rounded-\[20px\] {
  border-radius: 20px;
}

.tw-rounded-3xl {
  border-radius: 1.5rem;
}

.tw-rounded-xl {
  border-radius: 0.75rem;
}

.tw-rounded-lg {
  border-radius: 0.5rem;
}

.tw-rounded-full {
  border-radius: 9999px;
}

.tw-rounded-md {
  border-radius: 0.375rem;
}

.tw-rounded {
  border-radius: 0.25rem;
}

.tw-rounded-2xl {
  border-radius: 1rem;
}

.tw-rounded-none {
  border-radius: 0px;
}

.tw-rounded-t-\[30px\] {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.tw-border {
  border-width: 1px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-4 {
  border-width: 4px;
}

.tw-border-8 {
  border-width: 8px;
}

.tw-border-0 {
  border-width: 0px;
}

.tw-border-b {
  border-bottom-width: 1px;
}

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-t {
  border-top-width: 1px;
}

.tw-border-solid {
  border-style: solid;
}

.tw-border-none {
  border-style: none;
}

.tw-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 82 79/var(--tw-border-opacity));
}

.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236/var(--tw-border-opacity));
}

.tw-border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 114 0/var(--tw-border-opacity));
}

.tw-border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(35 184 229/var(--tw-border-opacity));
}

.tw-border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(255 199 153/var(--tw-border-opacity));
}

.tw-border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249/var(--tw-border-opacity));
}

.tw-border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(255 234 217/var(--tw-border-opacity));
}

.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210/var(--tw-border-opacity));
}

.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}

.tw-border-black-100 {
  --tw-border-opacity: 1;
  border-color: rgb(88 86 87/var(--tw-border-opacity));
}

.tw-border-black-500 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10/var(--tw-border-opacity));
}

.tw-border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.tw-border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.tw-border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.tw-border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.tw-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.tw-bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 104 0/var(--tw-bg-opacity));
}

.tw-bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(70 159 250/var(--tw-bg-opacity));
}

.tw-bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 230 180/var(--tw-bg-opacity));
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 184 229/var(--tw-bg-opacity));
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.tw-bg-\[\#fbfaf9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249/var(--tw-bg-opacity));
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249/var(--tw-bg-opacity));
}

.tw-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246/var(--tw-bg-opacity));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 114 0/var(--tw-bg-opacity));
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 82 79/var(--tw-bg-opacity));
}

.tw-bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 171 171/var(--tw-bg-opacity));
}

.tw-bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(50 170 5/var(--tw-bg-opacity));
}

.tw-bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 162 5/var(--tw-bg-opacity));
}

.tw-bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 175 218/var(--tw-bg-opacity));
}

.tw-bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 101 101/var(--tw-bg-opacity));
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236/var(--tw-bg-opacity));
}

.tw-bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242/var(--tw-bg-opacity));
}

.tw-bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 217/var(--tw-bg-opacity));
}

.tw-bg-black-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10/var(--tw-bg-opacity));
}

.tw-bg-brown-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 40 16/var(--tw-bg-opacity));
}

.tw-bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 180 0/var(--tw-bg-opacity));
}

.tw-bg-black-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 38 39/var(--tw-bg-opacity));
}

.tw-bg-black-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 22 22/var(--tw-bg-opacity));
}

.tw-bg-brown-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 220 180/var(--tw-bg-opacity));
}

.tw-bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.tw-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.tw-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.tw-bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.tw-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.tw-bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.tw-from-black-500 {
  --tw-gradient-from: #0A0A0A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(10 10 10 / 0));
}

.tw-from-orange-400 {
  --tw-gradient-from: #FF8E33;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 142 51 / 0));
}

.tw-from-yellow-400 {
  --tw-gradient-from: #FFD266;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 210 102 / 0));
}

.tw-from-blue-500 {
  --tw-gradient-from: #23B8E5;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(35 184 229 / 0));
}

.tw-from-black-200 {
  --tw-gradient-from: #484647;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(72 70 71 / 0));
}

.tw-from-orange-500 {
  --tw-gradient-from: #FF7200;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 114 0 / 0));
}

.tw-from-yellow-500 {
  --tw-gradient-from: #FFB400;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 180 0 / 0));
}

.tw-from-black-400 {
  --tw-gradient-from: #171616;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(23 22 22 / 0));
}

.tw-from-gray-100 {
  --tw-gradient-from: #f9f9f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(249 249 249 / 0));
}

.tw-to-orange-600 {
  --tw-gradient-to: #E66800;
}

.tw-to-yellow-500 {
  --tw-gradient-to: #FFB400;
}

.tw-to-blue-600 {
  --tw-gradient-to: #21AFDA;
}

.tw-to-black-300 {
  --tw-gradient-to: #282627;
}

.tw-bg-cover {
  background-size: cover;
}

.tw-bg-\[length\:auto_300px\] {
  background-size: auto 300px;
}

.tw-bg-center {
  background-position: center;
}

.tw-bg-bottom {
  background-position: bottom;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-2\.5 {
  padding: 0.625rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-3 {
  padding: 0.75rem;
}

.tw-p-1\.5 {
  padding: 0.375rem;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-8 {
  padding: 2rem;
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tw-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.tw-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.tw-px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.tw-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tw-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.tw-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.tw-py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tw-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.tw-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.tw-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.tw-pl-11 {
  padding-left: 2.75rem;
}

.tw-pr-10 {
  padding-right: 2.5rem;
}

.tw-pb-4 {
  padding-bottom: 1rem;
}

.tw-pb-5 {
  padding-bottom: 1.25rem;
}

.tw-pr-5 {
  padding-right: 1.25rem;
}

.tw-pr-14 {
  padding-right: 3.5rem;
}

.tw-pb-0 {
  padding-bottom: 0px;
}

.tw-pl-2\.5 {
  padding-left: 0.625rem;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

.tw-pb-10 {
  padding-bottom: 2.5rem;
}

.tw-pl-8 {
  padding-left: 2rem;
}

.tw-pt-14 {
  padding-top: 3.5rem;
}

.tw-pt-8 {
  padding-top: 2rem;
}

.tw-pt-5 {
  padding-top: 1.25rem;
}

.tw-pb-\[320px\] {
  padding-bottom: 320px;
}

.tw-pt-7 {
  padding-top: 1.75rem;
}

.tw-pt-6 {
  padding-top: 1.5rem;
}

.tw-pt-9 {
  padding-top: 2.25rem;
}

.tw-pb-9 {
  padding-bottom: 2.25rem;
}

.tw-text-left {
  text-align: left;
}

.tw-text-center {
  text-align: center;
}

.tw-text-right {
  text-align: right;
}

.tw-align-middle {
  vertical-align: middle;
}

.tw-text-md {
  font-size: 1.25rem;
  line-height: 2rem;
}

.tw-text-3xl {
  font-size: 3rem;
  line-height: 4rem;
}

.tw-text-\[18px\] {
  font-size: 18px;
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.tw-text-2xl {
  font-size: 2.25rem;
  line-height: 3rem;
}

.tw-text-lg {
  font-size: 1.5rem;
  line-height: 2rem;
}

.tw-text-sm {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-xl {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tw-text-\[11px\] {
  font-size: 11px;
}

.tw-text-\[13px\] {
  font-size: 13px;
}

.tw-text-\[14px\] {
  font-size: 14px;
}

.tw-font-400 {
  font-weight: 400;
}

.tw-font-500 {
  font-weight: 500;
}

.tw-font-600 {
  font-weight: 600;
}

.tw-font-700 {
  font-weight: 700;
}

.tw-font-800 {
  font-weight: 800;
}

.tw-font-900 {
  font-weight: 900;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-font-medium {
  font-weight: 500;
}

.tw-font-semibold {
  font-weight: 600;
}

.tw-font-extrabold {
  font-weight: 800;
}

.tw-font-light {
  font-weight: 300;
}

.tw-uppercase {
  text-transform: uppercase;
}

.tw-italic {
  font-style: italic;
}

.tw-leading-7 {
  line-height: 1.75rem;
}

.tw-leading-5 {
  line-height: 1.25rem;
}

.tw-leading-normal {
  line-height: 1.5;
}

.tw-leading-none {
  line-height: 1;
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.tw-text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(244 251 254/var(--tw-text-opacity));
}

.tw-text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(35 184 229/var(--tw-text-opacity));
}

.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(245 82 79/var(--tw-text-opacity));
}

.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(171 171 171/var(--tw-text-opacity));
}

.tw-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(255 114 0/var(--tw-text-opacity));
}

.tw-text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10/var(--tw-text-opacity));
}

.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(126 126 126/var(--tw-text-opacity));
}

.tw-text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(255 180 0/var(--tw-text-opacity));
}

.tw-text-current {
  color: currentColor;
}

.tw-text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(255 199 153/var(--tw-text-opacity));
}

.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(101 101 101/var(--tw-text-opacity));
}

.tw-text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(50 170 5/var(--tw-text-opacity));
}

.tw-text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(247 117 114/var(--tw-text-opacity));
}

.tw-text-brown-500 {
  --tw-text-opacity: 1;
  color: rgb(83 40 16/var(--tw-text-opacity));
}

.tw-text-\[\#D2A97B\] {
  --tw-text-opacity: 1;
  color: rgb(210 169 123/var(--tw-text-opacity));
}

.tw-text-\[\#D0B7A9\] {
  --tw-text-opacity: 1;
  color: rgb(208 183 169/var(--tw-text-opacity));
}

.tw-text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.tw-text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.tw-text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.tw-underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.tw-no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.tw-placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210/var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-300:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210/var(--tw-placeholder-opacity));
}

.tw-placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(210 210 210/var(--tw-placeholder-opacity));
}

.tw-opacity-50 {
  opacity: 0.5;
}

.tw-opacity-60 {
  opacity: 0.6;
}

.tw-opacity-30 {
  opacity: 0.3;
}

.tw-opacity-75 {
  opacity: 0.75;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 10px 10px -5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.tw-filter {
  filter: var(--tw-filter);
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.tw-duration-1000 {
  transition-duration: 1000ms;
}

.tw-line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}
@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}
@media (min-width: 1180px) {
  .tw-container {
    max-width: 1180px;
  }
}
img {
  display: inline-block;
}

.first\:tw-ml-0:first-child {
  margin-left: 0px;
}

.last\:tw-mb-0:last-child {
  margin-bottom: 0px;
}

.last\:tw-mr-0:last-child {
  margin-right: 0px;
}

.last\:tw-mr-1:last-child {
  margin-right: 0.25rem;
}

.last\:tw-border-0:last-child {
  border-width: 0px;
}

.last\:tw-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last-of-type\:tw-border-0:last-of-type {
  border-width: 0px;
}

.focus-within\:tw-border-orange-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(255 114 0/var(--tw-border-opacity));
}

.focus-within\:tw-border-red-500:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(245 82 79/var(--tw-border-opacity));
}

.focus-within\:tw-bg-orange-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242/var(--tw-bg-opacity));
}

.focus-within\:tw-bg-red-100:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 246/var(--tw-bg-opacity));
}

.hover\:tw-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:tw-border:hover {
  border-width: 1px;
}

.hover\:tw-border-red-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 82 79/var(--tw-border-opacity));
}

.hover\:tw-border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 114 0/var(--tw-border-opacity));
}

.hover\:tw-border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(35 184 229/var(--tw-border-opacity));
}

.hover\:tw-border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 142 51/var(--tw-border-opacity));
}

.hover\:tw-border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210/var(--tw-border-opacity));
}

.hover\:tw-border-opacity-50:hover {
  --tw-border-opacity: 0.5;
}

.hover\:tw-bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 104 0/var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249/var(--tw-bg-opacity));
}

.hover\:tw-bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 242/var(--tw-bg-opacity));
}

.hover\:tw-bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 254/var(--tw-bg-opacity));
}

.hover\:tw-bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 66 63/var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 126 126/var(--tw-bg-opacity));
}

.hover\:tw-bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 162 5/var(--tw-bg-opacity));
}

.hover\:tw-bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 175 218/var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236/var(--tw-bg-opacity));
}

.hover\:tw-bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 217/var(--tw-bg-opacity));
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

.hover\:tw-bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 199 153/var(--tw-bg-opacity));
}

.hover\:tw-bg-brown-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 32 11/var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 217/var(--tw-bg-opacity));
}

.hover\:tw-bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 171 0/var(--tw-bg-opacity));
}

.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210/var(--tw-bg-opacity));
}

.hover\:tw-bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:tw-font-700:hover {
  font-weight: 700;
}

.hover\:tw-text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(255 114 0/var(--tw-text-opacity));
}

.hover\:tw-text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.hover\:tw-underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.hover\:tw-opacity-100:hover {
  opacity: 1;
}

.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-filter);
}

.focus\:tw-bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236/var(--tw-bg-opacity));
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:tw-opacity-50:disabled {
  opacity: 0.5;
}

.tw-group:hover .group-hover\:tw-scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: var(--tw-transform);
}

.tw-group:hover .group-hover\:tw-transform {
  transform: var(--tw-transform);
}

@media (min-width: 640px) {
  .sm\:tw-my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .tw--mt-4 {
    margin-top: -1rem;
  }

  .sm\:tw-mr-20 {
    margin-right: 5rem;
  }

  .sm\:tw-mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:tw-mr-0 {
    margin-right: 0px;
  }

  .sm\:tw-mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:tw-mt-0 {
    margin-top: 0px;
  }

  .sm\:tw-ml-12 {
    margin-left: 3rem;
  }

  .sm\:tw-mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:tw-mr-8 {
    margin-right: 2rem;
  }

  .sm\:tw-mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:tw-mt-20 {
    margin-top: 5rem;
  }

  .sm\:tw-block {
    display: block;
  }

  .sm\:tw-hidden {
    display: none;
  }

  .sm\:tw-h-24 {
    height: 6rem;
  }

  .sm\:tw-h-6 {
    height: 1.5rem;
  }

  .sm\:tw-w-16 {
    width: 4rem;
  }

  .sm\:tw-w-52 {
    width: 13rem;
  }

  .sm\:tw-w-auto {
    width: auto;
  }

  .sm\:tw-w-0\.5 {
    width: 0.125rem;
  }

  .sm\:tw-w-0 {
    width: 0px;
  }

  .sm\:tw-max-w-\[420px\] {
    max-width: 420px;
  }

  .sm\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .sm\:tw-flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:tw-flex-row {
    flex-direction: row;
  }

  .sm\:tw-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:tw-flex-col {
    flex-direction: column;
  }

  .sm\:tw-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:tw-items-center {
    align-items: center;
  }

  .sm\:tw-items-stretch {
    align-items: stretch;
  }

  .sm\:tw-gap-y-6 {
    row-gap: 1.5rem;
  }

  .sm\:tw-self-start {
    align-self: flex-start;
  }

  .sm\:tw-self-end {
    align-self: flex-end;
  }

  .sm\:tw-border-orange-200 {
    --tw-border-opacity: 1;
    border-color: rgb(255 234 217/var(--tw-border-opacity));
  }

  .sm\:tw-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
  }

  .sm\:tw-p-12 {
    padding: 3rem;
  }

  .sm\:tw-p-3 {
    padding: 0.75rem;
  }

  .sm\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:tw-py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:tw-py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:tw-pt-20 {
    padding-top: 5rem;
  }

  .sm\:tw-pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:tw-pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:tw-text-center {
    text-align: center;
  }

  .sm\:tw-text-right {
    text-align: right;
  }

  .sm\:tw-text-justify {
    text-align: justify;
  }

  .sm\:tw-text-3xl {
    font-size: 3rem;
    line-height: 4rem;
  }

  .sm\:tw-text-lg {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:tw-text-md {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .sm\:tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {
  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-ml-5 {
    margin-left: 1.25rem;
  }

  .md\:tw-mr-0 {
    margin-right: 0px;
  }

  .md\:tw-mt-7 {
    margin-top: 1.75rem;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-mb-16 {
    margin-bottom: 4rem;
  }

  .md\:tw-inline-block {
    display: inline-block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-grid {
    display: grid;
  }

  .md\:tw-h-\[110px\] {
    height: 110px;
  }

  .md\:tw-min-h-\[68rem\] {
    min-height: 68rem;
  }

  .md\:tw-w-\[340px\] {
    width: 340px;
  }

  .md\:tw-w-72 {
    width: 18rem;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-4\/5 {
    width: 80%;
  }

  .md\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .md\:tw-w-52 {
    width: 13rem;
  }

  .md\:tw-w-96 {
    width: 24rem;
  }

  .md\:tw-max-w-\[20rem\] {
    max-width: 20rem;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0%;
  }

  .md\:tw-flex-auto {
    flex: 1 1 auto;
  }

  .md\:tw-flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:tw-shrink {
    flex-shrink: 1;
  }

  .md\:tw-grow {
    flex-grow: 1;
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-flex-col {
    flex-direction: column;
  }

  .md\:tw-flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:tw-gap-x-40 {
    -moz-column-gap: 10rem;
    column-gap: 10rem;
  }

  .md\:tw-gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .md\:tw-rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:tw-bg-\[length\:auto_100\%\] {
    background-size: auto 100%;
  }

  .md\:tw-bg-right-bottom {
    background-position: right bottom;
  }

  .md\:tw-bg-right-top {
    background-position: right top;
  }

  .md\:tw-p-24 {
    padding: 6rem;
  }

  .md\:tw-p-8 {
    padding: 2rem;
  }

  .md\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:tw-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:tw-py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:tw-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:tw-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:tw-py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .md\:tw-py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:tw-pr-28 {
    padding-right: 7rem;
  }

  .md\:tw-pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:tw-pt-24 {
    padding-top: 6rem;
  }

  .md\:tw-pb-40 {
    padding-bottom: 10rem;
  }

  .md\:tw-pb-4 {
    padding-bottom: 1rem;
  }

  .md\:tw-pt-52 {
    padding-top: 13rem;
  }

  .md\:tw-pt-32 {
    padding-top: 8rem;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem;
  }

  .md\:tw-pb-52 {
    padding-bottom: 13rem;
  }

  .md\:tw-pb-32 {
    padding-bottom: 8rem;
  }

  .md\:tw-pb-16 {
    padding-bottom: 4rem;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-center {
    text-align: center;
  }

  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:tw-text-lg {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:tw-text-md {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 1180px) {
  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-gap-y-28 {
    row-gap: 7rem;
  }

  .lg\:tw-gap-x-36 {
    -moz-column-gap: 9rem;
    column-gap: 9rem;
  }

  .lg\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:tw-text-4xl {
    font-size: 3.75rem;
    line-height: 5rem;
  }

  .xl\:tw-w-20 {
    width: 5rem;
  }

  .xl\:tw-w-64 {
    width: 16rem;
  }

  .xl\:tw-text-md {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=slick.min.css.map */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions ================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .container {
    padding-left: calc(max(15px, env(safe-area-inset-left)));
    padding-right: calc(max(15px, env(safe-area-inset-right)));
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 991px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1199px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .container-fluid {
    padding-left: calc(max(15px, env(safe-area-inset-left)));
    padding-right: calc(max(15px, env(safe-area-inset-right)));
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24 {
    float: left;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333333%;
  }

  .col-sm-22 {
    width: 91.66666667%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-20 {
    width: 83.33333333%;
  }

  .col-sm-19 {
    width: 79.16666667%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-17 {
    width: 70.83333333%;
  }

  .col-sm-16 {
    width: 66.66666667%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-14 {
    width: 58.33333333%;
  }

  .col-sm-13 {
    width: 54.16666667%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-11 {
    width: 45.83333333%;
  }

  .col-sm-10 {
    width: 41.66666667%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-8 {
    width: 33.33333333%;
  }

  .col-sm-7 {
    width: 29.16666667%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-5 {
    width: 20.83333333%;
  }

  .col-sm-4 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 8.33333333%;
  }

  .col-sm-1 {
    width: 4.16666667%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .col-sm-pull-1 {
    right: 4.16666667%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-push-23 {
    left: 95.83333333%;
  }

  .col-sm-push-22 {
    left: 91.66666667%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-20 {
    left: 83.33333333%;
  }

  .col-sm-push-19 {
    left: 79.16666667%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-17 {
    left: 70.83333333%;
  }

  .col-sm-push-16 {
    left: 66.66666667%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-14 {
    left: 58.33333333%;
  }

  .col-sm-push-13 {
    left: 54.16666667%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-11 {
    left: 45.83333333%;
  }

  .col-sm-push-10 {
    left: 41.66666667%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-8 {
    left: 33.33333333%;
  }

  .col-sm-push-7 {
    left: 29.16666667%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 20.83333333%;
  }

  .col-sm-push-4 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 8.33333333%;
  }

  .col-sm-push-1 {
    left: 4.16666667%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

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

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

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

  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24 {
    float: left;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333333%;
  }

  .col-md-22 {
    width: 91.66666667%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-20 {
    width: 83.33333333%;
  }

  .col-md-19 {
    width: 79.16666667%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-17 {
    width: 70.83333333%;
  }

  .col-md-16 {
    width: 66.66666667%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-14 {
    width: 58.33333333%;
  }

  .col-md-13 {
    width: 54.16666667%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-11 {
    width: 45.83333333%;
  }

  .col-md-10 {
    width: 41.66666667%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-8 {
    width: 33.33333333%;
  }

  .col-md-7 {
    width: 29.16666667%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-5 {
    width: 20.83333333%;
  }

  .col-md-4 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 8.33333333%;
  }

  .col-md-1 {
    width: 4.16666667%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333333%;
  }

  .col-md-pull-22 {
    right: 91.66666667%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-20 {
    right: 83.33333333%;
  }

  .col-md-pull-19 {
    right: 79.16666667%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-17 {
    right: 70.83333333%;
  }

  .col-md-pull-16 {
    right: 66.66666667%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-14 {
    right: 58.33333333%;
  }

  .col-md-pull-13 {
    right: 54.16666667%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-11 {
    right: 45.83333333%;
  }

  .col-md-pull-10 {
    right: 41.66666667%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-8 {
    right: 33.33333333%;
  }

  .col-md-pull-7 {
    right: 29.16666667%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 20.83333333%;
  }

  .col-md-pull-4 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 8.33333333%;
  }

  .col-md-pull-1 {
    right: 4.16666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-push-23 {
    left: 95.83333333%;
  }

  .col-md-push-22 {
    left: 91.66666667%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-20 {
    left: 83.33333333%;
  }

  .col-md-push-19 {
    left: 79.16666667%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-17 {
    left: 70.83333333%;
  }

  .col-md-push-16 {
    left: 66.66666667%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-14 {
    left: 58.33333333%;
  }

  .col-md-push-13 {
    left: 54.16666667%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-11 {
    left: 45.83333333%;
  }

  .col-md-push-10 {
    left: 41.66666667%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-8 {
    left: 33.33333333%;
  }

  .col-md-push-7 {
    left: 29.16666667%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 20.83333333%;
  }

  .col-md-push-4 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 8.33333333%;
  }

  .col-md-push-1 {
    left: 4.16666667%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

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

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

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

  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
    float: left;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333333%;
  }

  .col-lg-22 {
    width: 91.66666667%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-20 {
    width: 83.33333333%;
  }

  .col-lg-19 {
    width: 79.16666667%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-17 {
    width: 70.83333333%;
  }

  .col-lg-16 {
    width: 66.66666667%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-14 {
    width: 58.33333333%;
  }

  .col-lg-13 {
    width: 54.16666667%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-11 {
    width: 45.83333333%;
  }

  .col-lg-10 {
    width: 41.66666667%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-8 {
    width: 33.33333333%;
  }

  .col-lg-7 {
    width: 29.16666667%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-5 {
    width: 20.83333333%;
  }

  .col-lg-4 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 8.33333333%;
  }

  .col-lg-1 {
    width: 4.16666667%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .col-lg-pull-1 {
    right: 4.16666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-push-23 {
    left: 95.83333333%;
  }

  .col-lg-push-22 {
    left: 91.66666667%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-20 {
    left: 83.33333333%;
  }

  .col-lg-push-19 {
    left: 79.16666667%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-17 {
    left: 70.83333333%;
  }

  .col-lg-push-16 {
    left: 66.66666667%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-14 {
    left: 58.33333333%;
  }

  .col-lg-push-13 {
    left: 54.16666667%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-11 {
    left: 45.83333333%;
  }

  .col-lg-push-10 {
    left: 41.66666667%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-8 {
    left: 33.33333333%;
  }

  .col-lg-push-7 {
    left: 29.16666667%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 20.83333333%;
  }

  .col-lg-push-4 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 8.33333333%;
  }

  .col-lg-push-1 {
    left: 4.16666667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857143;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
}

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

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 2.2em;
}

h2,
.h2 {
  font-size: 2em;
  margin: 15px 0;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 1.6;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  line-height: 1.4;
  margin: 0 0 10px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 90%;
}

.large {
  font-size: 1.3em;
}

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  background-color: #337ab7;
  color: #fff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ol {
  margin-bottom: 10px;
  margin-top: 0;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  border-bottom: 1px dotted #777;
  cursor: help;
}

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

blockquote {
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  font-style: normal;
  line-height: 1.42857143;
  margin-bottom: 20px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}

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

body,
html {
  background-color: #FDFCFC;
  color: #0A0A0A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.with-modal,
html.with-modal {
  overflow: hidden;
}

p {
  margin-top: 10px;
  line-height: 26px;
}

.tooltipstered {
  background: url("/img/icons/question.svg") no-repeat center center;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  position: relative;
  top: 3px;
  width: 16px;
}
.tooltipstered.blue, .tooltipstered:hover {
  background-image: url("/img/icons/question_b.svg");
}
.tooltipstered.noicon {
  background: none;
  height: auto;
  margin: 0;
  position: static;
  width: auto;
}

.pre-wrap {
  white-space: pre-wrap;
}

.ui-button {
  display: inline-flex;
  position: relative;
  padding: 0 15px;
  height: 50px;
  border: 1px solid #F1F1F1;
  border-radius: 1px;
  cursor: pointer;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  color: #0A0A0A;
  font-weight: 600;
  transition: 180ms;
  transition-property: border-color, background-color, color, opacity;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.ui-button img {
  margin-right: 10px;
}
.ui-button + .ui-button {
  margin-left: 7.5px;
}
.ui-button:hover, .ui-button:focus {
  outline: none;
}
.ui-button:hover {
  background-color: #fafafa;
}
.ui-button.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
  background-color: #bbb;
}
.ui-button.blue {
  background-color: #23b7e5;
  border: 1px solid #23b7e5;
  color: #fff;
}
.ui-button.blue:hover {
  background-color: #19a9d5;
}

.ui-button--svg-icon {
  position: relative;
  display: inline-block;
  top: 5px;
  margin-right: 10px;
}

.ui-card {
  background-color: #fff;
  border: 1px #F1F1F1 solid;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.nav-bar {
  margin-top: 40px;
  border-bottom: 1px #E6E6E6 solid;
  padding-bottom: 20px;
}
.nav-bar a {
  text-decoration: none;
  color: #848484;
  font-size: 22px;
  margin-right: 25px;
  display: inline-block;
  position: relative;
}
.nav-bar a.active {
  font-weight: 700;
  color: #0A0A0A;
}
.nav-bar .nav-bar--jobs-count {
  position: absolute;
  top: -10px;
  min-width: 25px;
  text-align: center;
  right: -30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 2px 4px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .nav-bar {
    margin-top: 20px;
  }
}
.ui-card--content {
  padding: 0 20px;
  padding-bottom: 20px;
}

.general-text--title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: -10px;
}

.general-text--paragraph {
  line-height: 24px;
  margin: 0;
  margin-top: 20px;
  white-space: pre-wrap;
}

.general-text--list {
  margin-top: 20px;
}

.general-text--spacer {
  height: 1px;
  background-color: #E6E6E6;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}

.general-text--link {
  margin-top: 5px;
}
.general-text--link a {
  text-decoration: none;
}

.general-text--list-item {
  margin: 10px 20px;
  line-height: 28px;
  position: relative;
}
.general-text--list-item:last-of-type {
  margin-bottom: 0;
}

.general-text--list-item-bullet {
  position: absolute;
  top: 0;
  left: -15px;
}

.icon-list .ui-card--content {
  padding: 0;
}

.icon-list--item {
  display: flex;
  padding: 20px;
  border-bottom: 1px #E6E6E6 solid;
}
.icon-list--item:last-of-type {
  border-bottom: none;
}

.icon-list--item-content {
  line-height: 24px;
  margin-top: 5px;
}

.icon-list--item-image {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.icon-list--item-left {
  text-align: center;
  padding-top: 5px;
}
.icon-list--item-left img {
  max-width: 40px;
}

.icon-list--item-title {
  font-weight: 700;
  font-size: 18px;
}

.icon-list--item-right {
  padding-left: 20px;
}

.title-card--title {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  border-bottom: 1px #E6E6E6 solid;
}

.title-card--action {
  font-weight: 600;
  font-size: 16px;
  background-color: #F9F9F9;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 10px;
  float: right;
  position: relative;
  top: -5px;
}
.title-card--action:hover {
  background-color: #f4f4f4;
}

.link-button a {
  display: inline-block;
  text-decoration: none;
  background-color: #F9F9F9;
  padding: 10px;
  font-weight: 600;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.link-button a:hover {
  background-color: #f4f4f4;
}

.ui-image--container {
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.ui-image--container img {
  width: 100%;
}

.ui-empty-message {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
}

.ui-footer {
  border-top: 1px #EAEAEA solid;
  margin-top: 20px;
  padding: 30px 0;
  text-align: center;
}

.ui-footer--logo img {
  width: 120px;
  cursor: pointer;
}
.ui-footer--logo div {
  margin-top: 15px;
}

.ui-language-selector {
  display: inline-block;
  margin: 6px 0 0;
  position: relative;
  vertical-align: top;
}
.ui-language-selector img {
  border: 2px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 34px;
  margin: 5px;
}
.ui-language-selector .menu {
  background-color: #fff;
  border-radius: 15px;
  display: none;
  left: 0;
  margin: 0;
  position: absolute;
  z-index: 5;
}
.ui-language-selector .menu img {
  border-color: #eee;
  display: block;
}
.ui-language-selector .menu img:hover {
  border-color: #23b7e5;
}
.ui-language-selector:hover .menu {
  display: block;
}
@media (max-width: 1201px) {
  .ui-language-selector .chosen-locale {
    display: none;
  }
  .ui-language-selector .menu {
    background-color: transparent;
    position: relative;
    display: block;
  }
  .ui-language-selector .menu img {
    float: left;
  }
}

.profile-company-header {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.profile-company-header--image {
  height: 300px;
  position: relative;
  top: 21px;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.profile-company-header--left, .profile-company-header--right {
  width: 100%;
  flex: 1;
}

.profile-company-header--title {
  font-size: 60px;
  font-weight: 900;
  margin: 20px 0;
  line-height: 75px;
  padding-right: 120px;
}

.profile-company-header--logo-container {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.profile-company-header--logo-image-container {
  background-color: #fff;
  border: 1px #F1F1F1 solid;
  margin-right: 20px;
  padding: 5px;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.profile-company-header--logo-image-container img {
  display: inline-block;
  max-height: 70px;
}

.profile-company-header--name {
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .profile-company-header--title {
    font-size: 48px;
    line-height: 60px;
    padding-right: 40px;
  }

  .profile-company-header--image {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .profile-company-header--title {
    font-size: 35px;
    line-height: 44px;
    padding-right: 40px;
  }

  .profile-company-header--image {
    height: 280px;
  }

  .profile-company-header--logo-container {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .profile-company-header {
    flex-direction: column;
  }

  .profile-company-header--image {
    width: 100%;
  }

  .profile-company-header--actions {
    margin-bottom: 30px;
  }

  .profile-company-header--title {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.profile-grid {
  padding: 20px 0;
  padding-bottom: 40px;
}

.masonry {
  column-count: 3;
  column-gap: 20px;
}

.masonry-item {
  break-inside: avoid;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 1199px) {
  .masonry {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .masonry {
    column-count: 1;
  }
}
.social-list .ui-card {
  overflow: hidden;
}
.social-list .icon-list--item-left {
  top: 0;
}
.social-list .icon-list--item {
  align-items: center;
  padding: 20px 15px;
  background-image: url("/img/icons/arrow-right.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
}
.social-list .icon-list--item:hover {
  background-color: #fafafa;
}
.social-list .icon-list--item-title {
  font-weight: 400;
  font-size: 18px;
}
.social-list .icon-list--item-right {
  padding-left: 13px;
}

.perks-list .icon-list--item-right {
  padding-left: 15px;
}
.perks-list .icon-list--item-content {
  color: #848484;
  font-size: 16px;
  margin-top: 0px;
}

.location-pin .ui-card--content {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.location-pin .location-pin--address {
  font-size: 20px;
  margin-top: 15px;
}
.location-pin .location-pin--action {
  margin-top: 20px;
}

.profile-statistics .ui-card--content {
  padding-top: 20px;
  text-align: center;
}

.profile-statistics--number {
  font-size: 60px;
  font-weight: 900;
}

.profile-statistics--title {
  font-size: 25px;
}

.profile-statistics--slider {
  margin-top: 15px;
}

.profile-statistics--slider-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background-color: #E6E6E6;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.profile-statistics--transition.fadeIn {
  animation: fadeIn 0.2s ease-in-out forwards;
  opacity: 0;
}
.profile-statistics--transition.fadeOut {
  animation: fadeOut 0.2s ease-in-out forwards;
  opacity: 1;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quadrant-stats .ui-card--content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
}

.quadrant-stats--item {
  width: 50%;
  min-width: 50%;
  text-align: center;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quadrant-stats--item.with-icon {
  flex-direction: row;
  align-items: center;
}
.quadrant-stats--item:nth-of-type(1) {
  border-right: 1px #E6E6E6 solid;
}
.quadrant-stats--item:nth-of-type(3) {
  border-top: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
}
.quadrant-stats--item:nth-of-type(4) {
  border-top: 1px #E6E6E6 solid;
}
.quadrant-stats--item.full-width {
  width: 100%;
}
.quadrant-stats--item.full-width:nth-of-type(1) {
  border-right: none;
  border-bottom: none;
}
.quadrant-stats--item.full-width:nth-of-type(3) {
  border-right: none;
  border-top: 1px #E6E6E6 solid;
}

.quadrant-stats--item-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 100%;
}

.quadrant-stats--item-title {
  font-size: 26px;
  font-weight: 700;
}

.quadrant-stats--item-content {
  color: #848484;
}

.newest-jobs .ui-card--content {
  padding: 0;
}

.newest-jobs--container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.newest-jobs--logo {
  height: 50px;
}

.newest-jobs--brand {
  font-size: 16px;
}

.newest-jobs--title {
  font-weight: 600;
  margin: 5px 0;
  font-size: 16px;
}

.newest-jobs--date {
  font-size: 14px;
  color: #848484;
  margin-top: 5px;
}

.newest-jobs--empty-logo {
  width: 100%;
  text-align: center;
}
.newest-jobs--empty-logo img {
  width: 80px;
}

.newest-jobs--item {
  padding: 15px;
  width: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newest-jobs--item:nth-of-type(1) {
  border-right: 1px #E6E6E6 solid;
}
.newest-jobs--item:nth-of-type(3) {
  border-top: 1px #E6E6E6 solid;
  border-right: 1px #E6E6E6 solid;
}
.newest-jobs--item:nth-of-type(4) {
  border-top: 1px #E6E6E6 solid;
}
.newest-jobs--item.full-width {
  width: 100%;
}
.newest-jobs--item.full-width:nth-of-type(1) {
  border-right: none;
  border-bottom: none;
}
.newest-jobs--item.full-width:nth-of-type(3) {
  border-right: none;
  border-top: 1px #E6E6E6 solid;
}

.achievements-list .icon-list--item {
  align-items: center;
}
.achievements-list .icon-list--item-title {
  font-weight: 400;
}

.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions ================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .container {
    padding-left: calc(max(15px, env(safe-area-inset-left)));
    padding-right: calc(max(15px, env(safe-area-inset-right)));
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@supports (padding: max(0px)) {
  .container-fluid {
    padding-left: calc(max(15px, env(safe-area-inset-left)));
    padding-right: calc(max(15px, env(safe-area-inset-right)));
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24 {
    float: left;
  }

  .col-sm-24 {
    width: 100%;
  }

  .col-sm-23 {
    width: 95.83333333%;
  }

  .col-sm-22 {
    width: 91.66666667%;
  }

  .col-sm-21 {
    width: 87.5%;
  }

  .col-sm-20 {
    width: 83.33333333%;
  }

  .col-sm-19 {
    width: 79.16666667%;
  }

  .col-sm-18 {
    width: 75%;
  }

  .col-sm-17 {
    width: 70.83333333%;
  }

  .col-sm-16 {
    width: 66.66666667%;
  }

  .col-sm-15 {
    width: 62.5%;
  }

  .col-sm-14 {
    width: 58.33333333%;
  }

  .col-sm-13 {
    width: 54.16666667%;
  }

  .col-sm-12 {
    width: 50%;
  }

  .col-sm-11 {
    width: 45.83333333%;
  }

  .col-sm-10 {
    width: 41.66666667%;
  }

  .col-sm-9 {
    width: 37.5%;
  }

  .col-sm-8 {
    width: 33.33333333%;
  }

  .col-sm-7 {
    width: 29.16666667%;
  }

  .col-sm-6 {
    width: 25%;
  }

  .col-sm-5 {
    width: 20.83333333%;
  }

  .col-sm-4 {
    width: 16.66666667%;
  }

  .col-sm-3 {
    width: 12.5%;
  }

  .col-sm-2 {
    width: 8.33333333%;
  }

  .col-sm-1 {
    width: 4.16666667%;
  }

  .col-sm-pull-24 {
    right: 100%;
  }

  .col-sm-pull-23 {
    right: 95.83333333%;
  }

  .col-sm-pull-22 {
    right: 91.66666667%;
  }

  .col-sm-pull-21 {
    right: 87.5%;
  }

  .col-sm-pull-20 {
    right: 83.33333333%;
  }

  .col-sm-pull-19 {
    right: 79.16666667%;
  }

  .col-sm-pull-18 {
    right: 75%;
  }

  .col-sm-pull-17 {
    right: 70.83333333%;
  }

  .col-sm-pull-16 {
    right: 66.66666667%;
  }

  .col-sm-pull-15 {
    right: 62.5%;
  }

  .col-sm-pull-14 {
    right: 58.33333333%;
  }

  .col-sm-pull-13 {
    right: 54.16666667%;
  }

  .col-sm-pull-12 {
    right: 50%;
  }

  .col-sm-pull-11 {
    right: 45.83333333%;
  }

  .col-sm-pull-10 {
    right: 41.66666667%;
  }

  .col-sm-pull-9 {
    right: 37.5%;
  }

  .col-sm-pull-8 {
    right: 33.33333333%;
  }

  .col-sm-pull-7 {
    right: 29.16666667%;
  }

  .col-sm-pull-6 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 20.83333333%;
  }

  .col-sm-pull-4 {
    right: 16.66666667%;
  }

  .col-sm-pull-3 {
    right: 12.5%;
  }

  .col-sm-pull-2 {
    right: 8.33333333%;
  }

  .col-sm-pull-1 {
    right: 4.16666667%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-24 {
    left: 100%;
  }

  .col-sm-push-23 {
    left: 95.83333333%;
  }

  .col-sm-push-22 {
    left: 91.66666667%;
  }

  .col-sm-push-21 {
    left: 87.5%;
  }

  .col-sm-push-20 {
    left: 83.33333333%;
  }

  .col-sm-push-19 {
    left: 79.16666667%;
  }

  .col-sm-push-18 {
    left: 75%;
  }

  .col-sm-push-17 {
    left: 70.83333333%;
  }

  .col-sm-push-16 {
    left: 66.66666667%;
  }

  .col-sm-push-15 {
    left: 62.5%;
  }

  .col-sm-push-14 {
    left: 58.33333333%;
  }

  .col-sm-push-13 {
    left: 54.16666667%;
  }

  .col-sm-push-12 {
    left: 50%;
  }

  .col-sm-push-11 {
    left: 45.83333333%;
  }

  .col-sm-push-10 {
    left: 41.66666667%;
  }

  .col-sm-push-9 {
    left: 37.5%;
  }

  .col-sm-push-8 {
    left: 33.33333333%;
  }

  .col-sm-push-7 {
    left: 29.16666667%;
  }

  .col-sm-push-6 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 20.83333333%;
  }

  .col-sm-push-4 {
    left: 16.66666667%;
  }

  .col-sm-push-3 {
    left: 12.5%;
  }

  .col-sm-push-2 {
    left: 8.33333333%;
  }

  .col-sm-push-1 {
    left: 4.16666667%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-24 {
    margin-left: 100%;
  }

  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-sm-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

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

  .col-sm-offset-15 {
    margin-left: 62.5%;
  }

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

  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24 {
    float: left;
  }

  .col-md-24 {
    width: 100%;
  }

  .col-md-23 {
    width: 95.83333333%;
  }

  .col-md-22 {
    width: 91.66666667%;
  }

  .col-md-21 {
    width: 87.5%;
  }

  .col-md-20 {
    width: 83.33333333%;
  }

  .col-md-19 {
    width: 79.16666667%;
  }

  .col-md-18 {
    width: 75%;
  }

  .col-md-17 {
    width: 70.83333333%;
  }

  .col-md-16 {
    width: 66.66666667%;
  }

  .col-md-15 {
    width: 62.5%;
  }

  .col-md-14 {
    width: 58.33333333%;
  }

  .col-md-13 {
    width: 54.16666667%;
  }

  .col-md-12 {
    width: 50%;
  }

  .col-md-11 {
    width: 45.83333333%;
  }

  .col-md-10 {
    width: 41.66666667%;
  }

  .col-md-9 {
    width: 37.5%;
  }

  .col-md-8 {
    width: 33.33333333%;
  }

  .col-md-7 {
    width: 29.16666667%;
  }

  .col-md-6 {
    width: 25%;
  }

  .col-md-5 {
    width: 20.83333333%;
  }

  .col-md-4 {
    width: 16.66666667%;
  }

  .col-md-3 {
    width: 12.5%;
  }

  .col-md-2 {
    width: 8.33333333%;
  }

  .col-md-1 {
    width: 4.16666667%;
  }

  .col-md-pull-24 {
    right: 100%;
  }

  .col-md-pull-23 {
    right: 95.83333333%;
  }

  .col-md-pull-22 {
    right: 91.66666667%;
  }

  .col-md-pull-21 {
    right: 87.5%;
  }

  .col-md-pull-20 {
    right: 83.33333333%;
  }

  .col-md-pull-19 {
    right: 79.16666667%;
  }

  .col-md-pull-18 {
    right: 75%;
  }

  .col-md-pull-17 {
    right: 70.83333333%;
  }

  .col-md-pull-16 {
    right: 66.66666667%;
  }

  .col-md-pull-15 {
    right: 62.5%;
  }

  .col-md-pull-14 {
    right: 58.33333333%;
  }

  .col-md-pull-13 {
    right: 54.16666667%;
  }

  .col-md-pull-12 {
    right: 50%;
  }

  .col-md-pull-11 {
    right: 45.83333333%;
  }

  .col-md-pull-10 {
    right: 41.66666667%;
  }

  .col-md-pull-9 {
    right: 37.5%;
  }

  .col-md-pull-8 {
    right: 33.33333333%;
  }

  .col-md-pull-7 {
    right: 29.16666667%;
  }

  .col-md-pull-6 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 20.83333333%;
  }

  .col-md-pull-4 {
    right: 16.66666667%;
  }

  .col-md-pull-3 {
    right: 12.5%;
  }

  .col-md-pull-2 {
    right: 8.33333333%;
  }

  .col-md-pull-1 {
    right: 4.16666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-24 {
    left: 100%;
  }

  .col-md-push-23 {
    left: 95.83333333%;
  }

  .col-md-push-22 {
    left: 91.66666667%;
  }

  .col-md-push-21 {
    left: 87.5%;
  }

  .col-md-push-20 {
    left: 83.33333333%;
  }

  .col-md-push-19 {
    left: 79.16666667%;
  }

  .col-md-push-18 {
    left: 75%;
  }

  .col-md-push-17 {
    left: 70.83333333%;
  }

  .col-md-push-16 {
    left: 66.66666667%;
  }

  .col-md-push-15 {
    left: 62.5%;
  }

  .col-md-push-14 {
    left: 58.33333333%;
  }

  .col-md-push-13 {
    left: 54.16666667%;
  }

  .col-md-push-12 {
    left: 50%;
  }

  .col-md-push-11 {
    left: 45.83333333%;
  }

  .col-md-push-10 {
    left: 41.66666667%;
  }

  .col-md-push-9 {
    left: 37.5%;
  }

  .col-md-push-8 {
    left: 33.33333333%;
  }

  .col-md-push-7 {
    left: 29.16666667%;
  }

  .col-md-push-6 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 20.83333333%;
  }

  .col-md-push-4 {
    left: 16.66666667%;
  }

  .col-md-push-3 {
    left: 12.5%;
  }

  .col-md-push-2 {
    left: 8.33333333%;
  }

  .col-md-push-1 {
    left: 4.16666667%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-24 {
    margin-left: 100%;
  }

  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }

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

  .col-md-offset-21 {
    margin-left: 87.5%;
  }

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

  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }

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

  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }

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

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

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

  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24 {
    float: left;
  }

  .col-lg-24 {
    width: 100%;
  }

  .col-lg-23 {
    width: 95.83333333%;
  }

  .col-lg-22 {
    width: 91.66666667%;
  }

  .col-lg-21 {
    width: 87.5%;
  }

  .col-lg-20 {
    width: 83.33333333%;
  }

  .col-lg-19 {
    width: 79.16666667%;
  }

  .col-lg-18 {
    width: 75%;
  }

  .col-lg-17 {
    width: 70.83333333%;
  }

  .col-lg-16 {
    width: 66.66666667%;
  }

  .col-lg-15 {
    width: 62.5%;
  }

  .col-lg-14 {
    width: 58.33333333%;
  }

  .col-lg-13 {
    width: 54.16666667%;
  }

  .col-lg-12 {
    width: 50%;
  }

  .col-lg-11 {
    width: 45.83333333%;
  }

  .col-lg-10 {
    width: 41.66666667%;
  }

  .col-lg-9 {
    width: 37.5%;
  }

  .col-lg-8 {
    width: 33.33333333%;
  }

  .col-lg-7 {
    width: 29.16666667%;
  }

  .col-lg-6 {
    width: 25%;
  }

  .col-lg-5 {
    width: 20.83333333%;
  }

  .col-lg-4 {
    width: 16.66666667%;
  }

  .col-lg-3 {
    width: 12.5%;
  }

  .col-lg-2 {
    width: 8.33333333%;
  }

  .col-lg-1 {
    width: 4.16666667%;
  }

  .col-lg-pull-24 {
    right: 100%;
  }

  .col-lg-pull-23 {
    right: 95.83333333%;
  }

  .col-lg-pull-22 {
    right: 91.66666667%;
  }

  .col-lg-pull-21 {
    right: 87.5%;
  }

  .col-lg-pull-20 {
    right: 83.33333333%;
  }

  .col-lg-pull-19 {
    right: 79.16666667%;
  }

  .col-lg-pull-18 {
    right: 75%;
  }

  .col-lg-pull-17 {
    right: 70.83333333%;
  }

  .col-lg-pull-16 {
    right: 66.66666667%;
  }

  .col-lg-pull-15 {
    right: 62.5%;
  }

  .col-lg-pull-14 {
    right: 58.33333333%;
  }

  .col-lg-pull-13 {
    right: 54.16666667%;
  }

  .col-lg-pull-12 {
    right: 50%;
  }

  .col-lg-pull-11 {
    right: 45.83333333%;
  }

  .col-lg-pull-10 {
    right: 41.66666667%;
  }

  .col-lg-pull-9 {
    right: 37.5%;
  }

  .col-lg-pull-8 {
    right: 33.33333333%;
  }

  .col-lg-pull-7 {
    right: 29.16666667%;
  }

  .col-lg-pull-6 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 20.83333333%;
  }

  .col-lg-pull-4 {
    right: 16.66666667%;
  }

  .col-lg-pull-3 {
    right: 12.5%;
  }

  .col-lg-pull-2 {
    right: 8.33333333%;
  }

  .col-lg-pull-1 {
    right: 4.16666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-24 {
    left: 100%;
  }

  .col-lg-push-23 {
    left: 95.83333333%;
  }

  .col-lg-push-22 {
    left: 91.66666667%;
  }

  .col-lg-push-21 {
    left: 87.5%;
  }

  .col-lg-push-20 {
    left: 83.33333333%;
  }

  .col-lg-push-19 {
    left: 79.16666667%;
  }

  .col-lg-push-18 {
    left: 75%;
  }

  .col-lg-push-17 {
    left: 70.83333333%;
  }

  .col-lg-push-16 {
    left: 66.66666667%;
  }

  .col-lg-push-15 {
    left: 62.5%;
  }

  .col-lg-push-14 {
    left: 58.33333333%;
  }

  .col-lg-push-13 {
    left: 54.16666667%;
  }

  .col-lg-push-12 {
    left: 50%;
  }

  .col-lg-push-11 {
    left: 45.83333333%;
  }

  .col-lg-push-10 {
    left: 41.66666667%;
  }

  .col-lg-push-9 {
    left: 37.5%;
  }

  .col-lg-push-8 {
    left: 33.33333333%;
  }

  .col-lg-push-7 {
    left: 29.16666667%;
  }

  .col-lg-push-6 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 20.83333333%;
  }

  .col-lg-push-4 {
    left: 16.66666667%;
  }

  .col-lg-push-3 {
    left: 12.5%;
  }

  .col-lg-push-2 {
    left: 8.33333333%;
  }

  .col-lg-push-1 {
    left: 4.16666667%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-24 {
    margin-left: 100%;
  }

  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .col-lg-offset-18 {
    margin-left: 75%;
  }

  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .col-lg-offset-12 {
    margin-left: 50%;
  }

  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .col-lg-offset-6 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857143;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 5px;
  margin-top: 5px;
}

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

[role=button] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 2.2em;
}

.h2,
h2 {
  font-size: 2em;
  margin: 15px 0;
}

.h3,
h3 {
  font-size: 20px;
}

.h4,
h4 {
  font-size: 18px;
  line-height: 1.6;
}

.h5,
h5 {
  font-size: 16px;
}

.h6,
h6 {
  font-size: 13px;
}

p {
  line-height: 1.4;
  margin: 0 0 20px;
}

.lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 90%;
}

.large {
  font-size: 1.3em;
}

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

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

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

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  background-color: #337ab7;
  color: #fff;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ol {
  margin-bottom: 10px;
  margin-top: 0;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 1px dotted #777;
  cursor: help;
}

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

blockquote {
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  font-style: normal;
  line-height: 1.42857143;
  margin-bottom: 20px;
}

.clearfix:after,
.clearfix:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after {
  clear: both;
}

.flex-container {
  margin: 0 auto;
  max-width: 1180px;
}
@media (max-width: 1180px) {
  .flex-container {
    margin: 0;
    padding: 0 20px;
  }
}

.--flex {
  display: flex;
}
.--flex .--left {
  flex: 1;
  margin-right: 40px;
}
.--flex .--right {
  flex: 1;
}

.flex-row {
  display: flex;
  justify-content: space-around;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.flex-row > * {
  flex: 1;
  margin: 15px;
}
.flex-row > *.flex-grow {
  flex-shrink: 0;
  flex-grow: 1;
}
.flex-row > *.flex-shrink {
  flex-shrink: 1;
  flex-grow: 0;
}
.flex-row.no-gap {
  margin: 0;
}
.flex-row.no-gap > * {
  margin: 0;
}
.flex-row.spaced {
  justify-content: space-between;
}
.flex-row.spaced > * {
  flex: auto;
}

.flex-column {
  display: flex;
  flex-direction: column;
  margin-bottom: -15px;
  margin-top: -15px;
}
.flex-column > * {
  margin-bottom: 15px;
  margin-top: 15px;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.no-stretch {
  flex: 0;
}

@media (max-width: 767px) {
  .flex-row > * {
    flex: auto;
  }
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  background-color: #f9f9f9;
  color: #0a0a0a;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5rem;
  -moz-osx-font-smoothing: grayscale;
}
body.with-modal,
html.with-modal {
  overflow: hidden;
}

::selection {
  background: rgba(69, 201, 236, 0.5);
}

::-moz-selection,
input::-moz-selection,
textarea::-moz-selection {
  background: rgba(69, 201, 236, 0.5);
}

input,
textarea {
  border: 1px solid #ccc;
}

button {
  outline: none;
}
button.focus-visible {
  box-shadow: 0 0 0 2px rgba(76, 76, 76, 0.8);
}

div,
span {
  outline: none;
}
div.focus-visible,
span.focus-visible {
  box-shadow: 0 0 0 2px rgba(76, 76, 76, 0.8);
}

a {
  outline: none !important;
}
a.focus-visible {
  box-shadow: 0 0 0 2px rgba(76, 76, 76, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: #ff7200;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.gray {
  color: #8c8c8c;
}

.blue {
  color: #23b8e5;
}

.blue-darken {
  color: #19aad5;
}

.green {
  color: #32aa05;
}

.orange {
  color: #ff7200;
}

.red {
  color: #f44e4e;
}

.mobile {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.vspace {
  height: 15px;
}

.prewrap {
  white-space: pre-wrap;
}

.disabled {
  cursor: default;
  opacity: 0.3;
  pointer-events: none;
}

.color-yellow {
  color: #ffb400;
}

.color-red {
  color: #f44e4e;
}

.color-green {
  color: #32aa05;
}

.lined {
  position: relative;
  text-align: center;
}
.lined span {
  background-color: #fff;
  color: #8c8c8c;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.lined:before {
  border-bottom: 1px solid #e6e6e6;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
}

ul {
  margin-top: 10px;
}
ul li {
  font-size: 20px;
  margin-left: 14px;
}
ul li:before {
  background: url("/img/icons/dot_o.svg") no-repeat 0 0;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: -14px;
  margin-right: 7px;
  width: 7px;
}
ul li.checked:before {
  background-image: url("/img/icons/checked.svg");
  height: 15px;
  width: 15px;
}
ul li.wrong:before {
  background-image: url("/img/icons/conflict.svg");
  height: 15px;
  width: 15px;
}
ul.white li:before {
  background-image: url("/img/icons/dot_w.svg");
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.alert {
  color: #f44e4e;
  margin: 20px 10px;
  text-align: center;
}

.top-space {
  margin-top: 20px;
}

.btn {
  background-color: #ff7200;
  background-position: 25px center;
  background-repeat: no-repeat;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 10px 5px;
  outline: none;
  padding: 15px 20px;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.btn:hover {
  background-color: #d66000;
}
.btn.hire-package-btn {
  background-image: linear-gradient(85deg, #23b8e5, #2099d2);
  background-position: 0;
  margin: 10px 0;
  padding: 8px 0;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.btn.hire-package-btn:hover {
  background-image: linear-gradient(85deg, #1bb5e3, #1d89bc);
}
.btn.loading {
  background-image: url("/img/loader_w.svg");
  background-position: center;
  background-size: 25px;
  text-indent: -9999px;
}
.btn.btn-brd {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 14px;
  padding-top: 14px;
}
.btn.btn-brd:hover {
  background-color: rgba(255, 255, 255, 0.14);
}
.btn.btn-brd-dark {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: inherit;
  padding-bottom: 14px;
  padding-top: 14px;
}
.btn.btn-brd-dark:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-brd-gray {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  color: inherit;
  font-weight: normal;
  padding-bottom: 14px;
  padding-top: 14px;
}
.btn.btn-brd-gray:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.btn-green {
  background-color: #32aa05;
}
.btn.btn-green:hover {
  background-color: #2b9104;
}
.btn.btn-orange {
  background-color: #ff7200;
}
.btn.btn-orange:hover {
  background-color: #e66700;
}
.btn.btn-yellow {
  background-color: #ffb400;
}
.btn.btn-yellow:hover {
  background-color: #e6a200;
}
.btn.btn-red {
  background-color: #f44e4e;
}
.btn.btn-red:hover {
  background-color: #f33636;
}
.btn.btn-blue {
  background-color: #23b8e5;
}
.btn.btn-blue:hover {
  background-color: #19aad5;
}
.btn.btn-black {
  background-color: #0a0a0a;
}
.btn.btn-black:hover {
  background-color: black;
}
.btn.btn-white {
  background-color: #fff;
  color: inherit;
}
.btn.btn-email {
  background-image: url("/img/icons/post.svg");
  background-position: 18px center;
  margin: 10px 4px;
  padding-left: 50px;
}
.btn.btn-messenger {
  background-image: url("/img/icons/messenger.svg");
  background-position: 18px center;
  margin: 10px 4px;
  padding-left: 50px;
}
.btn.btn-ico img {
  margin: -4px 22px 0 -15px;
  width: 26px;
}

.buttons .btn:first-child {
  margin-left: 0;
}
.buttons .btn:last-child {
  margin-right: 0;
}

.close {
  background: url("/img/icons/close.svg") no-repeat center center;
  background-size: 22px auto;
  height: 44px;
  opacity: 0.9;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 44px;
  z-index: 10;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.close.dark {
  background-image: url("/img/icons/close_b.svg");
  opacity: 0.5;
}
.close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.intro {
  flex: auto;
  margin-top: 20vh;
}
.intro img {
  height: 65px;
}
.intro h1 {
  font-size: 44px;
}
.intro p {
  color: #8c8c8c;
  font-size: 18px;
  margin: 15px 0 25px;
}
.intro .btn {
  padding: 15px 45px;
}

.thumb {
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fafafa;
  height: 90px;
  margin: 18px 0 12px;
  overflow: hidden;
  position: relative;
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb:before {
  bottom: 0;
  content: attr(data-initials);
  font-size: 20px;
  left: 0;
  line-height: 90px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.thumb .hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: none;
  height: 100%;
  line-height: 84px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.thumb.loading {
  background-image: url("/img/loader-orange.svg") !important;
  background-size: 30px !important;
}

.tags span {
  background-color: #23b8e5;
  color: #fff;
  display: inline-block;
  margin: 2px;
  padding: 3px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tags.removable span {
  background: #23b8e5 url("/img/icons/close.svg") no-repeat 115% center;
  background-size: auto 8px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.tags.removable span:hover {
  background-color: #f44e4e;
  background-position: calc(100% - 10px) center;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 26px;
}

.wrapbox {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 50px;
  padding-top: 50px;
}
.wrapbox h2 {
  font-size: 37px;
  line-height: 130%;
  margin-bottom: 20px;
}
.wrapbox strong {
  display: block;
  margin-top: 15px;
}
.wrapbox a {
  font-size: 16px;
}
.wrapbox.paddbox {
  padding-bottom: 120px;
  padding-top: 120px;
}

.paddbox {
  padding-bottom: 120px;
  padding-top: 120px;
}

.ember-modal-dialog {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.ember-modal-overlay.modal-popup {
  background-color: rgba(0, 0, 0, 0.5);
}
.ember-modal-overlay.modal-popup .ember-modal-dialog {
  border: none;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

.ember-modal-dialog-target-attachment-none {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.default-dialog {
  max-height: 90vh;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px 38px;
  width: 500px;
  word-break: break-word;
}
.default-dialog h2 {
  color: #ff7200;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.default-dialog .sub-h2 {
  margin-bottom: 25px;
  margin-top: -15px;
  text-align: center;
}
.default-dialog .mob-close {
  display: none;
}
.default-dialog.wide {
  max-width: 100%;
  width: 1100px;
}
.default-dialog.no-overflow {
  overflow: inherit;
}

.black-error {
  background-color: #000;
}

.new-item {
  background-image: url("/img/icons/add_item.svg") !important;
  background-position: 20px 50% !important;
  background-repeat: no-repeat;
  background-size: 25px !important;
  padding-left: 20px !important;
  text-indent: 35px;
}
.new-item:hover {
  background-image: url("/img/icons/add_item_blue.svg") !important;
  color: #23b8e5;
  cursor: pointer;
}
.new-item:hover label {
  cursor: pointer;
}

.fourohfour img {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.fourohfour img:hover {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    background: #23b8e5;
  }
}
li.loading-item {
  background-image: url("/img/loader-orange.svg") !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: 25px !important;
}

.loader {
  animation: spin 800ms infinite linear;
  border: 0.35rem solid rgba(35, 184, 229, 0.4);
  border-radius: 50%;
  border-top-color: #23b8e5;
  height: 36px;
  width: 36px;
}
.loader.small {
  border-width: 0.3rem;
  height: 25px;
  width: 25px;
}

.hide-mobile {
  display: block;
}

.hide-desktop {
  display: none;
}

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

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.profile-statistics--number {
  line-height: 70px;
}

@media (max-width: 960px) {
  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .ember-modal-dialog {
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }
}
@keyframes shine-lines {
  0% {
    opacity: 0.2;
    transform: translate(-100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(150%, 0);
  }
}
.alfred svg {
  -webkit-transform: translate3d(0, 0, 0);
}

.header-video {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.--dropdown {
  position: relative;
}
.--dropdown a {
  color: inherit;
}
.--dropdown .-drawer {
  display: none;
  left: auto;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translate(50%, 0);
  width: max-content;
  z-index: 1;
}
.--dropdown .-drawer a {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  color: #0a0a0a;
  display: block;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.--dropdown .-drawer a.logout {
  color: #f44e4e;
}
.--dropdown .-drawer a:first-child {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
}
.--dropdown .-drawer a:last-child {
  border-top: none;
  -webkit-border-radius: 0 0 13px 13px;
  -moz-border-radius: 0 0 13px 13px;
  border-radius: 0 0 13px 13px;
}
.--dropdown .-drawer a:not(:first-child):not(:last-child) {
  border-top: none;
}
.--dropdown .-drawer a.active {
  color: #ff7200;
  font-weight: bold;
}
.--dropdown .-drawer a:hover {
  background-color: #ffead9;
  color: #ff7200;
}
.--dropdown:hover .-drawer {
  display: block;
  padding-top: 5px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 960px) {
  .--dropdown .-drawer {
    display: block;
    position: static;
    transform: none;
    width: 100%;
  }
  .--dropdown .-drawer a {
    background-color: transparent;
    border: none;
    color: inherit;
    display: block;
    font-size: inherit;
    font-weight: inherit;
    padding: 15px;
  }
  .--dropdown .-drawer a:hover {
    background-color: transparent;
    color: inherit;
  }
  .--dropdown:hover .-drawer {
    padding-top: 0;
  }
}

.header--main {
  background-color: #ff7200;
  background-size: cover;
  color: #fff;
  position: relative;
  z-index: 44;
}
.header--main h1 small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 38px;
  font-weight: 300;
}
.header--main a.focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
}
.header--main.with-video {
  position: relative;
  z-index: 5;
  background-color: #23b8e5;
}
.header--main.-blue {
  background-color: #23b8e5;
}
.header--main .badge {
  background-color: #eb6b08;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: bold;
  min-width: 23px;
  position: absolute;
  right: -4px;
  text-align: center;
  top: -5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.header--main .blue {
  color: #23b8e5;
}
.header--main .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
}
.header--main .nav .-links {
  display: flex;
  justify-content: center;
}
.header--main .nav .-links > a {
  color: #fff;
  letter-spacing: 0.235px;
  margin: 0 5px;
  padding: 7px 5px 9px;
  text-align: center;
  white-space: nowrap;
}
.header--main .nav .-links > a:hover {
  font-weight: 600;
  letter-spacing: 0;
}
.header--main .nav .-links > a.active {
  background: url("/img/icons/circle.svg") no-repeat center bottom;
  font-weight: bold;
  letter-spacing: inherit;
}
.header--main .nav .-links .courses {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.header--main .nav .-links .courses::after, .header--main .nav .-links .courses::before {
  content: "";
  height: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 1px;
}
.header--main .nav .-links .courses::before {
  background: url("/img/icons/nav_line.svg") no-repeat left center;
  left: 0;
}
.header--main .nav .-links .courses::after {
  background: url("/img/icons/nav_line.svg") no-repeat right center;
  right: 0;
}
@media (max-width: 960px) {
  .header--main .nav .-links .courses::after, .header--main .nav .-links .courses::before {
    display: none;
  }
}
.header--main .nav .-links .resources {
  background: url("/img/icons/nav_dropdown.svg") no-repeat right center;
  padding-right: 17px;
}
.header--main .nav .-buttons {
  align-items: center;
  display: flex;
}
.header--main .nav .companies {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  padding: 8px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.header--main .nav .companies:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 400px) {
  .header--main .nav .companies {
    margin: 0 15px;
  }
}

.locales {
  flex-shrink: 0;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}
.locales img {
  border: 2px solid #fafafa;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  margin: 0 5px;
}
.locales .menu {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  left: auto;
  margin: 0 -1px 0 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 5;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.locales .menu img {
  border-color: #eee;
  display: block;
  margin: 5px;
  max-width: none;
}
.locales .menu img:hover {
  border-color: #ff7200;
}
.locales:hover {
  overflow: visible;
}
.locales:hover > img {
  margin-bottom: 5px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.locales:hover .menu {
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 960px) {
  .locales {
    margin: 10px 0 0;
  }
  .locales .chosen-locale {
    display: none;
  }
  .locales .menu {
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    opacity: 1;
    position: static;
  }
}

.main-footer {
  border-top: 1px solid #eee;
}
.main-footer .socialbox a {
  display: inline-block;
  margin: 10px 20px;
}
.main-footer .socialbox a img {
  height: 65px;
}
.main-footer footer {
  background-color: #ff7200;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
  width: 100%;
}
.main-footer footer .alfred {
  margin: 0;
}
.main-footer footer p {
  margin-top: 10px;
}
.main-footer footer a {
  color: #fff;
  display: inline-block;
  margin-left: 25px;
  margin-top: 10px;
  text-transform: uppercase;
}
.main-footer footer.sticky {
  bottom: 0;
  position: fixed;
}

.sticky-footer {
  bottom: 20px;
  color: #aaaaaa;
  left: 20px;
  max-width: 250px;
  position: fixed;
}

.env-strip {
  height: 75px;
  left: -5px;
  overflow: hidden;
  position: absolute;
  text-align: right;
  top: -5px;
  width: 75px;
  z-index: 99;
}
.env-strip span {
  background: #f44e4e;
  background: linear-gradient(#f44e4e, 20%, #9f0a0a 100%);
  box-shadow: 0 0 10px -5px black;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  position: absolute;
  top: 19px;
  left: -21px;
}
.env-strip.stage span {
  background: #da1e00;
  background: linear-gradient(#e06400 20%, #da1e00 100%);
}

.mobile-banner .google-play-banner {
  align-items: stretch;
  display: flex;
  background-image: -webkit-linear-gradient(180deg, #F6F6F6 20%, #E0E0E0 100%);
  background-image: -moz-linear-gradient(180deg, #F6F6F6 20%, #E0E0E0 100%);
  background-image: linear-gradient(180deg, #F6F6F6 20%, #E0E0E0 100%);
}
.mobile-banner .google-play-banner .app-close {
  background: url("/img/icons/close_b.svg") no-repeat center center;
  background-size: auto 15px;
  display: block;
  flex: 0 0 38px;
}
.mobile-banner .google-play-banner a {
  align-items: center;
  color: inherit;
  display: flex;
  flex: 1;
  font-size: 16px;
}
.mobile-banner .google-play-banner a .app-logo {
  height: 64px;
  width: 64px;
}
.mobile-banner .google-play-banner a .app-info {
  flex-grow: 2;
  padding: 14px 0 14px 10px;
}
.mobile-banner .google-play-banner a .app-info h4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.mobile-banner .google-play-banner a .app-info p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
}
.mobile-banner .google-play-banner a .app-open .app-btn {
  color: #23b8e5;
  padding: 10px;
  text-transform: uppercase;
}

.notifications-alerts.dark-top {
  background-color: rgba(0, 0, 0, 0);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.notifications-alerts.dark-top ._c-notification_of6y9q {
  border-radius: 0;
  margin-bottom: 2px;
}
.notifications-alerts.dark-top ._c-notification__icon_of6y9q {
  display: none;
}
.notifications-alerts.dark-top ._c-notification__content_of6y9q {
  display: block;
  padding: 1rem;
  text-align: center;
}
.notifications-alerts.dark-top ._c-notification__close_of6y9q {
  float: right;
}

.login-button--white {
  background: #fff url("/img/icons/login.svg") no-repeat 16px center;
  background-size: auto 13px;
  border: none;
  color: #ff7200;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 8px 16px 8px 33px;
  position: relative;
  z-index: 5;
  cursor: default;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 960px) {
  .login-button {
    margin: 15px 20px;
  }
  .login-button .login-button--white {
    display: block;
    width: 100%;
    padding: 12px 20px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  .login-button .-drawer a {
    background-color: rgba(255, 255, 255, 0.7);
    color: #0a0a0a;
    font-size: 18px;
    padding: 15px;
  }
  .login-button .-drawer a:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .login-button .-drawer a:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #ff7200;
  }
}

.search-bar {
  margin: -31px 0 0;
  text-align: center;
}
.search-bar .search {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 550px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.search-bar .search input {
  border: none;
  color: #0a0a0a;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  outline: none;
  padding: 0 63px 0 30px;
  width: 100%;
}
@media (max-width: 480px) {
  .search-bar .search input {
    font-size: 18px;
    padding-left: 20px;
  }
}
.search-bar .search .btn {
  background-image: url("/img/icons/search.svg");
  background-position: center;
  height: 44px;
  margin: 0;
  position: absolute;
  right: 11px;
  top: 8px;
  width: 44px;
}
.search-bar .search .btn.clear {
  background-image: url("/img/icons/close.svg");
  background-size: auto 19px;
}
.search-bar .search.loading .btn {
  background: rgba(255, 114, 0, 0.4) url("/img/loader-orange.svg") no-repeat center;
  pointer-events: none;
}

.check-box {
  align-items: center;
  display: flex;
  width: 100%;
}
.check-box .label {
  flex: 1;
}
.check-box .checkbox {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  flex: none;
  height: 15px;
  margin-right: 12px;
  width: 15px;
}
.check-box.checked .checkbox {
  background-color: #ff7200;
  background-image: url("/img/icons/white_check.svg");
  border-color: #ff7200;
}
.check-box:hover {
  cursor: pointer;
}
.check-box:hover .checkbox {
  border-color: #ff7200;
}

.pika-label {
  background: #fff url("/img/icons/select_blue.svg") no-repeat calc(100% - 5px) center;
  background-size: 7px auto;
  padding: 3px 17px 3px 7px;
}
.pika-label:hover {
  background-color: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pika-next,
.pika-prev {
  opacity: 0.2;
}

.date-picker {
  display: flex;
}
.date-picker .ember-power-select-trigger {
  padding: 14px 10px;
}

.x-file--input + label {
  outline: none !important;
}
.x-file--input + label:hover .hover {
  display: block;
}

.ember-power-select-search input {
  outline: none !important;
  width: calc(100% - 12px);
}

.ember-power-select-option--no-matches-message {
  font-size: 14px;
}

.form label {
  color: #8c8c8c;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
}
.form .editor,
.form .ember-power-select-trigger,
.form input,
.form select,
.form textarea {
  background-color: #fff;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 16px;
  line-height: normal;
  margin: 5px 0 15px;
  outline: none;
  padding: 15px 12px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form .editor.checked,
.form .ember-power-select-trigger.checked,
.form input.checked,
.form select.checked,
.form textarea.checked {
  background-image: url("/img/icons/checkmark.svg");
}
.form .editor.conflict,
.form .ember-power-select-trigger.conflict,
.form input.conflict,
.form select.conflict,
.form textarea.conflict {
  background-image: url("/img/icons/conflict.svg");
}
.form .editor:focus,
.form .ember-power-select-trigger:focus,
.form input:focus,
.form select:focus,
.form textarea:focus {
  border: 1px solid #23b8e5;
}
.form .date-picker {
  display: flex;
}
.form .date-picker .ember-power-select-trigger {
  padding: 12px 8px;
}
.form .date-picker .ember-power-select-trigger.year {
  margin-right: 10px;
  width: 75%;
}
.form textarea {
  min-height: 200px;
}
.form textarea.small {
  min-height: 100px;
}
.form input[type=checkbox] {
  display: inline-block;
  width: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.form .select,
.form select {
  background: #fff url("/img/icons/select_blue.svg") no-repeat calc(100% - 20px) center;
  background-size: 9px auto;
  padding-right: 42px;
}
.form .select.disabled,
.form select.disabled {
  color: #8c8c8c;
  opacity: 1;
}
.form .radio {
  border: 1px solid #e6e6e6;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin: -3px 0 0 6px;
  vertical-align: middle;
  width: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form .radio.active {
  border-color: #cfcfcf;
  position: relative;
}
.form .radio.active:after {
  background-color: #23b8e5;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form .height-3 {
  height: 259px;
}
.form .input-wrap {
  position: relative;
}
.form .input-wrap em {
  color: #8c8c8c;
  left: 120px;
  position: absolute;
  top: 15px;
}
.form .btn {
  display: block;
  font-size: 20px;
  margin: 10px 0;
  padding: 15px 20px;
  width: 100%;
}
.form .tel-submit {
  position: relative;
}
.form .tel-submit .act {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 14px;
}
.form .tel-submit.with-token .act {
  visibility: hidden;
}
.form .tel-submit.with-token:hover .act {
  visibility: visible;
}
.form.less-pd input,
.form.less-pd select {
  padding: 12px 17px;
}
.form.less-pd .btn {
  font-size: 16px;
  padding: 13px 17px;
}
.form.less-pd .btn.add {
  margin-top: 5px;
  padding: 12px 0;
}
.form .--phone-edit {
  align-items: flex-end;
  display: flex;
}
.form .--phone-edit .--code {
  margin-right: 10px;
}
.form .--phone-edit .--phone {
  flex: 1;
}
.form .noinput-button {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  line-height: normal;
  margin: 5px 0 15px;
  padding: 15px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.form .noinput-button .-verified {
  background: url("/img/icons/checkmark.svg") no-repeat center left;
  padding-left: 30px;
}
.form .noinput-button .--action {
  color: #ff7200;
  font-size: 14px;
}
.form .noinput-button:hover {
  cursor: pointer;
}
.form .noinput-button:hover .--action {
  text-decoration: underline;
}

.tables h5 {
  color: #8c8c8c;
  font-size: 14px;
  margin: 40px 20px 15px;
}
.tables .edit-form {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  margin: 10px 0;
  padding: 15px;
  word-break: break-word;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tables .edit-form .editable {
  border: 2px solid transparent;
  margin: 0;
  padding: 20px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tables .edit-form .editable:hover {
  background-color: #fffafa;
  border-color: #f7f7f7;
  cursor: pointer;
}
.tables .edit-form p {
  margin: 10px;
}
.tables .edit-form p.info-text {
  margin: 20px 10px 0 0;
  font-size: 12px;
  text-align: left;
  color: #9d9d9d;
}
.tables .edit-form ul {
  margin: 0;
}
.tables .edit-form ul li {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  margin: 0 15px;
  padding: 30px 0;
  position: relative;
}
.tables .edit-form ul li img {
  display: inline-block;
  margin: -3px 12px 0 0;
}
.tables .edit-form ul li > div {
  padding: 0;
}
.tables .edit-form ul li .actions {
  display: none;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.tables .edit-form ul li .actions a {
  display: block;
  padding: 7px 0 4px 15px;
}
.tables .edit-form ul li .actions a:hover {
  text-decoration: underline;
}
.tables .edit-form ul li .actions img {
  height: 16px;
  margin-right: 4px;
}
.tables .edit-form ul li .actions .remove {
  color: #f44e4e;
}
.tables .edit-form ul li:last-child {
  border: none;
}
.tables .edit-form ul li:before {
  display: none;
}
.tables .edit-form ul li:hover {
  cursor: pointer;
}
.tables .edit-form ul li:hover .actions {
  display: block;
}
.tables .edit-form ul li:hover:before {
  background: #fffafa;
  border: 2px solid #e6e6e6;
  bottom: -2px;
  content: "";
  display: block;
  height: auto;
  left: -15px;
  margin: 0;
  position: absolute;
  right: -15px;
  top: -2px;
  width: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.tables .edit-form ul li.add input {
  display: none;
}
.tables .edit-form ul li.add label {
  background: url("/img/icons/add_item.svg") no-repeat left center;
  cursor: pointer;
  display: block;
  line-height: 29px;
  padding-left: 45px;
}
.tables .edit-form ul li.add label:hover {
  background-image: url("/img/icons/add_item_blue.svg");
  color: #23b8e5;
}
.tables .edit-form ul li.add:before {
  display: none;
}
.tables .edit-form ul.nohover li:hover:before {
  display: none;
}
.tables .edit-form .table .content .image {
  margin-top: 18px;
}
.tables .attachments a,
.tables .links a {
  color: inherit;
  display: block;
}
.tables .attachments a img,
.tables .links a img {
  width: 19px;
}
.tables .attachments a strong,
.tables .links a strong {
  display: inline-block;
  margin: 0;
}

.infinity-loader {
  margin-bottom: 70px;
  text-align: center;
}
.infinity-loader .dot-loader {
  height: 16px;
  margin: auto;
  position: relative;
  width: 132px;
}
.infinity-loader .dot {
  -moz-animation-direction: normal;
  -moz-animation-duration: 0.905s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: bounce_dot;
  -moz-border-radius: 10px;
  -moz-transform: scale(0.3);
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 0.905s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: bounce_dot;
  -webkit-border-radius: 10px;
  -webkit-transform: scale(0.3);
  animation-direction: normal;
  animation-duration: 0.905s;
  animation-iteration-count: infinite;
  animation-name: bounce_dot;
  background-color: #ff7200;
  border-radius: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  transform: scale(0.3);
  width: 16px;
}
.infinity-loader .dot_1 {
  -moz-animation-delay: 0.366s;
  -webkit-animation-delay: 0.366s;
  animation-delay: 0.366s;
  left: 0;
}
.infinity-loader .dot_2 {
  -moz-animation-delay: 0.4525s;
  -webkit-animation-delay: 0.4525s;
  animation-delay: 0.4525s;
  left: 16px;
}
.infinity-loader .dot_3 {
  -moz-animation-delay: 0.549s;
  -webkit-animation-delay: 0.549s;
  animation-delay: 0.549s;
  left: 33px;
}
.infinity-loader .dot_4 {
  -moz-animation-delay: 0.6355s;
  -webkit-animation-delay: 0.6355s;
  animation-delay: 0.6355s;
  left: 49px;
}
.infinity-loader .dot_5 {
  -moz-animation-delay: 0.732s;
  -webkit-animation-delay: 0.732s;
  animation-delay: 0.732s;
  left: 66px;
}
.infinity-loader .dot_6 {
  -moz-animation-delay: 0.8185s;
  -webkit-animation-delay: 0.8185s;
  animation-delay: 0.8185s;
  left: 82px;
}
.infinity-loader .dot_7 {
  -moz-animation-delay: 0.905s;
  -webkit-animation-delay: 0.905s;
  animation-delay: 0.905s;
  left: 99px;
}
.infinity-loader .dot_8 {
  -moz-animation-delay: 1.0015s;
  -webkit-animation-delay: 1.0015s;
  animation-delay: 1.0015s;
  left: 115px;
}
@keyframes bounce_dot {
  0% {
    background-color: #ff7200;
    transform: scale(1);
  }
  100% {
    background-color: white;
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_dot {
  0% {
    -webkit-transform: scale(1);
    background-color: #ff7200;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: white;
  }
}
@-moz-keyframes bounce_dot {
  0% {
    -moz-transform: scale(1);
    background-color: #ff7200;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: white;
  }
}
.infinity-loader.reached-infinity .dot-loader {
  display: none;
}

.screen-loader {
  background: rgba(0, 0, 0, 0.05) url("/img/loader-orange.svg") no-repeat center;
  height: 100px;
  left: 50%;
  position: fixed;
  top: 50%;
  width: 100px;
  z-index: 99999;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.categories-header .--title {
  font-weight: 300;
  font-size: 40px;
  line-height: 1.1;
  padding: 40px 0;
}
.categories-header .--search {
  margin: 0 240px;
  padding: 0 0 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 1200px) {
  .categories-header .--search {
    margin: 0 100px;
  }
}
@media (max-width: 991px) {
  .categories-header .--search {
    margin: 0;
  }
}
.categories-header .--search input {
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("/img/icons/search-g.svg");
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 3px solid rgba(255, 114, 0, 0.5);
  color: #888;
  margin-left: 5px;
  outline: none;
  padding: 14px 40px 14px 60px;
  width: calc(100% - 6px);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.categories-header .--search input:focus, .categories-header .--search input:hover {
  background-color: #fff;
}
.categories-header .--search .remove {
  background: url("/img/icons/remove.svg") no-repeat center center;
  background-size: 21px auto;
  border: none;
  height: 21px;
  right: 18px;
  opacity: 0.5;
  outline: none;
  position: absolute;
  top: 16px;
  width: 21px;
}
.categories-header .--search .remove:hover {
  opacity: 0.8;
}

#categories {
  margin: 40px 20px 80px;
}
#categories h1 {
  font-size: 46px;
}
#categories h1 strong {
  font-weight: 900;
}
#categories .categories {
  margin: 40px 0;
  text-align: center;
}
#categories .categories .cat {
  display: inline-block;
}
#categories .categories .cat a {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 5px;
  padding: 13px 15px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
#categories .categories .cat a strong {
  display: inline-block;
  margin-right: 4px;
  font-weight: 600;
}
#categories .categories .cat a span {
  font-weight: 400;
  opacity: 0.7;
}
#categories .categories .cat a:hover {
  background-color: rgba(255, 114, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
}
#categories .categories .cat.xs a {
  font-size: 11px;
}
#categories .categories .cat.s a {
  font-size: 12px;
}
#categories .categories .cat.m a {
  font-size: 15px;
}
#categories .categories .cat.l a {
  font-size: 16px;
}
#categories .categories .cat.ml a {
  font-size: 18px;
}
#categories .categories .cat.xl a {
  font-size: 20px;
}
#categories .categories .cat.xxl a {
  font-size: 22px;
}
#categories .categories .cat.xxl a.active {
  font-size: 22px;
}
#categories .categories .cat.subcat a {
  opacity: 0.85;
  border: none;
  margin: 10px;
  padding: 0;
  font-size: 17px;
}
#categories .categories .cat.subcat a:hover {
  opacity: 1;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#categories .categories.size-m a {
  font-size: 15px;
  padding: 10px 20px;
}
#categories .categories.size-s a {
  border: none;
  font-size: 14px;
  margin: 10px;
  opacity: 0.75;
  padding: 0;
}
#categories .categories.size-s a:hover {
  border: none;
  box-shadow: none;
  opacity: 1;
}
#categories .categories.size-s a.active {
  font-size: 20px;
  opacity: 1;
}
#categories .categories.size-s a.active strong {
  border-bottom: 1px solid #fff;
}
@media (max-width: 1200px) {
  #categories {
    margin: 0 0 60px;
  }
}

@media (max-width: 991px) {
  #categories .categories a {
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    padding: 10px 20px;
  }
}
@media (max-width: 480px) {
  #categories {
    margin: 30px 0;
  }
  #categories .categories {
    margin: 20px 0;
  }
  #categories .categories a {
    border: none;
    font-size: 13px;
    margin: 2px;
    padding: 5px;
  }
  #categories .categories a strong {
    text-transform: none;
  }
}
.flex-jobs {
  display: flex;
  flex-direction: column;
}
.flex-jobs .group-title {
  border-bottom: 1px solid #f4f4f4;
  font-size: 16px;
  margin: 25px 6px 0;
  padding: 0 0 14px;
  text-align: center;
}
.flex-jobs .empty {
  text-align: center;
}
.flex-jobs .empty p {
  padding: 10vh 20px;
}

.jobs--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 280px);
  grid-gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .jobs--grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 920px) {
  .jobs--grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .jobs--grid {
    grid-template-columns: 1fr;
  }
}

.video-screen {
  background-color: #FCFCFC;
  min-height: 100vh;
}
.video-screen h1 {
  font-size: 44px;
  font-weight: 300;
  margin: 50px 0 35px;
}
.video-screen h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 30px;
}
.video-screen h3 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
.video-screen p {
  font-size: 20px;
  font-weight: 400;
}
.video-screen .wrap {
  background-color: #fff;
  border: 1px solid #EFEFEF;
  padding: 55px 65px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(234, 234, 234, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(234, 234, 234, 0.5);
  box-shadow: 0 1px 2px rgba(234, 234, 234, 0.5);
}
.video-screen .wrap .center-box {
  display: table;
  height: 200px;
  width: 100%;
}
.video-screen .wrap .center-box .center {
  display: table-cell;
  vertical-align: middle;
}
.video-screen .wrap .grid {
  margin-bottom: 25px;
  margin-top: 40px;
  text-align: left;
}
.video-screen .wrap .grid .icon {
  background-position: 22px 6px;
  background-repeat: no-repeat;
  margin: 25px 0;
  min-height: 95px;
  padding-left: 90px;
}
.video-screen .wrap .grid .i-video {
  background-image: url("/img/icons/i-video.svg");
}
.video-screen .wrap .grid .i-light {
  background-image: url("/img/icons/i-light.svg");
}
.video-screen .wrap .grid .i-wifi {
  background-image: url("/img/icons/i-wifi.svg");
}
.video-screen .wrap .grid .i-time {
  background-image: url("/img/icons/i-time.svg");
}
.video-screen .wrap .info-text {
  font-size: 14px;
  margin-bottom: 20px;
}
.video-screen .wrap .demo-link {
  color: inherit;
  display: inline-block;
  margin: 30px 0 0;
}
.video-screen .wrap .buttons {
  margin-top: 45px;
}
.video-screen .wrap .buttons .btn {
  min-width: 160px;
  vertical-align: top;
}
.video-screen .wrap .buttons .timer {
  display: inline-block;
  font-size: 30px;
  margin: 14px 35px 0 0;
  min-width: 68px;
}
.video-screen .wrap .permission-check h3, .video-screen .wrap .permission-denied h3 {
  margin-bottom: 15px;
}
.video-screen .wrap .permission-check img, .video-screen .wrap .permission-denied img {
  border: 1px solid #ddd;
  margin-top: 30px;
  padding: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.video-screen .wrap .permission-check .check, .video-screen .wrap .permission-denied .check {
  height: 260px;
}
.video-screen .wrap .permission-check .chrome, .video-screen .wrap .permission-denied .chrome {
  height: 300px;
}
.video-screen .wrap .browsers > a {
  color: #0a0a0a;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100px;
  display: inline-block;
  font-size: 20px;
  margin: 20px 20px;
  min-width: 100px;
  padding-top: 115px;
}
.video-screen .wrap .browsers > a:hover {
  color: #ff7200;
}
.video-screen .wrap .browsers .chrome {
  background-image: url("/img/icons/chrome.svg");
}
.video-screen .wrap .browsers .firefox {
  background-image: url("/img/icons/firefox.svg");
}
.video-screen .wrap .browsers .opera {
  background-image: url("/img/icons/opera.svg");
}
.video-screen .wrap .browsers .edge {
  background-image: url("/img/icons/edge.svg");
}
.video-screen .wrap.interview {
  padding-top: 0;
}
.video-screen .wrap.interview .delay {
  font-size: 46px;
}
.video-screen .wrap.interview .video-stream {
  margin: 0 0 45px;
}
.video-screen .wrap.interview .video-stream video {
  height: 165px;
}
.video-screen .demo-marker {
  background-color: #ffb400;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  left: 50%;
  padding: 7px 35px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.video select {
  background: #eee url("/img/icons/select_blue.svg") no-repeat calc(100% - 10px) center;
  background-size: auto 8px;
  border: 1px solid #ddd;
  font-size: 13px;
  margin: 15px 0 0;
  outline: none;
  padding: 4px 30px 4px 15px;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.video.info .video-stream video {
  height: 165px;
}

.video-stream {
  margin: 30px 0;
}
.video-stream video {
  background: url("/img/loader-orange.svg") no-repeat center center;
  border: 1px solid #C7C7C7;
  height: 225px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.video-stream .flip-y {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.sound-test {
  margin-top: 25px;
  margin-bottom: 50px;
}
.sound-test .bit {
  background: #eee;
  border-radius: 6px;
  display: inline-block;
  height: 22px;
  margin: 0 4px;
  position: relative;
  width: 9px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.sound-test .bit.orange {
  background-color: #ff7200;
}
.sound-test .bit.lblue {
  background-color: #7ed5f0;
}
.sound-test .bit.dblue {
  background-color: #117391;
}
.sound-test .bit.blue {
  background-color: #23b8e5;
}
.sound-test .bit.red {
  background-color: #f44e4e;
}
.sound-test .bit.max {
  background-color: #23b8e5;
}
.sound-test .bit.maxo {
  background-color: #ff7200;
}
.sound-test .bit.maxr {
  background-color: #f44e4e;
}
.sound-test .bit.mid:after {
  content: "";
  position: absolute;
  border-color: transparent transparent #23b8e5 transparent;
  border-style: solid;
  border-width: 5px;
  left: 0;
  top: 100%;
}

.upload-progress {
  margin: 40px 6vw;
}
.upload-progress .progress-bar {
  background-color: #eee;
  height: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.upload-progress .progress-bar .progress {
  background-color: #23b8e5;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.upload-progress .progress-bar.done .progress {
  background-color: #32aa05;
}
.upload-progress p {
  display: inline-block;
  margin: 20px;
}
.upload-progress p.done {
  background: url("/img/icons/checked.svg") no-repeat left center;
  background-size: auto 26px;
  padding-left: 40px;
}

.cookies-bar .full {
  background-color: #333;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 49;
}
.cookies-bar .full .container {
  width: 100vw;
}
@media (min-width: 1280px) {
  .cookies-bar .full .container {
    width: 1279px;
  }
}
.cookies-bar .full .sm {
  font-size: 14px;
  display: inline-block;
  margin: 9px 0 0;
}
.cookies-bar .full .sm a {
  color: #23b8e5;
}
.cookies-bar .full .settings {
  border-bottom: 1px solid #999;
  color: inherit;
  display: inline-block;
  margin-top: 9px;
  padding-bottom: 1px;
}
.cookies-bar .full .btn {
  margin: 0;
  max-width: 210px;
  padding: 8px 5px;
  width: 100%;
}
@media (max-width: 1255px) {
  .cookies-bar .full .sm {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .cookies-bar .full .sm {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .cookies-bar .full .sm {
    font-size: 12px;
  }
}

.cookiesModal .default-dialog {
  padding: 30px 40px;
  width: 520px;
}
.cookiesModal a {
  color: #23b8e5;
}
.cookiesModal .boxes {
  margin: 16px 0 40px;
}
.cookiesModal .checkbox {
  background: url("/img/icons/checkbox.svg") no-repeat left center;
  background-size: auto 18px;
  color: inherit;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin: 7px 10px 0 0;
  padding-left: 25px;
}
.cookiesModal .checkbox:last-child {
  margin-right: 0;
}
.cookiesModal .checkbox.checked {
  background-image: url("/img/icons/checkbox_ch.svg");
}
.cookiesModal .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: inherit;
  margin: 0;
  padding: 10px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cookiesModal .btn:hover {
  background-color: #eee;
}
.cookiesModal .btn.all {
  border-color: #32aa05;
  color: #32aa05;
}
.cookiesModal .btn.all:hover {
  background-color: #32aa05;
  color: #fff;
}

.login-dialog {
  width: 400px;
}
.login-dialog h2 {
  margin-bottom: 20px;
}
.login-dialog h2 .back {
  background: url("/img/icons/back.svg") no-repeat center;
  background-size: auto 24px;
  float: left;
  height: 42px;
  margin: 0 5px 0 -12px;
  width: 40px;
}

.profile-login .login-methods {
  display: flex;
  flex-direction: column;
}
.profile-login .login-methods .--or {
  margin: 15px 0;
  text-align: center;
  opacity: 0.8;
}
.profile-login .login-methods .other-methods {
  text-align: center;
}
.profile-login .login-methods .other-methods .btn {
  background-position: center;
  background-size: 23px 23px;
  display: inline-block;
  height: 52px;
  margin: 0 8px;
  padding: 0;
  width: 52px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.profile-login .login-methods .other-methods .btn.btn-fb {
  background-color: #3b5998;
  background-image: url("/img/icons/login_fb.svg");
  background-size: auto 25px;
}
.profile-login .login-methods .other-methods .btn.btn-fb:hover {
  background-color: #344e86;
}
.profile-login .login-methods .other-methods .btn.btn-google {
  background-color: #4285f4;
  background-image: url("/img/icons/login_google.svg");
}
.profile-login .login-methods .other-methods .btn.btn-google:hover {
  background-color: #2a75f3;
}
.profile-login .login-methods .other-methods .btn.btn-apple {
  background-color: #222;
  background-image: url("/img/icons/apple_w.svg");
  background-position: center 13px;
  background-size: auto 24px;
}
.profile-login .login-methods .other-methods .btn.btn-apple:hover {
  background-color: #000;
}
.profile-login .btn {
  margin: 6px 0;
  padding: 17px 0 17px 78px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.profile-login .btn .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  height: 30px;
  left: 28px;
  position: absolute;
  top: 50%;
  width: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.profile-login .btn.loading {
  background-image: url("/img/loader_w.svg");
  background-position: center;
  background-size: 25px;
}
.profile-login .btn.loading .icon {
  display: none;
}
.profile-login .btn.submit {
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}
.profile-login .btn.submit.loading {
  background-image: url("/img/loader_w.svg");
  background-position: center;
  background-size: 20px;
  text-indent: -9999px;
}
.profile-login .btn.btn-mail {
  background-color: #ffb400;
}
.profile-login .btn.btn-mail:hover {
  background-color: #e6a200;
}
.profile-login .btn.btn-mail .icon {
  background-image: url("/img/icons/login_email.svg");
}
.profile-login .btn.btn-phone {
  background-color: #32aa05;
}
.profile-login .btn.btn-phone:hover {
  background-color: #2b9104;
}
.profile-login .btn.btn-phone .icon {
  background-image: url("/img/icons/login_phone.svg");
  background-size: auto 21px;
}
.profile-login .--flex {
  align-items: flex-end;
}
.profile-login .--code {
  margin-right: 15px;
}
.profile-login .--code .--selected {
  padding: 12px 10px;
}
.profile-login .terms {
  color: #8c8c8c;
  font-size: 14px;
  margin-top: 30px;
}

.mobile-categories {
  padding-bottom: 30px;
  text-align: center;
}
.mobile-categories .cat-button {
  display: inline-block;
  position: relative;
}
.mobile-categories .cat-button.toggle {
  background-color: #fff;
  background-image: url("/img/icons/select.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  color: #23b8e5;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 10px auto 0;
  padding: 10px 60px 10px 40px;
  position: relative;
  z-index: 5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-categories .cat-button .drawer {
  box-shadow: 0 4px 17px 3px rgba(0, 0, 0, 0.1);
  display: none;
  height: 0;
  left: 0;
  margin: 0 auto;
  max-height: 250px;
  max-width: 250px;
  overflow: scroll;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 1;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mobile-categories .cat-button .drawer a {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(99, 96, 20, 0.15);
  color: #0a0a0a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 10px 20px;
}
.mobile-categories .cat-button .drawer a:first-child {
  padding-top: 47px;
}
.mobile-categories .cat-button .drawer a:last-child {
  border: none;
}
.mobile-categories .cat-button .drawer a:hover {
  color: #23b8e5;
}
.mobile-categories .cat-button:hover .drawer {
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 991px) {
  .mobile-categories .cat-button {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px 15px;
  }
  .mobile-categories .cat-button .btn {
    background-position: calc(100% - 20px) center;
    display: block;
    padding: 8px 20px;
  }
  .mobile-categories .cat-button .drawer {
    height: auto;
    opacity: 1;
    position: static;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
  .mobile-categories .cat-button .drawer a:first-child {
    padding-top: 15px;
  }
}
.mobile-categories .cat-button.toggled .cat-button {
  background-image: url("/img/icons/select_upside.svg");
  display: block;
  max-width: 250px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.mobile-categories .cat-button.toggled .drawer {
  display: block;
}

.job-apply .ember-modal-dialog {
  overflow: hidden;
  padding: 0;
}
.job-apply .ember-modal-dialog .default-dialog {
  padding: 0;
}
.job-apply .pd {
  padding: 40px;
}
.job-apply .cover {
  background-size: cover;
  color: #fff;
  padding: 35px 15px 25px;
  position: relative;
  background-image: -webkit-linear-gradient(0deg, #ff7200 0, #ff8929 100%);
  background-image: -moz-linear-gradient(0deg, #ff7200 0, #ff8929 100%);
  background-image: linear-gradient(0deg, #ff7200 0, #ff8929 100%);
}
.job-apply .cover h2 {
  color: #fff;
  font-size: 26px;
  margin: 0;
}
.job-apply .cover p {
  font-size: 18px;
  margin: 10px 0 3px;
}
.job-apply .cover .images {
  position: relative;
}
.job-apply .cover .image {
  display: inline-block;
  margin: 0 0 10px;
}
.job-apply .cover .thumb {
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
}
.job-apply .cover .thumb.brand {
  margin-left: -40px;
  position: relative;
  z-index: 1;
}
.job-apply .cover.green {
  background-image: -webkit-linear-gradient(90deg, #32aa05 0, #52cb25 100%);
  background-image: -moz-linear-gradient(90deg, #32aa05 0, #52cb25 100%);
  background-image: linear-gradient(90deg, #32aa05 0, #52cb25 100%);
}
.job-apply .cover.orange {
  background-image: -webkit-linear-gradient(90deg, #d86305 0, #f37916 100%);
  background-image: -moz-linear-gradient(90deg, #d86305 0, #f37916 100%);
  background-image: linear-gradient(90deg, #d86305 0, #f37916 100%);
}
.job-apply .content {
  padding: 40px 55px;
}
.job-apply .content h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 15px;
}
.job-apply .content .btn {
  font-size: 16px;
  padding: 13px;
}
.job-apply .content .stats {
  font-size: 20px;
  margin: 15px 0 20px;
}
.job-apply .profile-icon {
  margin-bottom: 10px;
  width: 35px;
}
.job-apply .red {
  color: #f44e4e;
}
.job-apply .questions .go-back {
  float: left;
  margin-left: -16px;
}
.job-apply .questions .go-back img {
  width: 16px;
}
.job-apply .questions h2 {
  margin-top: 25px;
}
.job-apply .questions textarea {
  min-height: 200px;
  outline: none;
  padding: 14px 20px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.job-apply .questions .date {
  background: #fff url("/img/icons/select_blue.svg") no-repeat calc(100% - 20px) center;
  background-size: 9px auto;
  padding: 14px 42px 14px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.job-apply .questions .options li {
  margin: 2px 0;
}
.job-apply .questions .options li a {
  color: inherit;
  display: inline-block;
  padding: 5px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.job-apply .questions .options li a.active {
  background-color: #23b8e5;
  color: #fff;
}
.job-apply .questions .options li:before {
  display: none;
}
.job-apply .questions button {
  margin-top: 30px;
}
.job-apply .with-profile-logout {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
  padding-bottom: 190px;
}
.job-apply .with-profile-logout h2 {
  font-weight: 30px;
  font-weight: normal;
}
.job-apply .with-profile-logout h3 {
  font-weight: 26px;
  font-weight: normal;
}
.job-apply .with-profile-logout .btn-ico {
  font-size: 26px;
  width: 85%;
}
.job-apply .with-profile-logout .lined {
  margin: 25px 0;
}
.job-apply .actions {
  border-top: 1px #ebebeb solid;
}
.job-apply .actions .action-btn,
.job-apply .actions button,
.job-apply .actions label {
  background: none;
  color: #c3c3c3;
  cursor: pointer;
  float: left;
  font-weight: 700;
  outline: none;
  padding: 20px 0;
  text-transform: uppercase;
  width: 50%;
}
.job-apply .actions .action-btn:first-of-type,
.job-apply .actions button:first-of-type,
.job-apply .actions label:first-of-type {
  border-right: 1px #ebebeb solid;
}
.job-apply .actions .action-btn.blue,
.job-apply .actions button.blue,
.job-apply .actions label.blue {
  color: #ff7200;
}
.job-apply .actions .action-btn.green,
.job-apply .actions button.green,
.job-apply .actions label.green {
  color: #32aa05;
}
.job-apply .actions .action-btn.dark-gray,
.job-apply .actions button.dark-gray,
.job-apply .actions label.dark-gray {
  color: #454545;
}
.job-apply .actions .action-btn:hover,
.job-apply .actions button:hover,
.job-apply .actions label:hover {
  background-color: #fafafa;
}
.job-apply .actions.single button {
  width: 100%;
}
@media (max-width: 767px) {
  .job-apply .ember-modal-dialog {
    border-radius: 20px !important;
  }
  .job-apply .default-dialog {
    height: auto;
    max-width: 350px;
  }
}

.translate-banner {
  background: #e3f1f5 url("/img/icons/translate.svg") no-repeat 19px center;
  background-size: auto 24px;
  border: 1px solid #bddee8;
  border-radius: 13px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 8px 60px;
}
.translate-banner.-detail {
  margin-bottom: 20px;
}
.translate-banner.-list {
  margin-top: 20px;
}
.translate-banner .--text {
  font-weight: 500;
}
.translate-banner .--btns {
  text-align: right;
}
.translate-banner .--action {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  color: #23b8e5;
  font-weight: 700;
  margin-left: 13px;
  padding: 5px 10px;
}
.translate-banner .--action:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.translate-banner .--action.--full {
  color: #0faddc;
}
.translate-banner .--action.--gray {
  color: #555;
}
.translate-banner.-translated {
  background-color: #fff5ec;
  background-image: url("/img/icons/translate-orange.svg");
  border-color: #ffe5cd;
}
.translate-banner.-translated .--action {
  color: #ff7200;
}

.experience-description {
  color: #8c8c8c;
  font-size: 14px;
  margin-top: 4px;
}

.update-profile .logo {
  margin: 0 auto 20px;
  width: 50px;
}
.update-profile .content {
  padding: 0;
  text-align: left;
}
.update-profile .content input {
  border: 1px #ebebeb solid;
  border-bottom: none;
  outline: none;
  padding: 15px 25px;
  position: relative;
  width: 100%;
}
.update-profile .content textarea {
  border: none;
  height: 140px;
  outline: none;
  padding: 15px;
  resize: none;
  width: 100%;
}
.update-profile .content .done,
.update-profile .content .required {
  position: relative;
}
.update-profile .content .done:after,
.update-profile .content .required:after {
  color: #f44e4e;
  content: "*";
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.update-profile .content .done:after {
  background-image: url("/img/icons/checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  width: 15px;
}
.update-profile .profile-info {
  list-style-type: none;
  margin: 0;
  text-align: left;
}
.update-profile .profile-info li {
  background-image: url("/img/icons/arrow_right.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-bottom: 1px #ebebeb solid;
  cursor: pointer;
  font-size: 16px;
  list-style-type: none;
  margin: 0;
  padding: 20px;
}
.update-profile .profile-info li div {
  color: #9f9f9f;
  font-size: 16px;
}
.update-profile .profile-info li strong {
  font-size: 18px;
  font-weight: 400;
}
.update-profile .profile-info li:before {
  display: none;
}
.update-profile .profile-info li:hover {
  background-color: #fafafa;
}
.update-profile .profile-info li:last-of-type {
  border-bottom: none;
}
.update-profile .profile-info .-alert {
  background-color: rgba(255, 114, 0, 0.1);
  border-top: 1px solid #ebebeb;
  color: #ff7200;
  font-size: 14px;
  padding: 15px 80px;
  text-align: center;
}
.update-profile .edit-picture {
  color: #23b8e5;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.update-profile .edit-form ul {
  margin: 0;
  padding: 0;
}
.update-profile .edit-form li {
  border-bottom: 1px #ebebeb solid;
  cursor: pointer;
  font-size: 18px;
  list-style-type: none;
  margin: 0;
  padding: 20px;
  position: relative;
  text-align: left;
}
.update-profile .edit-form li .date {
  position: absolute;
  right: 15px;
  top: 20px;
}
.update-profile .edit-form li .gray {
  font-size: 16px;
}
.update-profile .edit-form li:before {
  display: none;
}
.update-profile .edit-form li:last-of-type {
  border-bottom: none;
}
.update-profile .edit-form li:hover {
  background-color: #fcfcfc;
}
.update-profile .edit-form .actions {
  border: none;
  bottom: 15px;
  font-size: 16px;
  position: absolute;
  right: 15px;
}
.update-profile .edit-form .actions a {
  display: flex;
}
.update-profile .edit-form .actions a:hover {
  font-weight: bold;
}
.update-profile .edit-form .actions .remove {
  color: #f44e4e;
}
.update-profile .edit-form .actions .remove img {
  margin-right: 5px;
}
.update-profile .no-items {
  font-weight: 300;
  padding: 20px;
}
.update-profile .no-items .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  margin: 10px auto;
  width: 30px;
}
.update-profile .no-items .icon.experience {
  background-image: url("/img/icons/suitcase.svg");
}
.update-profile .no-items .icon.education {
  background-image: url("/img/icons/school.svg");
}
.update-profile .no-items .icon.languages {
  background-image: url("/img/icons/languages.svg");
}
.update-profile .no-items .new-btn {
  background-color: #23b8e5;
  color: #fff;
  font-weight: 700;
  margin: 10px 0 20px;
  outline: none;
  padding: 10px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.update-profile .no-items .new-btn:hover {
  background-color: #1798be;
}

.application-summary ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.application-summary ul .--header {
  background-color: #ebebeb;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 20px;
}
.application-summary ul li {
  background-image: url("/img/icons/arrow_right.svg");
  background-position: calc(100% - 30px) 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-bottom: 1px #ebebeb solid;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  margin: 0;
  padding: 15px 90px 15px 0;
}
.application-summary ul li p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.application-summary ul li .icon-profile {
  align-items: center;
  display: flex;
  margin: 0 25px;
}
.application-summary ul li .icon-profile .-image {
  background-color: #ddd;
  background-size: cover;
  border-radius: 4px;
  height: 30px;
  width: 30px;
}
.application-summary ul li .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 0 40px;
  text-align: center;
}
.application-summary ul li .icon.check {
  background-image: url("/img/icons/checkmark.svg");
}
.application-summary ul li .icon.profile {
  background-image: url("/img/icons/profile-g.svg");
}
.application-summary ul li .icon.profile-green {
  background-image: url("/img/icons/profile-green.svg");
}
.application-summary ul li .icon.attachment {
  background-image: url("/img/icons/attachment-g.svg");
  background-size: 28px;
}
.application-summary ul li .icon.esign-incomplete {
  background-image: url("/img/icons/shield-settings.svg");
  background-size: 30px;
}
.application-summary ul li .icon.esign-complete {
  background-image: url("/img/icons/shield-settings-complete.svg");
  background-size: 30px;
}
.application-summary ul li .icon.skills {
  background-image: url("/img/icons/thunder-b.svg");
  background-size: auto 30px;
}
.application-summary ul li .icon.email {
  background-image: url("/img/icons/profile-email.svg");
  background-size: 28px;
}
.application-summary ul li .icon.email-alert {
  background-image: url("/img/icons/alert.svg");
  background-size: auto 24px;
}
.application-summary ul li .icon.phone {
  background-image: url("/img/icons/profile-phone.svg");
  background-size: 28px;
}
.application-summary ul li .content {
  margin: 0;
  padding: 0;
}
.application-summary ul li .content.small {
  font-size: 14px;
}
.application-summary ul li:last-of-type {
  border-bottom: none;
}
.application-summary ul li:before {
  display: none;
}
.application-summary ul li:hover {
  background-color: #fafafa;
}
.application-summary ul li.attachments .content {
  width: 100%;
}
.application-summary ul li.attachments .file {
  background-color: #fafafa;
  border: 1px #ededed solid;
  font-size: 12px;
  margin-top: 5px;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.application-summary ul li.disabled {
  background-image: none;
  opacity: 1;
  padding-right: 40px;
  pointer-events: none;
}
.application-summary .actions input {
  display: none;
}
.application-summary .disclaimer {
  background-color: whitesmoke;
  border-top: 1px #ededed solid;
  display: flex;
  font-size: 14px;
  padding: 20px;
  text-align: left;
}
.application-summary .disclaimer p {
  margin: 0;
  padding: 0;
}
.application-summary .disclaimer .icon {
  background-image: url("/img/icons/exclamation.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 10px;
  width: 40px;
}
.application-summary .disclaimer.yellow {
  background-color: #ffb400;
}
.application-summary .disclaimer.attachments p {
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .application-summary ul li {
    background-image: none;
    padding-right: 20px;
  }
}

.application-questions .info {
  background-color: #F5F5F5;
  display: flex;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px;
  font-size: 14px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.application-questions .info .icon {
  width: 30px;
  margin: 0 5px;
  background-image: url("/img/icons/info.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.application-questions .content.no-padding {
  padding: 0;
}
.application-questions .content .question-top {
  padding: 10px;
}
.application-questions .content .question-top p {
  margin: 5px;
  font-size: 20px;
}
.application-questions .content .question-top p strong {
  font-size: 18px;
}
.application-questions .content .select-items li:first-of-type {
  border-top: 1px #EBEBEB solid;
}
.application-questions .content textarea, .application-questions .content input {
  resize: none;
  width: calc(100% - 80px);
  background-color: #F8F8F8;
  border: none;
  outline: none;
  padding: 20px;
  height: 150px;
  margin: 10px 0;
  margin-top: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.application-questions .content input {
  height: auto;
  padding: 8px;
  cursor: pointer;
  max-width: 180px;
  text-align: center;
  border: 1px #e4e4e4 solid;
}
.application-questions .content input:hover {
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .application-questions .info {
    max-width: 100%;
  }
  .application-questions .info .icon {
    display: none;
  }
}

.progress-bar {
  background-color: #f8f8f8;
  height: 16px;
}
.progress-bar .status {
  background-color: #f44e4e;
  height: 6px;
  position: relative;
  top: 5px;
}
.progress-bar .status.green {
  background-color: #32aa05;
  color: inherit;
}
.progress-bar .status.yellow {
  background-color: #ffb400;
}
.progress-bar .status span {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  right: -32px;
  top: -9px;
}

.select-items .select-item {
  cursor: pointer;
  text-indent: 35px;
  padding: 15px;
  margin: 0;
  font-size: 18px;
  padding-left: 20px;
  background-position: 22px 50%;
  background-image: url("/img/icons/oval.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  border-bottom: 1px #EBEBEB solid;
  display: flex;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-items .select-item:before {
  display: none;
}
.select-items .select-item.selected {
  background-color: whitesmoke;
  font-weight: 700;
  background-image: url("/img/icons/checkmark.svg");
}
.select-items .select-item:last-of-type {
  border-bottom: none;
}

.apply-processing .logo {
  width: 60px;
  height: 60px;
  background-image: url("/img/alfred.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 20px;
}

.shakeit {
  -webkit-animation: rotate 500ms ease-in-out infinite;
  -moz-animation: rotate 500ms ease-in-out infinite;
  animation: rotate 500ms ease-in-out infinite;
}

@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
}
.application-card ul {
  margin: 0;
  padding: 0;
}
.application-card ul li {
  border-bottom: 1px #ebebeb solid;
  display: flex;
  font-size: 18px;
  margin: 0;
  padding: 20px;
  text-align: left;
}
.application-card ul li p {
  margin: 0 0 0 20px;
  position: relative;
  width: calc(100% - 60px);
}
.application-card ul li .icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
}
.application-card ul li .icon.checkmark {
  background-image: url("/img/icons/checkmark.svg");
}
.application-card ul li .icon.message {
  background-image: url("/img/icons/message.svg");
}
.application-card ul li .icon.logo {
  background-image: url("/img/alfred.svg");
}
.application-card ul li .icon.at {
  background-image: url("/img/icons/at.svg");
}
.application-card ul li .icon.layout {
  background-image: url("/img/icons/layout.svg");
}
.application-card ul li .icon.anon {
  background-image: url("/img/icons/profile-g.svg");
}
.application-card ul li .icon.email {
  background-image: url("/img/icons/email-dark.svg");
}
.application-card ul li:before {
  display: none;
}
.application-card ul li:last-of-type {
  border-bottom: none;
}

.application-summary-skills .flex-wrap {
  padding: 20px;
  padding-top: 10px;
}
.application-summary-skills .application-summary-skills--container {
  max-height: 290px;
  overflow-y: scroll;
}
.application-summary-skills .application-summary-skills--title {
  font-weight: 700;
  padding-top: 20px;
  text-align: center;
  max-width: 400px;
  line-height: 24px;
  margin: 0 auto;
}
.application-summary-skills .skills-skill {
  min-width: calc(50% - 10px);
  border: 1px #f0f0f0 solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.logo-placeholder {
  background-color: #f7f7f7;
  border: 2px #eee solid;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.logo-placeholder .--initials {
  color: #474747;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 75px;
  text-align: center;
  text-transform: uppercase;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo-placeholder .--logo {
  background-image: url("/img/alfred-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -2px;
  height: 24px;
  left: -3px;
  position: absolute;
  transform: rotate(10deg);
  width: 24px;
}

.job-item-placeholder {
  padding-bottom: 30px;
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
}
.job-item-placeholder .placeholder-content {
  height: 245px !important;
  text-align: center;
  border: 1px solid #ebebeb;
  position: relative;
  color: inherit;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.job-item-placeholder .placeholder-content .logo {
  width: 100px;
  height: 90px;
  position: relative;
  margin: 20px auto;
  margin-top: 30px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.job-item-placeholder .placeholder-content .logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 150%;
  animation: shine-lines 1.4s ease-in-out infinite;
  background: linear-gradient(90deg, #fafafa, #f1f1f1, #fafafa);
}
.job-item-placeholder .placeholder-content .band {
  height: 25px;
  margin: 8px auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.job-item-placeholder .placeholder-content .band.placeholder {
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.job-item-placeholder .placeholder-content .band.placeholder::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  animation: shine-lines 1.4s ease-in-out infinite;
  background: linear-gradient(90deg, #fafafa, #f1f1f1, #fafafa);
}
.job-item-placeholder .placeholder-content .band.no-center {
  margin: 8px 0;
}
.job-item-placeholder .placeholder-content .band.no-center.no-top-space {
  margin: 0 0 8px;
}
.job-item-placeholder .placeholder-content .band.no-center.right-margin {
  margin-right: 5px;
}
.job-item-placeholder .placeholder-content h4 {
  font-size: 1.15em;
  margin: 15px 0 5px;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.job-item-placeholder .placeholder-content h5 {
  width: 60%;
  margin: 0 auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.profile-thumb {
  margin: 2px 0 0 2px;
}
.profile-thumb .thumb {
  background-color: #e7e7e7;
  border: 1px #ddd solid;
  height: 40px;
  margin: 0;
  max-width: 40px;
  position: relative;
  top: -2px;
  width: 100%;
}
.profile-thumb .thumb:after {
  bottom: 0;
  content: attr(data-initials);
  font-size: 16px;
  left: 0;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.vi-features {
  text-align: left;
}
.vi-features .grid {
  margin-top: 75px;
  margin-bottom: 45px;
}
.vi-features .grid img {
  width: 286px;
  float: right;
}
@media (max-width: 767px) {
  .vi-features .grid {
    margin-top: 0;
  }
  .vi-features .grid h4 {
    margin-top: 40px;
  }
  .vi-features .grid img {
    display: none;
  }
}
.vi-features .ol-list li {
  font-size: 18px;
  margin: 0;
  padding: 10px 0 10px 40px;
  position: relative;
}
.vi-features .ol-list li em {
  background-color: #23b8e5;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.vi-features .ol-list li:before {
  display: none;
}
.vi-features .btn {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  background-color: #23b8e5;
}
.vi-features .btn:hover {
  background-color: #19aad5;
}
.vi-features.less-space .grid {
  margin-top: 20px;
}

.e-sign .input-container {
  padding: 10px;
}
.e-sign .input-container input {
  width: 100%;
  background-color: #F8F8F8;
  color: #8C8C8C;
  outline: none;
  text-align: center;
  font-size: 35px;
  padding: 25px 0;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.e-sign .input-container input::placeholder {
  color: #d9d9d9;
}
.e-sign .pending {
  font-size: 30px;
  font-weight: 300;
}
.e-sign .logo {
  width: 35px;
  height: 35px;
  background-image: url("/img/alfred.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 25px auto 10px;
}
.e-sign .security-number {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.job-filter-container.active .job-filter {
  background-color: #ff7200;
  background-image: url("/img/icons/select_white.svg");
  border-color: #ff7200;
}
.job-filter-container.active .job-filter strong {
  color: #fff;
  font-weight: bold;
}
.job-filter-container.active .job-filter strong small {
  color: #fff;
}
.job-filter-container.active .job-filter.hide-arrow {
  background-image: none;
}
.job-filter-container.active .job-filter.active {
  background-image: url("/img/icons/select_upside_white.svg");
}

.job-filter {
  background-color: #fff;
  background-image: url("/img/icons/select.svg");
  background-position: calc(100% - 16px) calc(50% + 1px);
  background-repeat: no-repeat;
  background-size: 8px;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  display: inline-block;
  margin-top: 0;
  padding: 10px 40px 10px 20px;
  position: relative;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.job-filter strong {
  font-weight: 400;
}
.job-filter strong small {
  color: #8c8c8c;
  font-weight: 400;
  margin-left: 5px;
}
.job-filter .options {
  background-color: #fff;
  list-style-type: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 210px;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.job-filter .options .li {
  border-bottom: 1px #e6e6e6 solid;
  font-size: 14px;
  margin-left: 0;
  text-align: left;
}
.job-filter .options .li:before {
  display: none;
}
.job-filter .options .li:not(.strong):hover {
  background-color: #f2f2f2;
}
.job-filter .options .li:first-of-type {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.job-filter .options .li:last-of-type {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.job-filter .options .li.round-all {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.job-filter .options .li.strong {
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px 10px 15px;
}
.job-filter .options .li.padded {
  padding: 10px 20px;
}
.job-filter .options .li .check-box {
  padding: 10px 20px;
}
.job-filter .options.left {
  left: 0;
  right: auto;
}
.job-filter .options a {
  color: inherit;
  display: block;
  font-weight: 600;
  padding: 8px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.job-filter .options a small {
  color: #8c8c8c;
  font-weight: 400;
  margin-left: 4px;
}
.job-filter .options a:hover {
  background-color: #f2f2f2;
}
.job-filter .options a.active {
  color: #ff7200;
  font-weight: 600;
}
.job-filter .options.list {
  padding: 10px;
}
.job-filter .options.grid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 100vw;
  padding: 10px;
  width: 800px;
}
.job-filter .options.grid a {
  width: 33.3%;
}
@media (max-width: 767px) {
  .job-filter .options.grid {
    width: 100%;
  }
  .job-filter .options.grid a {
    width: 50%;
  }
}
.job-filter .clear {
  background-image: url("/img/icons/delete_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 16px;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.job-filter .clear:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .job-filter .clear {
    background-size: 8px;
    top: 8px;
  }
}
.job-filter.active, .job-filter:hover {
  background-color: #f2f2f2;
}
.job-filter.active {
  background-image: url("/img/icons/select_upside.svg");
}
@media (max-width: 767px) {
  .job-filter {
    display: block;
    width: 100%;
  }
  .job-filter .options {
    left: 0;
  }
}

.filter-tags-button .btn {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #0a0a0a;
  font-weight: 400;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.filter-tags-button .btn:hover {
  background-color: #f2f2f2;
}
.filter-tags-button .btn.active {
  background-color: #ff7200;
  color: #fff;
}

.filter-tags-modal .ember-modal-dialog {
  width: 1100px;
}
.filter-tags-modal .default-dialog,
.filter-tags-modal .ember-modal-dialog {
  padding: 0;
}
.filter-tags-modal .default-dialog {
  display: flex;
  flex-direction: column;
  max-height: 694px;
  overflow: hidden;
  width: 100%;
}
.filter-tags-modal .head {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
.filter-tags-modal .head strong {
  font-size: 20px;
}
.filter-tags-modal .head .close {
  background-size: 16px auto;
  right: 12px;
  top: 12px;
}
.filter-tags-modal .search {
  margin: 15px 15px 20px;
  position: relative;
}
.filter-tags-modal .search input {
  background-color: #fff;
  font-size: 14px;
  opacity: 0.7;
  outline: none;
  padding: 6px 10px;
  width: 100%;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.filter-tags-modal .search input:focus, .filter-tags-modal .search input:hover {
  opacity: 1;
}
.filter-tags-modal .search .remove {
  background: url("/img/icons/remove.svg") no-repeat center center;
  background-size: 16px auto;
  border: none;
  height: 16px;
  right: 10px;
  opacity: 0.5;
  outline: none;
  position: absolute;
  top: 8px;
  width: 16px;
}
.filter-tags-modal .search .remove:hover {
  opacity: 0.8;
}
.filter-tags-modal .window {
  background-color: #fafafa;
  display: flex;
  min-height: 0;
  text-align: left;
}
.filter-tags-modal .window h3 {
  font-size: 16px;
  font-weight: 700;
}
.filter-tags-modal .window .left {
  flex: 1;
  max-width: 290px;
  overflow-y: auto;
}
.filter-tags-modal .window .left h3 {
  margin: 15px 20px 10px 18px;
}
.filter-tags-modal .window .right {
  align-content: flex-start;
  align-self: stretch;
  background-color: #fff;
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 18px 15px;
}
.filter-tags-modal .window .menu-item {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 20px;
}
.filter-tags-modal .window .menu-item strong {
  color: #ff7200;
}
.filter-tags-modal .window .menu-item:hover {
  color: #000;
}
.filter-tags-modal .window .menu-item.active {
  background-color: #ff7200;
  color: #fff;
  font-weight: 700;
}
.filter-tags-modal .window .menu-item.active strong {
  color: #fff;
  opacity: 0.8;
}
.filter-tags-modal .window.searching .menu-item,
.filter-tags-modal .window.searching h3 {
  opacity: 0.3;
  pointer-events: none;
}
.filter-tags-modal .window.searching .right {
  flex-direction: column;
  flex-wrap: nowrap;
}
.filter-tags-modal .window.searching .right .cat {
  width: 100%;
}
.filter-tags-modal .window.searching .right .cat strong {
  display: none;
  width: 100%;
}
.filter-tags-modal .window.searching .right .cat strong:first-child {
  display: block;
  margin-bottom: 7px;
}
.filter-tags-modal .window.searching .right .cat .item:last-child {
  margin-bottom: 15px;
}
.filter-tags-modal .item {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 8px 10px;
  width: 50%;
}
.filter-tags-modal .item span {
  font-size: 16px;
  margin-left: 15px;
}
.filter-tags-modal .item:hover {
  font-weight: 600;
}
.filter-tags-modal .item.all {
  font-weight: 600;
  width: 100%;
}
.filter-tags-modal .tags {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  min-width: 240px;
  overflow-y: auto;
  padding: 15px;
  width: min-content;
}
.filter-tags-modal .tags i {
  font-size: 14px;
  padding: 20px;
  width: 200px;
}
.filter-tags-modal .tags h3 {
  margin: 0 0 12px 3px;
  width: 100%;
}
.filter-tags-modal .tags .tag {
  background-color: #ff7200;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 3px;
  max-width: 250px;
  overflow: hidden;
  padding: 3px 10px;
  text-align: center;
  white-space: nowrap;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.filter-tags-modal .tags .tag:hover {
  background-color: #f44e4e;
  cursor: pointer;
}
.filter-tags-modal .foot {
  border-top: 1px solid #eee;
  padding: 12px 15px;
  text-align: right;
}
.filter-tags-modal .foot .btn {
  margin: 0 0 0 20px;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .filter-tags-modal .default-dialog {
    height: 100vh;
  }
  .filter-tags-modal .tags {
    display: none;
  }
}
@media (max-width: 620px) {
  .filter-tags-modal {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .filter-tags-modal {
    font-size: 11px;
  }
}

.hire-package-modal .ember-modal-dialog {
  overflow: hidden;
  padding: 0;
}
.hire-package-modal .ember-modal-dialog .default-dialog {
  padding: 0;
  width: 550px;
}
.hire-package-modal .pd {
  padding: 40px;
}
.hire-package-modal .loading {
  background-image: url("/img/loader-orange.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  margin: 30px auto 20px;
  width: 30px;
}
.hire-package-modal .close {
  background-image: url("/img/icons/close_b.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 17px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 17px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.hire-package-modal .close:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.hire-package-modal .body {
  padding: 20px;
}
.hire-package-modal .body h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  padding-top: 20px;
}
.hire-package-modal .body .info-box {
  display: flex;
  margin: 20px auto 30px;
  max-width: 80%;
  padding-left: 20px;
  text-align: left;
}
.hire-package-modal .body .info-box img {
  height: 60px;
  margin-right: 12px;
}
.hire-package-modal .body .info-box.padded {
  padding: 15px;
}
@media (max-width: 767px) {
  .hire-package-modal .body .info-box {
    margin: 20px 0 30px;
    max-width: none;
    padding-left: 0;
    text-align: center;
  }
  .hire-package-modal .body .info-box img {
    display: none;
  }
}
.hire-package-modal .body .item {
  background-color: #fff;
  margin-top: 20px;
  padding: 0;
  position: relative;
  text-align: left;
  z-index: 2;
}
.hire-package-modal .body .item li {
  margin-left: 0;
}
.hire-package-modal .body .item li:before {
  display: none;
}
.hire-package-modal .cover {
  color: #0a0a0a;
}
.hire-package-modal .btn {
  background-position: 0 center;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 13px 40px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}
.hire-package-modal .btn.green {
  background-image: -webkit-linear-gradient(45deg, #59a832 0, #70c444 100%);
  background-image: -moz-linear-gradient(45deg, #59a832 0, #70c444 100%);
  background-image: linear-gradient(45deg, #59a832 0, #70c444 100%);
}
.hire-package-modal .btn.green:hover {
  background-image: -webkit-linear-gradient(45deg, #55a030 0, #64b539 100%);
  background-image: -moz-linear-gradient(45deg, #55a030 0, #64b539 100%);
  background-image: linear-gradient(45deg, #55a030 0, #64b539 100%);
}

.hire-package .btn {
  padding: 8px 0;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.hire-question {
  padding: 5px 20px;
}
.hire-question label {
  display: block;
  float: left;
  width: 150px;
  font-size: 15px;
  color: #8c8c8c;
  text-align: right;
  margin-right: 15px;
  position: relative;
  top: 10px;
}
.hire-question label.required:before {
  position: absolute;
  content: "*";
  font-weight: 700;
  top: -2px;
  right: -8px;
  color: #f44e4e;
}
@media (max-width: 767px) {
  .hire-question label {
    width: auto;
    display: block;
    float: none;
    top: 0;
    text-align: left;
    left: 5px;
    margin-bottom: 10px;
  }
  .hire-question label.required:before {
    left: -10px;
    top: 0;
  }
}
.hire-question input {
  width: calc(100% - 180px);
  border: 1px #e5e5e5 solid;
  font-size: 15px;
  text-align: left;
  outline: none;
  padding: 10px 15px;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hire-question input::placeholder {
  font-weight: 400;
  color: #cccccc;
}
.hire-question input:focus {
  border: 1px #a6a6a6 solid;
}
@media (max-width: 767px) {
  .hire-question input {
    width: 100%;
  }
}
.hire-question .clear-input {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #23b8e5;
  text-decoration: underline;
}
.hire-question .clear-input:hover {
  color: #1798be;
}
.hire-question .ember-power-select-trigger {
  position: relative;
  outline: none;
  display: inline-block;
  font-size: 15px;
  padding: 5px 10px;
  width: calc(100% - 175px);
  border: 1px #e5e5e5 solid;
}
.hire-question .ember-power-select-trigger:focus {
  border: 1px #a6a6a6 solid;
}
@media (max-width: 767px) {
  .hire-question .ember-power-select-trigger {
    width: 100%;
  }
}
.hire-question .ember-power-select-trigger--active {
  border: 1px #a6a6a6 solid;
}
.hire-question .ember-power-select-placeholder {
  color: #cccccc;
}
.hire-question .ember-power-select-selected-item, .hire-question .ember-power-select-placeholder {
  margin-left: 0;
}
.hire-question .ember-power-select-status-icon {
  border-color: #23b8e5 transparent transparent transparent;
  border-width: 4px 4px 0 4px;
}
.hire-question .select-input {
  position: relative;
}
.hire-question .is-bank input {
  padding: 10px;
  width: 90px;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hire-question .is-bank input::placeholder {
  color: #cccccc;
}
.hire-question .is-bank input:last-of-type {
  width: calc(100% - 370px);
  margin-right: 0;
}
@media (max-width: 767px) {
  .hire-question .is-bank {
    float: none;
  }
  .hire-question .is-bank input:first-of-type {
    width: 30%;
  }
  .hire-question .is-bank input:nth-of-type(2) {
    width: 20%;
  }
  .hire-question .is-bank input:last-of-type {
    margin-right: 0;
    width: calc(50% - 18px);
  }
}
.hire-question:last-of-type {
  border-bottom: none;
}
.hire-question.valid input {
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}

.country-code {
  margin-bottom: 15px;
  position: relative;
}
.country-code .--selected {
  align-items: center;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  display: flex;
  padding: 9px 10px;
}
.country-code .--selected img {
  margin-right: 10px;
  width: 26px;
}
.country-code .--selected:hover {
  border-color: #ff7200;
  cursor: pointer;
}
.country-code .--dropdown {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 5px;
  max-height: 250px;
  overflow-y: auto;
  padding: 5px 0;
  position: absolute;
  width: max-content;
  z-index: 99;
}
.country-code .--dropdown hr {
  margin: 5px 0;
}
.country-code .--dropdown .-code {
  align-items: center;
  display: flex;
  font-size: 15px;
  padding: 5px 10px;
}
.country-code .--dropdown .-code img {
  width: 25px;
}
.country-code .--dropdown .-code .-dial {
  min-width: 42px;
  margin: 0 15px;
  text-align: right;
}
.country-code .--dropdown .-code .-name {
  max-width: 120px;
}
.country-code .--dropdown .-code:hover {
  background-color: #eee;
  cursor: pointer;
}

.box-alfrello {
  background-color: #fff;
}
.box-alfrello .img-1 {
  margin: 50px 0 90px;
  width: 1098px;
}
.box-alfrello .grid p {
  font-size: 18px;
  margin-bottom: 20px;
  min-height: 130px;
}
.box-alfrello .grid .a1 {
  width: 302px;
}
.box-alfrello .grid .a2 {
  width: 261px;
}
.box-alfrello .grid .a3 {
  width: 328px;
}
.box-alfrello.darker {
  background-color: #FBFAF9;
}
@media (max-width: 991px) {
  .box-alfrello .grid p {
    min-height: 0;
  }
  .box-alfrello .grid img {
    margin-bottom: 40px;
  }
}

.image-section .btn {
  padding: 10px 30px;
}
.image-section.darker {
  background-color: #FBFAF9;
  border-top: 1px solid #efefef;
}

.box-vi h4 {
  margin-top: 90px;
}
.box-vi p {
  max-width: 920px;
  margin: 0 auto;
}
.box-vi p.top-space {
  margin-top: 25px;
}
.box-vi .disclaimer {
  margin: 10px 0;
  font-size: 15px;
}
.box-vi.darker {
  background-color: #FBFAF9;
  border-top: 1px solid #efefef;
}
@media (max-width: 991px) {
  .box-vi .box-vi img {
    margin-bottom: 40px;
  }
}

.testimonials {
  background-color: #fff;
}
.testimonials .grid {
  margin-top: 35px;
}
.testimonials .grid > div {
  margin-top: 15px;
  min-height: 320px;
}
.testimonials .grid .logo {
  line-height: 73px;
  margin-bottom: 5px;
}
.testimonials .grid p {
  font-size: 18px;
  padding: 0 20px;
}
.testimonials .grid .name {
  margin-bottom: 3px;
}
.testimonials .grid span {
  color: #8c8c8c;
}
.testimonials.darker {
  background-color: #FBFAF9;
}

.testimonials--signup {
  border-top: 1px;
}

.products-grid {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.pricing .pricelist {
  margin-top: 40px;
}
.pricing .pricelist .border {
  background-color: #fff;
  border: 1px solid #F3F3F3;
  margin-bottom: 40px;
  min-height: 530px;
  padding: 25px 35px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pricing .pricelist .border p.small {
  font-size: 16px !important;
  margin: 0 !important;
}
.pricing .pricelist .border .title {
  font-weight: 700 !important;
}
.pricing .pricelist .ribbon {
  background: url("/img/ribbon.svg") no-repeat top right;
  height: 140px;
  position: absolute;
  right: -12px;
  text-transform: uppercase;
  top: -12px;
  width: 140px;
}
.pricing .pricelist .ribbon span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 37px -45px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pricing .pricelist h3 {
  color: #23b8e5;
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.pricing .pricelist h4 {
  line-height: normal;
  margin: 5px 0 0;
  padding-top: 5px;
}
.pricing .pricelist .price {
  font-size: 70px;
  font-weight: 300;
  line-height: 55px;
  margin-bottom: 10px;
}
.pricing .pricelist .price small {
  font-size: 75%;
}
.pricing .pricelist p {
  font-weight: 400;
}
.pricing .pricelist p.small {
  font-size: 16px;
}
.pricing .pricelist hr {
  margin: 27px 0;
}
.pricing .pricelist ul li {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
}
.pricing.darker {
  background-color: #FBFAF9;
}

.pricing-disclaimer {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

.pricing--show-more {
  background: none;
  font-size: 16px;
  text-decoration: underline;
  color: #23b8e5;
  margin-top: 1.5rem;
}

.cee-pricelist {
  padding: 70px 0;
}
.cee-pricelist .btn {
  background-color: #23b8e5;
  display: block;
  margin: 0;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cee-pricelist .btn:hover {
  background-color: #19aad5;
}
.cee-pricelist .btn.--contact {
  background-color: #fff;
  border: 1px solid #23b8e5;
  color: #23b8e5;
  padding: 14px 20px;
}
.cee-pricelist .btn.--contact:hover {
  background-color: #fafafa;
}
.cee-pricelist .btn.--book {
  display: inline-block;
  padding: 14px 20px;
  width: auto;
}
.cee-pricelist .title {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .cee-pricelist .title {
    font-size: 34px;
  }
}
.cee-pricelist .subtitle {
  font-size: 24px;
}
.cee-pricelist .--space {
  height: 30px;
  width: 30px;
}
.cee-pricelist .--pricing {
  display: flex;
  margin: 60px auto 0;
  max-width: 100%;
  width: 770px;
}
@media (max-width: 767px) {
  .cee-pricelist .--pricing {
    flex-direction: column;
  }
}
.cee-pricelist .--pricing .-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cee-pricelist .--pricing .-item.--blue {
  background-color: #23b8e5;
  border: 1px solid #1ca9d4;
  color: #fff;
}
.cee-pricelist .--pricing .-item.--blue .price {
  border-bottom: 1px solid #1ca9d4;
  border-top: 1px solid #1ca9d4;
}
.cee-pricelist .--pricing .-item.--blue .price .strong {
  color: #fff;
  font-size: 50px;
}
.cee-pricelist .--pricing .-item:hover {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.cee-pricelist .--pricing .-item .head {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}
.cee-pricelist .--pricing .-item .head .icon {
  background-color: #1ea6d0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 70%;
  height: 37px;
  margin-bottom: 5px;
  width: 37px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cee-pricelist .--pricing .-item .head .icon.--boost {
  background-image: url("/img/icons/boost.svg");
}
.cee-pricelist .--pricing .-item .head .icon.--camera {
  background-image: url("/img/icons/camera.svg");
  background-size: 77% auto;
}
.cee-pricelist .--pricing .-item .head .strong {
  font-size: 24px;
  font-weight: bold;
}
.cee-pricelist .--pricing .-item .price-top {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  height: 124px;
  justify-content: center;
  padding: 15px 30px 20px;
}
.cee-pricelist .--pricing .-item .price-top .strong {
  color: #23b8e5;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.cee-pricelist .--pricing .-item .price-top small {
  margin-top: 4px;
}
.cee-pricelist .--pricing .-item .price {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
}
.cee-pricelist .--pricing .-item .price .-top {
  margin-bottom: 8px;
}
.cee-pricelist .--pricing .-item .price .old {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cee-pricelist .--pricing .-item .price .stripe {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.cee-pricelist .--pricing .-item .price .stripe::after {
  background-color: rgba(244, 78, 78, 0.7);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-18deg);
  width: 100%;
}
.cee-pricelist .--pricing .-item .price .discount {
  background-color: #eaf6e6;
  border-radius: 6px;
  color: #32aa05;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  padding: 2px 5px;
  text-transform: uppercase;
}
.cee-pricelist .--pricing .-item .price .strong {
  color: #23b8e5;
  font-size: 45px;
  font-weight: bold;
}
.cee-pricelist .--pricing .-item .price .strong small {
  font-size: 30px;
}
.cee-pricelist .--pricing .-item .bottom {
  padding: 30px;
}
.cee-pricelist .--extras {
  display: flex;
  flex-direction: column;
  margin: 30px auto 0;
  max-width: 100%;
  width: 770px;
}
.cee-pricelist .--extras .--space {
  height: 15px;
}
.cee-pricelist .--extras .-item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
  font-size: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cee-pricelist .--extras .-item:hover {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.cee-pricelist .--extras .-item .check {
  background: url("/img/icons/check-list.svg") no-repeat center;
  background-size: auto 26px;
  width: 80px;
}
.cee-pricelist .--extras .-item .head {
  background-color: #f9f9f9;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 135px;
}
.cee-pricelist .--extras .-item .head strong {
  color: #0a0a0a;
  line-height: 1.1;
  margin: 0 15px;
}
.cee-pricelist .--extras .-item .text {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 30px 15px 0;
  text-align: left;
}
.cee-pricelist .--extras .-item .text strong {
  font-weight: 600;
}
.cee-pricelist .--extras .-item .text small {
  font-size: 14px;
  margin-top: 4px;
}
@media (max-width: 480px) {
  .cee-pricelist .--extras .-item {
    flex-direction: column;
  }
  .cee-pricelist .--extras .-item .check {
    height: 60px;
    width: auto;
  }
  .cee-pricelist .--extras .-item .text {
    align-items: center;
    text-align: center;
    padding: 0 15px 15px;
  }
}
.cee-pricelist .--estimate {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.cee-pricelist .--estimate .--slider {
  margin: 25px 50px;
}
@media (max-width: 767px) {
  .cee-pricelist .--estimate .--slider {
    margin: 25px 0;
  }
}
.cee-pricelist .--estimate .--slider .noUi-horizontal {
  background: #f3f3f4;
  border: none;
  border-radius: 7px;
  box-shadow: none;
  height: 14px;
}
.cee-pricelist .--estimate .--slider .noUi-connects {
  border-radius: 7px;
}
.cee-pricelist .--estimate .--slider .noUi-base:after {
  background: #ff7200;
  bottom: 0;
  box-shadow: 0 0 5px 1px #fff;
  content: "";
  display: block;
  left: var(--left-limit);
  position: absolute;
  top: 0;
  width: 1px;
}
.cee-pricelist .--estimate .--slider .noUi-connect {
  background: #23b8e5;
}
.cee-pricelist .--estimate .--slider .noUi-handle {
  border-radius: 7px;
}
.cee-pricelist .--estimate .--slider .noUi-handle:after,
.cee-pricelist .--estimate .--slider .noUi-handle:before {
  background: #23b8e5;
}
.cee-pricelist .--estimate .--slider .noUi-handle:focus,
.cee-pricelist .--estimate .--slider .noUi-touch-area:focus {
  outline: none;
}
.cee-pricelist .--estimate .--title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.cee-pricelist .--estimate .example {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
}
.cee-pricelist .--estimate .example .no {
  font-weight: bold;
  margin: 0 15px 0 5px;
}
.cee-pricelist .--estimate .example .text {
  margin: 0;
}
.cee-pricelist .--description {
  color: #8c8c8c;
  font-size: 18px;
  margin-top: 40px;
}
.cee-pricelist .--divider {
  background-color: #e6e6e6;
  height: 1px;
  margin: 60px 0;
}
.cee-pricelist .--more-info {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 18px;
  justify-content: center;
  margin-right: 30px;
  padding: 40px;
}
.cee-pricelist .--pic-list {
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cee-pricelist .--pic-list {
    flex-direction: column;
  }
}
.cee-pricelist .--pic-list .pic {
  align-self: flex-start;
  flex: 2;
}
.cee-pricelist .--pic-list .list {
  flex: 1;
}
.cee-pricelist .--pic-list .list p {
  border-left: 4px solid #23b8e5;
  font-size: 18px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.cee-pricelist .--pic-list .list p:last-child {
  margin-bottom: 0;
}
.cee-pricelist .--newsletter {
  background-color: #f9f9f9;
  flex: 2;
  padding: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cee-pricelist .--newsletter .title {
  font-size: 40px;
}
.cee-pricelist .--newsletter .email {
  margin-right: 20px;
  margin-top: 10px;
  padding: 14px;
  width: 350px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cee-pricelist .--newsletter .checkbox {
  margin-left: 12px;
}
.cee-pricelist .--newsletter .-inputs {
  text-align: left;
}
.cee-pricelist .--newsletter .--form {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
.cee-pricelist .--newsletter .--form label {
  cursor: pointer;
  margin-left: 10px;
}
.cee-pricelist .--newsletter .--form a {
  color: #23b8e5;
}
.cee-pricelist .--newsletter .--form a:hover {
  text-decoration: underline;
}
.cee-pricelist .--newsletter .--form .--flex {
  align-items: center;
  font-size: 14px;
}
.cee-pricelist .--newsletter .--form .--book {
  margin-bottom: 1px;
}

.--christmas-header {
  background: url("/img/christmas-header.png") no-repeat left bottom;
  background-size: auto 100%;
}
@media (max-width: 1180px) {
  .--christmas-header {
    width: auto;
  }
  .--christmas-header .header h1 {
    margin-right: 20px !important;
  }
}
@media (max-width: 960px) {
  .--christmas-header {
    background-size: auto 70%;
  }
}
@media (max-width: 767px) {
  .--christmas-header {
    background: none;
  }
  .--christmas-header .header {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .--christmas-header .header h1 {
    font-size: 34px !important;
  }
}

.company-features {
  overflow: auto;
}
.company-features hr {
  margin: 70px 0;
}
.company-features h2 {
  margin-top: 45px;
}
.company-features .p {
  font-size: 25px;
  margin-top: 35px;
}
.company-features .price-table {
  border: 1px solid rgba(35, 184, 229, 0.5);
  border-radius: 20px;
  font-size: 19px;
  margin: 35px 80px;
  overflow: hidden;
}
.company-features .price-table .-row {
  align-items: stretch;
  border-top: 1px solid rgba(35, 184, 229, 0.5);
  display: flex;
}
.company-features .price-table .-row:first-child {
  border-top: none;
  font-size: 120%;
}
.company-features .price-table .-row .-item {
  align-items: center;
  border-left: 1px solid rgba(35, 184, 229, 0.5);
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 12px 15px;
}
.company-features .price-table .-row .-item:first-child {
  border-left: none;
  font-size: 18px;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.company-features .price-table .-row .-item.-blue {
  background-color: rgba(35, 184, 229, 0.1);
}
.company-features .price-table .-row .-item.--noflex {
  display: block;
  text-align: center;
}
.company-features .price-table .-row .-item small {
  font-size: 14px;
}
.company-features .price-table .-row .-item small .star {
  color: #ff7200;
  font-size: 16px;
  font-weight: 600;
}
.company-features .price-table .--yes {
  background: url("/img/icons/check_blue.svg") no-repeat center;
  background-size: auto 100%;
  height: 27px;
  width: 27px;
}
.company-features .price-table .--no {
  background: url("/img/icons/delete.svg") no-repeat center;
  background-size: auto 100%;
  height: 20px;
  width: 20px;
}
.company-features .price-table .old-price {
  display: flex;
  justify-content: center;
}
.company-features .price-table .old-price .-price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 12px;
}
.company-features .price-table .stripe {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.company-features .price-table .stripe::after {
  background-color: rgba(244, 78, 78, 0.7);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: rotate(-18deg);
  width: 100%;
}
@media (max-width: 767px) {
  .company-features .price-table {
    font-size: 16px;
    margin: 35px 0;
  }
  .company-features .price-table .-row .-item {
    padding: 10px 5px;
  }
  .company-features .price-table .old-price .-price {
    margin-right: 5px;
  }
  .company-features .price-table .stripe {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .company-features .price-table {
    font-size: 14px;
  }
  .company-features .price-table .-row .-item {
    padding: 5px 4px;
  }
  .company-features .price-table .-row .-item:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.company-features .-contact {
  background-color: #23b8e5;
  font-size: 22px;
  margin: 20px 0 45px;
}
.company-features .-limited {
  font-size: 16px;
}
.company-features .-christmas {
  background: #23b8e5 url("/img/icons/christmas.svg") no-repeat 17px top;
  background-size: auto 50px;
  font-size: 22px;
  margin: 20px 0 25px;
  padding-left: 80px;
}
.company-features .feature-col {
  display: flex;
  margin: 0 45px;
}
@media (max-width: 767px) {
  .company-features .feature-col {
    flex-direction: column;
  }
}
.company-features .feature-col .-item {
  flex: 1;
  margin: 10px 30px;
}
.company-features .feature-col .-item img {
  border-radius: 14px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  height: 150px;
  margin-bottom: 30px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.company-features .feature-col .-item img:hover {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.company-features .feature-col .-item .-text {
  font-size: 19px;
}
.company-features .feature-col .-item:first-child img {
  height: 200px;
}
.company-features .feature-col .-item:nth-child(3) img {
  height: 174px;
}
.company-features .feature-row {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  max-width: 100%;
  text-align: left;
  width: 640px;
}
.company-features .feature-row .--space {
  height: 60px;
}
.company-features .feature-row .-item {
  align-items: center;
  display: flex;
}
.company-features .feature-row .-item .-space {
  width: 40px;
}
.company-features .feature-row .-item img {
  border-radius: 14px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  width: 250px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.company-features .feature-row .-item img:hover {
  -webkit-transform: scale(1.6, 1.6);
  -moz-transform: scale(1.6, 1.6);
  -ms-transform: scale(1.6, 1.6);
  -o-transform: scale(1.6, 1.6);
  transform: scale(1.6, 1.6);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.company-features .feature-row .-item:first-child img:hover {
  -webkit-transform: scale(2.3, 2.3);
  -moz-transform: scale(2.3, 2.3);
  -ms-transform: scale(2.3, 2.3);
  -o-transform: scale(2.3, 2.3);
  transform: scale(2.3, 2.3);
}
.company-features .feature-row .-item .-text {
  font-size: 23px;
  flex: 1;
}
.company-features .feature-row .-item .-text strong {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .company-features .feature-row .-item {
    flex-direction: column;
    text-align: center;
  }
  .company-features .feature-row .-item img {
    margin: 20px 0;
  }
  .company-features .feature-row .-item .-text {
    font-size: 18px;
  }
}
.company-features .client-logos {
  margin: 40px auto;
  max-width: 100%;
  width: 640px;
}
.company-features .client-logos .-row {
  display: flex;
  align-items: center;
}
.company-features .client-logos .-row .-item {
  flex: 1;
  margin: 20px;
}
.company-features .contact-form {
  margin: 35px 0 100px;
}
.company-features .contact-form input {
  border-radius: 10px;
  font-size: 18px;
  margin-right: 10px;
  padding: 16px 18px;
  width: 250px;
}
.company-features .contact-form .submit {
  background-color: #23b8e5;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 15px;
}

.categories-header-is .categories-header-is--title {
  font-weight: 300;
  font-size: 46px;
  line-height: 1.1;
  padding: 40px 0;
}
.categories-header-is .categories-header-is--categories {
  text-align: center;
  padding-bottom: 50px;
}
.categories-header-is .categories-header-is--category {
  color: #fff;
  opacity: 0.7;
  display: inline-block;
  font-size: 17px;
  margin: 5px;
  padding: 13px 15px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.categories-header-is .categories-header-is--category strong {
  display: inline-block;
  margin-right: 4px;
  font-weight: 600;
}
.categories-header-is .categories-header-is--category span {
  font-weight: 400;
  opacity: 0.7;
}
.categories-header-is .categories-header-is--category:hover, .categories-header-is .categories-header-is--category.active {
  opacity: 1;
}
.categories-header-is .categories-header-is--category.active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.05);
}
.categories-header-is .categories-header-is--jobtypes {
  padding: 30px 0;
  padding-top: 20px;
  text-align: center;
}
.categories-header-is .categories-header-is--jobtype {
  margin: 10px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.categories-header-is .categories-header-is--jobtype:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 1180px) {
  .categories-header-is .categories-header-is--title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .categories-header-is .categories-header-is--title {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .categories-header-is .categories-header-is--jobtypes {
    display: none;
  }
}

.summerjobs-btn {
  position: relative;
}
.summerjobs-btn a {
  display: inline-block;
  color: #fff;
  background-color: rgba(50, 170, 5, 0.7);
  padding: 8px 40px 8px 20px;
  border: 1px rgba(50, 170, 5, 0.9) solid;
  font-weight: 700;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.summerjobs-btn a .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  right: 10px;
}
.summerjobs-btn a .icon.tree {
  background-image: url("/img/icons/tree.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.summerjobs-btn a:hover {
  background-color: rgba(50, 170, 5, 0.9);
}
.summerjobs-btn a:hover .icon {
  animation: swing 1s linear forwards;
}
.summerjobs-btn.hide-text a {
  padding: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.summerjobs-btn.hide-text a .icon {
  right: 4px;
}
.summerjobs-btn.hide-text .summerjobs-btn--text {
  display: none;
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.job-filters {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.job-filters .job-filters--search {
  min-width: 350px;
  display: flex;
  height: 100%;
}
.job-filters .job-filters--search img {
  position: relative;
  top: 5px;
  width: 25px;
  margin-right: 5px;
}
.job-filters .job-filters--search input {
  padding: 10px 10px 10px 40px;
  background-image: url("/img/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 20px;
  background-color: #fff;
  border: 1px #f4f4f4 solid;
  width: 100%;
  color: #888;
  outline: none;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.job-filters .job-filters--search input:focus, .job-filters .job-filters--search input:hover {
  opacity: 1;
  border: 1px #ddd solid;
}
.job-filters .job-filters--search.focus input, .job-filters .job-filters--search:hover input {
  opacity: 1;
}
.job-filters .job-filters--search .remove {
  background: url("/img/icons/remove.svg") no-repeat center center;
  background-size: 15px auto;
  border: none;
  height: 15px;
  opacity: 0.5;
  outline: none;
  width: 15px;
  position: relative;
  left: 5px;
  top: 12px;
}
.job-filters .job-filters--search .remove:hover {
  opacity: 0.8;
}
.job-filters .job-filters--search.wider {
  min-width: 420px;
}
@media (max-width: 767px) {
  .job-filters .job-filters--search.wider {
    min-width: auto;
  }
}
.job-filters .job-filters--tag {
  background: #ff7200 url("/img/icons/close.svg") no-repeat calc(100% - 15px) center;
  background-size: auto 10px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  padding: 8px 40px 8px 15px;
}
.job-filters .job-filters--tag:hover {
  background-color: #e66700;
}
.job-filters .job-filters--left .job-filter {
  margin-right: 10px;
}
.job-filters .job-filters--right {
  display: flex;
  align-items: center;
}
.job-filters .job-filters--right > div {
  margin-right: 10px;
}
.job-filters .job-filters--right > div:last-of-type {
  margin-right: 0;
}
.job-filters .clear {
  background-color: transparent;
  color: #f44e4e;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 10px 20px;
}
.job-filters .clear:hover {
  background-color: inherit;
  color: #e20e0e;
}
.job-filters .brigady-btn {
  background-color: rgba(50, 170, 5, 0.7);
  border: 2px #228705 solid;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 8px 20px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.job-filters .brigady-btn:hover {
  background-color: rgba(50, 170, 5, 0.9);
}
.job-filters .hide-lg {
  display: block;
}
.job-filters .hide-mobile {
  display: block;
}
@media (max-width: 1199px) {
  .job-filters {
    flex-direction: column;
  }
  .job-filters .job-filters--search {
    margin-bottom: 10px;
  }
  .job-filters .job-filters--left {
    margin-bottom: 20px;
  }
  .job-filters .job-filters--right {
    justify-content: space-between;
  }
  .job-filters .hide-lg {
    display: none;
  }
}
@media (max-width: 992px) {
  .job-filters .job-filters--search .remove {
    left: 5px;
  }
}
@media (max-width: 767px) {
  .job-filters .job-filters--right {
    display: block;
    margin-bottom: 10px;
    flex-direction: column;
  }
  .job-filters .job-filters--right .job-filter-container {
    margin: 0 0 10px;
  }
  .job-filters .job-filters--right .filter-tags-button .btn {
    text-align: left;
    width: 100%;
  }
  .job-filters .hide-mobile {
    display: none;
  }
}

.fixed-nav {
  background-color: #ff7200;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 48;
}

.sticky-nav-container, .sticky-header-container {
  animation: slideDown 0.2s forwards;
  background-color: #ff7200;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 48;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 767px) {
  .sticky-nav-container, .sticky-header-container {
    position: relative;
    top: 0;
  }
}
.sticky-nav-container.blue, .sticky-header-container.blue {
  background-color: #23b8e5;
}

.sticky-header-container {
  position: fixed !important;
  z-index: 9999 !important;
}

@keyframes slideDown {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .fixed-nav {
    position: relative;
  }
}
.detail-breadcrumbs {
  padding-left: 20px;
}
.detail-breadcrumbs li {
  background: url("/img/icons/arrow_right.svg") no-repeat right center;
  color: #8c8c8c;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  margin-left: 0;
  padding-right: 14px;
  text-transform: uppercase;
}
.detail-breadcrumbs li a {
  color: inherit;
}
.detail-breadcrumbs li a:hover {
  text-decoration: underline;
}
.detail-breadcrumbs li:before {
  display: none;
}
.detail-breadcrumbs li:last-child {
  background: none;
}
@media (max-width: 767px) {
  .detail-breadcrumbs {
    text-align: center;
    padding-left: 0;
  }
  .detail-breadcrumbs li {
    font-size: 14px;
  }
}

.detail-content--top {
  margin-bottom: 20px;
}

.detail-content .detail-content--header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px;
}
.detail-content .detail-content--header h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding-right: 120px;
}
.detail-content .detail-content--logo {
  margin-right: 20px;
  min-width: 100px;
}
.detail-content .detail-content--logo img {
  width: 100px;
}
.detail-content .detail-content--content {
  padding: 20px 0;
  padding-top: 0px;
  margin: 0 20px;
}
.detail-content .detail-content--content p {
  line-height: 1.6;
  margin: 0 0 15px;
  font-size: 16px;
}
.detail-content .detail-content--content ul {
  margin: 10px 0 15px 15px;
}
.detail-content .detail-content--content ul li {
  font-size: 16px;
  margin: 8px 14px;
}
.detail-content .detail-content--brand {
  display: inline-block;
  background: url("/img/icons/arrow_right.svg") no-repeat right calc(50% + 1px);
  background-size: 7px;
  padding-right: 12px;
  color: #ff7200;
  cursor: pointer;
}
@media (max-width: 768px) {
  .detail-content .detail-content--title-smaller {
    padding-right: 0;
  }
  .detail-content .detail-content--header {
    flex-direction: column;
    align-items: flex-start;
  }
  .detail-content .detail-content--header h1 {
    padding-right: 60px;
    font-size: 22px;
    line-height: 32px;
  }
  .detail-content .detail-content--logo {
    margin-right: 0;
  }
  .detail-content .detail-content--brand {
    display: block;
    background-image: none;
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
  }
}

.ui-card {
  background-color: #fff;
  border: 1px #F4F4F4 solid;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.ui-card--collapsed {
  cursor: pointer;
  background-image: url("/img/icons/arrow-down-o.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 15px;
}
.ui-card--collapsed:hover {
  background-color: #fcfcfc;
}

.empty-message {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-top: 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.empty-message--content {
  margin-top: 15px;
  margin-bottom: 15px;
}

.brand-detail .ember-modal-dialog {
  overflow: hidden;
  padding: 0;
}
.brand-detail .ember-modal-dialog .default-dialog {
  max-width: 100%;
  padding: 0;
  width: 670px;
}
.brand-detail .cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 330px;
  position: relative;
}
.brand-detail .cover .gradient {
  background-color: rgba(255, 114, 0, 0.7);
  height: 100%;
  position: absolute;
  width: 100%;
  background-image: -webkit-linear-gradient(-125deg, rgba(255, 114, 0, 0.5) 0, rgba(232, 79, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(-125deg, rgba(255, 114, 0, 0.5) 0, rgba(232, 79, 0, 0.9) 100%);
  background-image: linear-gradient(-125deg, rgba(255, 114, 0, 0.5) 0, rgba(232, 79, 0, 0.9) 100%);
}
.brand-detail .cover .social {
  margin: 27px 30px;
}
.brand-detail .cover .social a {
  margin-right: 8px;
}
.brand-detail .cover .close {
  position: absolute;
  right: 30px;
  top: 27px;
}
.brand-detail .cover .header {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  position: absolute;
}
.brand-detail .cover .header .logo {
  background-color: #fff;
  margin: 0 25px 0 30px;
  padding: 17px 15px 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.brand-detail .cover .header .logo img {
  max-height: 100px;
  max-width: 123px;
}
.brand-detail .cover .header .title {
  margin: 0 20px 15px 0;
}
.brand-detail .cover .header .title h2,
.brand-detail .cover .header .title h3 {
  font-weight: normal;
  margin: 0;
}
.brand-detail .cover .header .title h2 {
  font-size: 35px;
}
.brand-detail .cover .header .title h3 {
  font-size: 20px;
  margin-top: 5px;
}
.brand-detail .body {
  font-size: 17px;
  padding: 50px;
}

.detail-info .detail-info--list-item {
  padding: 20px;
}
.detail-info .detail-info--list-item.with-spacer {
  border-bottom: 1px #F4F4F4 solid;
}

.detail-info--share {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  margin-top: -10px;
}
.detail-info--share .btn-messenger {
  background-image: url("/img/icons/messenger-b.svg");
  border: none;
  margin: 0;
  padding-left: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.detail-apply-button .btn {
  background-color: #ff7200;
  background-position: 0 center;
  display: block;
  position: relative;
  font-size: 20px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.detail-apply-button .btn .btn-content {
  position: relative;
  display: inline-block;
}
.detail-apply-button .btn .icon {
  position: relative;
  display: inline-block;
  background-image: url("/img/icons/pencil-w.svg");
  width: 20px;
  height: 20px;
  top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.detail-apply-button .btn.with-profile {
  background-color: #23b8e5;
  background-position: 0 center;
  position: relative;
}
.detail-apply-button .btn.with-profile .icon {
  background-image: url("/img/icons/profile-w.svg");
}
.detail-apply-button .btn.with-profile:hover {
  background-color: #1aadda;
}
.detail-apply-button .btn.deadline {
  background-color: #666;
}
.detail-apply-button .btn.btn-green {
  background-color: #32aa05;
}
.detail-apply-button .btn.btn-green:hover {
  background-color: #2c9604;
}
.detail-apply-button .btn.btn-orange .icon {
  top: 3px;
  margin-right: 2px;
}
.detail-apply-button .btn:hover {
  background-color: #f56d00;
}
@media (max-width: 767px) {
  .detail-apply-button .btn .icon {
    display: none;
  }
}

.detail-location {
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.detail-location .detail-location--content {
  padding: 20px;
  display: flex;
  align-items: center;
}
.detail-location .detail-location--content .pin-icon {
  background-image: url("/img/icons/pin_o.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 25px;
  display: inline-block;
  margin-right: 15px;
}
.detail-location .ui-card {
  background-image: url("/img/icons/arrow-right-o.svg");
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.detail-location .ui-card:hover {
  background-color: #fcfcfc;
}

.detail-meta .padded {
  padding: 20px;
}
.detail-meta .detail-meta--title {
  font-weight: 700;
  text-align: left;
}
.detail-meta .detail-meta--tags {
  margin-top: 10px;
}
.detail-meta .detail-meta--tags a, .detail-meta .detail-meta--tags span {
  background-color: #ff7200;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 2px 1px;
  padding: 9px 12px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.detail-meta .detail-meta--tags a:hover, .detail-meta .detail-meta--tags span:hover {
  background-color: #e66700;
}
.detail-meta .detail-meta--tags.no-click a, .detail-meta .detail-meta--tags.no-click span {
  cursor: auto;
}
.detail-meta .detail-meta--tags.no-click a:hover, .detail-meta .detail-meta--tags.no-click span:hover {
  background-color: #ff7200;
}
.detail-meta .detail-meta--share {
  padding: 20px 20px 12px;
  margin: 0;
}
.detail-meta .detail-meta--buttons {
  display: flex;
  justify-content: left;
}
@media (max-width: 1200px) {
  .detail-meta .detail-meta--buttons {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .detail-meta .detail-meta--buttons {
    flex-wrap: wrap;
  }
  .detail-meta .detail-meta--buttons .btn {
    margin: 5px 0;
    font-size: 14px;
  }
  .detail-meta .detail-meta--buttons .btn:nth-of-type(1) {
    margin-right: 10px;
  }
}

.detail-more-jobs {
  margin-bottom: 10px;
}
.detail-more-jobs .detail-more-jobs--title {
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.detail-skills .detail-skills--title {
  font-weight: 700;
  padding-left: 20px;
  padding-bottom: 5px;
}
.detail-skills .flex-wrap {
  padding-left: 10px;
}
.detail-skills .ui-card {
  padding: 20px 0;
}
.detail-skills .skills-skill {
  border: 1px #f0f0f0 solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.detail-skills .detail-skills--more {
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  color: #ff7200;
  text-decoration: underline;
}

.detail-list {
  border-bottom: 1px #F4F4F4 solid;
  padding: 20px 0;
}
.detail-list .detail-list--title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
.detail-list .detail-list--item {
  margin: 3px 15px;
  font-size: 16px;
  line-height: 28px;
}
.detail-list .detail-list--item:before {
  content: "";
  background: url("/img/icons/dot_o.svg") no-repeat;
  background-size: 100% auto;
  display: inline-block;
  height: 9px;
  margin-left: -14px;
  margin-right: 7px;
  width: 7px;
}
.detail-list .detail-list--item:last-of-type {
  margin-bottom: 0;
}
.detail-list:first-of-type {
  border-top: 1px #e6e6e6 solid;
}
.detail-list:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.detail-content--footer {
  margin-top: 20px;
}

.company-profile-card .hide {
  display: none;
}

.company-profile-card--logo {
  display: inline-block;
  background-color: #fff;
  border: 1px #E6E6E6 solid;
  padding: 10px;
  min-width: 80px;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 20px);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.company-profile-card--logo img {
  display: inline-block;
}
.company-profile-card--logo.--empty-logo {
  border: none;
  padding: 0;
}

.company-profile-card--company-left {
  display: flex;
  align-items: center;
}
.company-profile-card--company-left.without-brand-description {
  align-items: center;
}
.company-profile-card--company-left.without-brand-description .company-profile-card--content-title {
  font-size: 20px;
}

.company-profile-card--link a {
  margin-top: 2px;
  display: inline-block;
  background-image: url("/img/icons/arrow-right-o.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) 50%;
  padding-right: 15px;
}

.company-profile-card--title {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px #E6E6E6 solid;
}

.company-profile-card--content-button a {
  color: #ff7200;
  font-weight: 600;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  background-image: url("/img/icons/arrow-right-o.svg");
  padding: 12px 35px 12px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.company-profile-card--content-button a:hover {
  background-color: #fcfcfc;
}

.company-profile-card--left {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1;
}

.company-profile-card--company {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.company-profile-card--company > div:first-of-type {
  flex: 1;
}
.company-profile-card--company.with-border {
  border-bottom: 1px #F4F4F4 solid;
}

.company-profile-card--content-title {
  font-weight: 700;
  font-size: 16px;
  padding-right: 15px;
}

.company-profile-card--content-description {
  margin-top: 5px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.company-profile-card--cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 280px;
}

.company-profile-card--link {
  margin-top: 4px;
}

@media (max-width: 767px) {
  .company-profile-card--company-left {
    align-items: center;
  }

  .company-profile-card--content-description {
    display: none;
  }

  .company-profile-card--content-title {
    font-size: 18px;
  }

  .company-profile-card--content-button {
    display: none;
  }

  .company-profile-card--link {
    display: inline-block !important;
  }
}
.language-requirements--content {
  padding: 20px;
}

.language-requirements--title {
  font-weight: 700;
}

.language-requirements--icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 15px;
}

.language-requirements--item-left {
  display: flex;
  align-items: center;
}

.language-requirements--item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #F4F4F4 solid;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
.language-requirements--item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.language-requirements--item-right {
  color: #848484;
}

.content--empty {
  align-items: center;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.content--empty .icon {
  height: 100px;
}
.content--empty .title {
  font-size: 22px;
  font-weight: bold;
  margin: 15px;
}
.content--empty .description {
  line-height: 22px;
  max-width: 575px;
}
.content--empty .btn {
  margin-top: 40px;
}

.user--watch {
  display: flex;
  margin-bottom: 2.5rem;
}
.user--watch .-padd {
  padding: 0 15px;
}
.user--watch .settings {
  font-size: 14px;
  margin-right: 30px;
  margin-top: 40px;
  width: 267px;
}
.user--watch .settings .--empty {
  margin-top: 10px;
}
.user--watch .settings .description {
  line-height: 22px;
}
.user--watch .settings .edit {
  background: #f9f9f9 url("/img/icons/edit.svg") no-repeat 9px center;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 11px 5px 25px;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.user--watch .settings .edit:hover {
  background-color: #efefef;
  cursor: pointer;
}
.user--watch .settings .check-box .checkbox {
  height: 19px;
  margin: 0;
  width: 19px;
}
.user--watch .content {
  flex: 1;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  .user--watch .jobs--grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 960px) {
  .user--watch {
    flex-direction: column;
  }
  .user--watch .content {
    padding-top: 0;
  }
  .user--watch .settings {
    margin-top: 20px;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .user--watch .jobs--grid {
    grid-template-columns: 1fr;
  }
}

.watch--search {
  padding: 20px;
}
.watch--search .--input {
  align-items: center;
  background: #f9f9f9 url("/img/icons/search.svg") no-repeat 12px center;
  background-size: auto 20px;
  border: 1px solid #e6e6e6;
  display: flex;
  padding: 6px 10px 6px 38px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.watch--search .--input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 3px 5px;
  width: 100%;
}
.watch--search .--input .remove {
  background: url("/img/icons/remove.svg") no-repeat center center;
  background-size: 100% auto;
  border: none;
  height: 16px;
  width: 16px;
}

.watch--items {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.watch--items:last-child {
  margin-bottom: 0;
}
.watch--items .title {
  font-size: 16px;
  font-weight: bold;
}
.watch--items .subtitle {
  margin: 10px 0 -3px;
}
.watch--items .--header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.watch--items .items--section {
  padding: 20px;
}
.watch--items .items--section:not(:first-child) {
  border-top: 1px solid #f4f4f4;
}
.watch--items .items--section.--line {
  border-bottom: 1px solid #f4f4f4;
}
.watch--items .items {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -3px 0;
}
.watch--items .items .item {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 3px;
  padding: 5px 8px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.watch--items .items .item:hover {
  background-color: #fafafa;
  border-color: #ddd;
  cursor: pointer;
}
.watch--items .items .item.selected {
  background-color: #ffead9;
  border-color: #ffead9;
}
.watch--items .items .item.selected:hover {
  background-color: #ffc799;
}
.watch--items .checks .item {
  cursor: pointer;
  margin: 10px 0;
}
.watch--items .checks .item:hover .checkbox {
  border-color: #ff7200;
}
.watch--items .--bell {
  background: url("/img/icons/bell.svg") no-repeat center;
  background-size: auto 24px;
  height: 24px;
  position: relative;
  width: 19px;
}
.watch--items .--bell .--count {
  background-color: #f44e4e;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  min-width: 17px;
  padding: 1px 3px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -6px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.user--inbox .--flex {
  align-items: flex-start;
}
.user--inbox .--applications {
  flex: none;
  margin-right: 40px;
  margin-top: 35px;
  width: 340px;
}
.user--inbox .--applications .--scroll {
  height: calc(100vh - 60px - 35px);
  overflow-y: auto;
}
.user--inbox .--applications .--title {
  font-weight: bold;
  margin: 0 0 10px 8px;
}
.user--inbox .--applications .wrap {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .user--inbox .--applications {
    margin-right: 20px;
    width: auto;
  }
  .user--inbox .--applications .--scroll {
    max-width: 80px;
  }
}
.user--inbox .--chat {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 35px;
}
.user--inbox .--chat .--scroll {
  height: calc(100vh - 60px - 35px - 200px);
  overflow-y: auto;
}
.user--inbox .wrap {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  overflow: hidden;
  position: relative;
  word-break: break-word;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.user--inbox .wrap .head {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 15px 12px;
  position: relative;
  text-align: center;
}
.user--inbox .wrap .head .brand {
  color: #ff7200;
  font-size: 14px;
}
.user--inbox .wrap .head .actions {
  margin: -17px 15px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.user--inbox .wrap .head .actions .--more {
  background: #f7f7f7 url("/img/icons/dots.svg") no-repeat center;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user--inbox .wrap .head .actions .--more:hover {
  background-color: #f0f0f0;
}
.user--inbox .wrap .head .actions .--menu {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 17px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 10;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.user--inbox .wrap .head .actions .--menu .--action {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 12px 15px;
  text-align: left;
  width: 100%;
}
.user--inbox .wrap .head .actions .--menu .--action.red {
  color: #f44e4e;
}
.user--inbox .wrap .head .actions .--menu .--action:last-child {
  border: none;
}
.user--inbox .wrap .head .actions .--menu .--action:hover {
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .user--inbox .wrap .head .actions {
    display: none;
  }
}
.user--inbox .--application {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.user--inbox .--application a {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  overflow: auto;
  padding: 20px 10px;
}
.user--inbox .--application a .logo {
  width: 70px;
}
.user--inbox .--application a .logo img {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 5px 7px;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.user--inbox .--application a .body {
  flex: 1;
  margin: 0 14px;
}
.user--inbox .--application a.active {
  background-color: #FFF1E6;
}
.user--inbox .--application a.active .title {
  font-weight: bold;
}
.user--inbox .--application a:hover {
  background-color: #fafafa;
}
.user--inbox .--application a:hover.active {
  background-color: #FFF1E6;
}
.user--inbox .--application .title {
  font-weight: 600;
  line-height: 1.4;
  margin: 3px 0 5px;
}
.user--inbox .--application .brand {
  color: #ff7200;
  font-size: 14px;
}
.user--inbox .--application .other {
  text-align: center;
  width: 30px;
}
.user--inbox .--application .other small {
  color: #a8a8a8 !important;
  display: inline-block;
  flex-basis: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.user--inbox .--application .other img {
  margin-top: 10px;
}
.user--inbox .--application .badge {
  flex-shrink: 0;
  background-color: #23b8e5;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  min-width: 28px;
  padding: 2px 5px;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user--inbox .--application .status {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.user--inbox .--application .status.ACTIVE, .user--inbox .--application .status.INTERVIEW, .user--inbox .--application .status.VIDEOINTERVIEW {
  color: #32aa05;
}
.user--inbox .--application .status.REVIEW {
  color: #23b8e5;
}
.user--inbox .--application .status.REJECTED {
  color: #f44e4e;
}
.user--inbox .--application .status.CANCELED {
  color: #888;
}
.user--inbox .--application.unread h4 {
  font-weight: bold;
}
.user--inbox .--application.unread strong {
  font-weight: bold;
}
.user--inbox .--application:last-of-type {
  border-bottom: none;
}
.user--inbox .messages {
  min-width: 480px;
  padding: 10px 22px 100px;
}
.user--inbox .messages .date {
  color: #8c8c8c;
  font-size: 12px;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
}
.user--inbox .messages .event-group {
  margin-top: 15px;
}
.user--inbox .messages .event-group .application-message {
  margin-bottom: 10px;
}
.user--inbox .messages .event-group .application-message.MESSAGE {
  margin-bottom: 3px;
}
.user--inbox .messages .event-group .application-message.MESSAGE.APP .flat-top {
  border-top-right-radius: 4px;
}
.user--inbox .messages .event-group .application-message.MESSAGE.APP .flat-bottom {
  border-bottom-right-radius: 4px;
}
.user--inbox .messages .event-group .application-message.MESSAGE.WEB .flat-top {
  border-top-left-radius: 4px;
}
.user--inbox .messages .event-group .application-message.MESSAGE.WEB .flat-bottom {
  border-bottom-left-radius: 4px;
}
.user--inbox .messages .event-group .application-message.CALINVITE .bubble {
  width: 360px;
}
.user--inbox .messages .application-message {
  position: relative;
}
.user--inbox .messages .application-message .bubble {
  color: #040404;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user--inbox .messages .application-message .bubble .title {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 15px -8px;
}
.user--inbox .messages .application-message .bubble .prewrap,
.user--inbox .messages .application-message .bubble .text {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.75;
  padding: 10px 14px;
  word-break: break-word;
}
.user--inbox .messages .application-message .bubble .action {
  border-top: 1px solid #e6e6e6;
  margin-top: 12px;
  padding-top: 8px;
}
.user--inbox .messages .application-message .header {
  bottom: 100%;
  left: 0;
  min-width: max-content;
  overflow: auto;
  padding: 3px 14px;
  position: absolute;
  right: 0;
}
.user--inbox .messages .application-message .header .date {
  float: left;
  font-size: 13px;
  font-weight: normal;
  min-width: max-content;
}
.user--inbox .messages .application-message .header .author {
  float: right;
  font-size: 13px;
  font-style: italic;
  margin-left: 15px;
  min-width: max-content;
  text-align: right;
}
.user--inbox .messages .application-message.WEB .bubble {
  background-color: #f2f2f2;
  margin: 0 0 0 35px;
}
.user--inbox .messages .application-message.WEB:not(.MESSAGE) .bubble {
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.user--inbox .messages .application-message.APP > div {
  float: right;
  text-align: right;
}
.user--inbox .messages .application-message.APP .bubble {
  background-color: #ff7200;
  color: #fff;
  text-align: left;
}
.user--inbox .messages .application-message.APP .bubble .prewrap,
.user--inbox .messages .application-message.APP .bubble .text {
  opacity: 1;
}
.user--inbox .messages .application-message.APP:not(.MESSAGE) .bubble {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: #0a0a0a;
}
.user--inbox .messages .application-message.CALCANCEL .location {
  opacity: 0.5;
  pointer-events: none;
}
.user--inbox .messages .image {
  margin: 0 6px 0 0;
  position: absolute;
  right: 100%;
  top: 2px;
  width: 40px;
}
.user--inbox .messages .open-video {
  margin-right: 25px;
  padding: 10px 35px;
}
.user--inbox .messages .how-video {
  font-weight: bold;
  text-decoration: underline;
}
.user--inbox .messages .location {
  background-color: #f5f5f5;
  color: #0a0a0a;
  display: block;
  padding: 20px;
}
.user--inbox .messages .location strong {
  display: block;
  text-transform: capitalize;
}
.user--inbox .messages .location p {
  margin: 0;
}
.user--inbox .messages .actions {
  display: flex;
  justify-content: space-evenly;
  padding: 15px 0;
}
.user--inbox .messages .actions.vi-invite {
  background: #f5f5f5 url("/img/icons/right.svg") no-repeat calc(100% - 15px) center;
  background-size: 12px auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px 45px 10px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
.user--inbox .messages .actions.vi-invite p {
  margin-bottom: 8px;
  margin-top: 2px;
}
.user--inbox .messages .actions.vi-invite .download-app {
  color: #23b8e5;
  font-weight: 700;
}
.user--inbox .new-msg {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
}
.user--inbox .new-msg .textArea {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  flex-grow: 1;
  margin: 20px;
  padding: 10px 20px 3px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user--inbox .new-msg .textArea textarea {
  background-color: transparent;
  border: none;
  outline: none;
  resize: none;
  width: 100%;
}
.user--inbox .new-msg .send {
  background-image: url("/img/icons/send-msg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 44px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 44px;
  margin: 0 20px 0 0;
  opacity: 1;
  text-align: center;
  width: 44px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.user--inbox .new-msg .send.disabled {
  opacity: 0.5;
}
.user--inbox .content--empty {
  margin-top: 40px;
}

.replyModal .options {
  margin-bottom: 30px;
  text-align: center;
}
.replyModal .options li {
  display: block;
  margin: 15px 0;
}
.replyModal .options li span {
  cursor: pointer;
  display: inline-block;
  padding: 3px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.replyModal .options li:before {
  display: none;
}
.replyModal .options li.active span {
  color: #fff;
}
.replyModal .options li.active.accept span {
  background-color: #32aa05;
}
.replyModal .options li.active.reject span {
  background-color: #f44e4e;
}
.replyModal .options li.active.requestnew span {
  background-color: #23b8e5;
}

.successModal img {
  height: 100px;
  margin-bottom: 10px;
}
.successModal h2 {
  font-size: 36px;
}
.successModal p {
  font-size: 18px;
  margin: 0 38px 15px;
}

.cancelModal textarea {
  height: 150px;
  resize: none;
  width: 100%;
}

.archiveModal .buttons {
  margin-top: 20px;
}
.archiveModal .buttons .btn {
  padding: 15px 40px;
}

.user--profile .-actions {
  border-top: 1px solid #eee;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding-top: 25px;
}
.user--profile .-actions .-btn {
  background-color: #fefefe;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: auto 22px;
  border: 1px solid #F4F4F4;
  color: inherit;
  font-size: 15px;
  padding: 8px 10px;
  text-align: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.user--profile .-actions .-btn:hover {
  background-color: #f9f9f9;
}
.user--profile .-actions .-btn.--download {
  background-image: url("/img/icons/download.svg");
  background-size: auto 18px;
  padding-left: 36px;
}
@media (max-width: 767px) {
  .user--profile .--flex {
    flex-direction: column;
  }
  .user--profile .--flex .--left {
    margin-right: 0;
  }
}

.user--settings {
  display: flex;
}
.user--settings .left {
  flex: 1;
  margin-right: 40px;
}
.user--settings .right {
  flex: 1;
}
.user--settings .edit-form {
  padding: 0;
}
.user--settings .edit-form .--link {
  background: url("/img/icons/arrow-right-o.svg") no-repeat left center;
  background-size: auto 12px;
  padding-left: 24px;
}
.user--settings .edit-form .--link:hover {
  text-decoration: underline;
}
.user--settings .edit-form .--link.black {
  color: inherit;
  font-weight: 600;
}
.user--settings .edit-form .--link.delete {
  color: inherit;
  font-weight: 600;
}
.user--settings .edit-form.ico-secure {
  background-image: url("/img/icons/secure.svg");
  background-position: 30px 30px;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 80px;
}
.user--settings .--row {
  align-items: center;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.user--settings .--row:last-child {
  border: none;
}
.user--settings .--row .--icon {
  align-items: center;
  display: flex;
}
.user--settings .--row .icon {
  margin-right: 15px;
}
.user--settings .--row .icon img {
  height: 30px;
}
.user--settings .--row .title {
  font-weight: 600;
}
.user--settings .--row label {
  cursor: pointer;
  display: block;
  font-weight: 600;
}
.user--settings .--row small {
  color: #8c8c8c;
  display: block;
  font-size: 14px;
  margin-right: 40px;
  margin-top: 2px;
}
@media (min-width: 767px) and (max-width: 1180px) {
  .user--settings .--row small {
    display: none;
  }
}
@media (max-width: 767px) {
  .user--settings {
    flex-direction: column;
  }
  .user--settings .left {
    margin-right: 0;
  }
  .user--settings .--row {
    align-items: flex-start;
    flex-direction: column;
  }
  .user--settings .--row small {
    margin-bottom: 5px;
  }
  .user--settings .--row .multi-check {
    align-self: flex-end;
    margin-left: 0;
  }
}

.multi-check {
  margin-left: 40px;
  position: relative;
}
.multi-check .--selected {
  background: url("/img/icons/arrow-right-o.svg") no-repeat right center;
  background-size: auto 12px;
  color: #8c8c8c;
  cursor: pointer;
  padding: 4px 20px 4px 10px;
  white-space: nowrap;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.multi-check .--selected span:after {
  content: ", ";
  display: inline-block;
}
.multi-check .--selected span:last-child:after {
  content: "";
}
.multi-check .--selected:hover {
  background-color: #fafafa;
}
.multi-check .--modal {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 17px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 10;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
}
.multi-check .--modal .check {
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
  display: flex;
  padding: 10px 50px 10px 20px;
}
.multi-check .--modal .check .flag {
  height: 20px;
  margin-right: 15px;
}
.multi-check .--modal .check.checked {
  background-image: url("/img/icons/check_orange.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}
.multi-check .--modal .check:hover {
  background-color: #fafafa;
}

.job-item {
  text-align: center;
  height: 280px;
}
.job-item.unread > a {
  background-color: #FFFEFE;
  border-color: rgba(255, 114, 0, 0.5);
}
.job-item > a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.job-item > a h4 {
  line-height: 125%;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 20px 5px;
}
.job-item > a .icons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.job-item > a .icons img {
  width: 16px;
  height: 16px;
}
.job-item > a:hover {
  border-color: #ff7200;
  background-color: #FFFCFA;
}
.job-item > a .new {
  color: #ff7200;
  font-size: 12px;
  font-weight: 600;
  left: 15px;
  position: absolute;
  text-transform: uppercase;
  top: 17px;
}
.job-item .logo {
  height: 80px;
}
.job-item .logo img {
  max-height: 100%;
}
.job-item h5 {
  color: #ff7200;
  font-size: 15px;
  font-weight: 400;
  margin: 5px 15px 3px;
}
.job-item span {
  color: #C6C6C6;
  font-size: 13px;
  margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .job-item h4 {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .job-item {
    height: min-content;
  }
  .job-item > a {
    padding: 20px 15px;
  }
}
.manage-skills .ember-modal-dialog {
  padding: 0;
  width: 750px;
  overflow: hidden;
}
.manage-skills .manage-skills--container {
  max-height: 650px;
  overflow-y: scroll;
}
.manage-skills .manage-skills--container.disable-scroll {
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .manage-skills .manage-skills--container {
    max-height: none;
    overflow-y: auto;
  }
  .manage-skills .ember-modal-dialog {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}

.manage-skills-header {
  padding: 20px;
  position: relative;
}
.manage-skills-header .manage-skills-header--search {
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.manage-skills-header .manage-skills-header--search input {
  background-color: #f1f1f1;
  background-image: url("/img/icons/search-g.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  outline: none;
  padding: 8px 40px;
  width: 180px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.manage-skills-header .manage-skills-header--search input::placeholder {
  color: #b1b1b1;
}
.manage-skills-header .cancel-search {
  background-image: url("/img/icons/delete.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 12px;
}
.manage-skills-header .manage-skills-header--switcher {
  position: absolute;
  right: 70px;
  top: 16px;
}
.manage-skills-header .manage-skills-header--title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.manage-skills-header .manage-skills-header--title span {
  background-image: url("/img/icons/thunder-o.svg");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 14px;
  display: inline-block;
  padding-left: 22px;
}
.manage-skills-header .icon-close {
  background-image: url("/img/icons/close-g.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 25px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media (max-width: 767px) {
  .manage-skills-header {
    padding: 18px 0;
  }
  .manage-skills-header .manage-skills-header--search {
    left: 0;
    position: relative;
    top: 0;
  }
  .manage-skills-header .manage-skills-header--search input {
    width: calc(100% - 60px);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .manage-skills-header .icon-close {
    right: 20px;
    top: 20px;
  }
  .manage-skills-header .cancel-search {
    right: 70px;
  }
  .manage-skills-header .manage-skills-header--switcher {
    margin: 0 auto;
    max-width: 320px;
    position: relative;
    right: 0;
    top: 0;
  }
  .manage-skills-header .manage-skills-header--switcher .skills-context-switcher {
    margin-bottom: 15px;
    margin-top: 20px;
  }
  .manage-skills-header .manage-skills-header--switcher .skills-context-switcher--item {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 50%;
  }
}

.manage-skills-list {
  position: relative;
}
.manage-skills-list .overlay {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
  z-index: 1;
}

.manage-skills-list-item .manage-skills-list-item--content {
  background-color: rgba(255, 114, 0, 0.015);
}
.manage-skills-list-item .manage-skills-list-item--title {
  background-image: url("/img/icons/arrow-down-b.svg");
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-top: 1px #eaf1f3 solid;
  cursor: pointer;
  font-weight: 600;
  padding: 20px 30px;
  transition: background-color 0.4s ease;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.manage-skills-list-item .manage-skills-list-item--title:hover {
  background-color: rgba(255, 114, 0, 0.05);
}
.manage-skills-list-item .manage-skills-list-item--title.has-selected-items {
  font-weight: 700;
}
.manage-skills-list-item .manage-skills-list-item--title.has-selected-items span {
  color: #23b8e5;
}
.manage-skills-list-item .manage-skills-list-item--skills-list {
  display: flex;
  flex-wrap: wrap;
}
.manage-skills-list-item .icon-bars {
  background-image: url("/img/icons/bars.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  display: none;
  height: 16px;
  left: 0;
  position: relative;
  top: 3px;
  width: 14px;
}
.manage-skills-list-item:last-of-type {
  border-bottom: 1px #f8f8f8 solid;
}
.manage-skills-list-item.active .icon-bars {
  display: inline-block;
  padding-right: 22px;
}
.manage-skills-list-item.active > .manage-skills-list-item--title {
  background-color: #ff7200;
  background-image: url("/img/icons/arrow-up.svg");
  color: #fff;
  font-weight: bold;
  padding-left: 24px;
}
.manage-skills-list-item.active > .manage-skills-list-item--title span {
  color: #fff;
}

.manage-skills-list-item--sub-item .manage-skills-list-item--content {
  padding: 0 20px 20px;
}
.manage-skills-list-item--sub-item .icon-bars {
  background-image: url("/img/icons/subcategory.svg");
  top: 2px;
}
.manage-skills-list-item--sub-item .manage-skills-list-item--title {
  font-weight: normal;
}
.manage-skills-list-item--sub-item .manage-skills-list-item--title.has-selected-items {
  font-weight: 400;
}
.manage-skills-list-item--sub-item .manage-skills-list-item--title.has-selected-items span {
  color: inherit;
}
.manage-skills-list-item--sub-item.active .manage-skills-list-item--title {
  background-color: rgba(255, 114, 0, 0.015);
  background-image: url("/img/icons/arrow-up-b.svg");
  color: #0a0a0a;
  font-weight: 700;
}
.manage-skills-list-item--sub-item.active .icon-bars {
  background-image: url("/img/icons/subcategory.svg");
}

.skills-skill {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 5px;
  padding: 8px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.skills-skill .delete-skill {
  background-image: url("/img/icons/trash.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  border-right: 1px #f5f4f4 solid;
  cursor: pointer;
  float: left;
  height: 42px;
  margin-right: 8px;
  width: 35px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.skills-skill .delete-skill:hover {
  background-size: 17px;
}
.skills-skill .skill-add-score-scores {
  padding: 5px;
}
.skills-skill .skill-add-score {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -55px;
  width: 266px;
  z-index: 9999;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.skills-skill .skill-add-score .skills-score {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.skills-skill .skill-add-score .skills-score:hover {
  border: 1px #ff7200 solid;
}
.skills-skill .skill-add-score .skills-score:hover.thunder {
  background-image: url("/img/icons/thunder-o.svg");
}
.skills-skill .skill-add-score.binary {
  width: 140px;
}
.skills-skill .skills-score {
  align-items: center;
  background-color: #f7f6f6;
  border: 1px #f7f6f6 solid;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
  min-width: 30px;
  padding: 0 5px;
  width: min-content;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.skills-skill .skills-score.selected {
  background-color: #FFF1E6;
  font-weight: 600;
}
.skills-skill .skills-score.thunder {
  background-image: url("/img/icons/thunder-g.svg");
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 15px;
}
.skills-skill .skills-score.orange-thunder {
  background-color: #FFF1E6;
  background-image: url("/img/icons/thunder-o.svg");
  font-weight: 600;
  color: #ff7200;
}
.skills-skill .skills-score.read-only {
  background-color: #FFF1E6;
  background-image: url("/img/icons/thunder-o.svg");
  background-position: 50% 50%;
  font-weight: 700;
}
.skills-skill .skills-score.empty {
  background-image: url("/img/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 11px;
}
.skills-skill .skills-score.binary {
  white-space: nowrap;
}
.skills-skill .skills-skill-content {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.skills-skill .skills-skill-content.read-only {
  cursor: default;
}
.skills-skill.no-blur {
  z-index: 2;
}

.skills-search-results .skills-search-results--not-found {
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  padding-bottom: 15px;
}

.skills-context-switcher {
  display: flex;
  background-color: #fff;
  color: #A2A1A1;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.skills-context-switcher .skills-context-switcher--item {
  cursor: pointer;
  padding: 6px 12px 6px 20px;
  border: 2px #fff solid;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.skills-context-switcher .skills-context-switcher--item.selected {
  font-weight: 700;
  border: 2px #898989 solid;
  color: #fff;
  padding-right: 20px;
  padding-left: 35px;
  background-color: #454545;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 20px;
}
.skills-context-switcher .skills-context-switcher--item:nth-of-type(1).selected {
  background-color: #ff7200;
  border: 2px #CD5B00 solid;
  background-image: url("/img/icons/profile-w.svg");
}
.skills-context-switcher .skills-context-switcher--item:nth-of-type(2) {
  padding-right: 20px;
}
.skills-context-switcher .skills-context-switcher--item:nth-of-type(2).selected {
  background-size: 16px;
  background-position: 12px 50%;
  background-image: url("/img/icons/categories.svg");
}

.skills-own-skills {
  background-color: #f4fbfd;
  border-top: 1px #eaf1f3 solid;
  padding: 10px 20px 20px;
  position: relative;
}
.skills-own-skills .overlay {
  background-color: #f4fbfd;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.skills-own-skills .skills-skill {
  border: 1px #f0f0f0 solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.skills-own-skills .skills-own-skills--category {
  font-weight: 700;
  margin: 15px 0;
}
.skills-own-skills .skills-own-skills--category span {
  font-weight: 300;
}
.skills-own-skills .skills-own-skills--container {
  display: flex;
  flex-wrap: wrap;
}
.skills-own-skills.no-background {
  background-color: #fff;
}

.empty-screen {
  background-color: #fff;
  text-align: center;
}
.empty-screen img {
  width: 70px;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}
.empty-screen .empty-screen--title {
  font-weight: 700;
  font-size: 20px;
}
.empty-screen .empty-screen--content {
  color: #9b9b9b;
  max-width: 420px;
  margin: 5px auto 15px;
  line-height: 25px;
}

.profile-actions {
  border-top: 1px solid #eee;
  justify-content: center;
  margin: 30px auto;
  padding-top: 30px;
}
.profile-actions .-space {
  width: 20px;
}

.profile-card .--header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 35px 10px 10px;
}
.profile-card .--header .--title {
  font-weight: bold;
}
.profile-card .--header .--actions {
  font-weight: 400;
}
.profile-card .--header .--actions .--action {
  background: url("/img/icons/add.svg") no-repeat calc(100% - 1px) center;
  font-size: 14px;
  padding-right: 23px;
}
.profile-card .--header .--actions .--action:hover {
  color: #ff7200;
}
.profile-card .profile-card--content {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  margin: 10px 0;
  word-break: break-word;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.profile-card-add-action {
  background: url("/img/icons/add_item.svg") no-repeat left center;
  cursor: pointer;
  display: block;
  line-height: 29px;
  padding-left: 45px;
  margin: 20px 25px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.profile-card-add-action label {
  cursor: pointer;
}
.profile-card-add-action input[type=file] {
  display: none;
}
.profile-card-add-action:hover {
  background-image: url("/img/icons/add_item_hover.svg");
  color: #ff7200;
}

.profile-card-add-action--spacer {
  border-top: 1px #efefef solid;
  height: 1px;
  margin-top: 20px;
}

.profile-card-add-action--info-text {
  color: #9d9d9d;
  margin: 15px 25px;
  text-align: left;
}

.profile-card-editable-item {
  border: 2px solid transparent;
  border-bottom: 1px solid #eee;
  padding: 20px 25px;
  position: relative;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.profile-card-editable-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.profile-card-editable-item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.profile-card-editable-item p {
  margin: 0;
}
.profile-card-editable-item .remove-action {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #f44e4e;
  font-size: 13px;
  cursor: pointer;
  display: none;
}
.profile-card-editable-item .remove-action img {
  position: relative;
  left: -4px;
  top: -2px;
  width: 14px;
}
.profile-card-editable-item .remove-action:hover {
  text-decoration: underline;
}
.profile-card-editable-item:hover {
  background-color: #FFF1E6;
  cursor: pointer;
}
.profile-card-editable-item:hover .remove-action {
  display: block;
}
.profile-card-editable-item.removable:hover {
  padding-top: 35px;
}
.profile-card-editable-item .gray {
  line-height: 22px;
  font-size: 14px;
}

.profile-card-editable-item--title {
  font-weight: 600;
}

.profile-card-editable-item--subtitle {
  margin: 5px 0;
}

.profile-bio .--flex {
  align-items: center;
}
.profile-bio .avatar {
  margin: 0 20px;
}
.profile-bio .name {
  font-weight: bold;
  margin-bottom: 3px;
}
.profile-bio .email {
  margin: 1px 0;
}
.profile-bio .verify-link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  top: -1px;
  left: 2px;
  color: #ff7200;
  text-decoration: underline;
}
.profile-bio .verify-link:hover {
  cursor: pointer;
  color: #cc5b00;
}
.profile-bio .-content {
  flex: 1;
}
.profile-bio .-verified {
  background: url("/img/icons/checkmark.svg") no-repeat center left;
  background-size: 16px;
  padding-left: 24px;
}

.profile-attachment--title {
  font-weight: 600;
}

.profile-attachment {
  position: relative;
  overflow: hidden;
}
.profile-attachment .profile-attachment--image {
  display: inline-block;
  margin: -3px 6px 0 0;
  width: 20px;
}
.profile-attachment .profile-card-editable-item {
  border-bottom: 1px solid #efefef;
  padding: 30px 15px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.profile-attachment:first-of-type {
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.profile-attachment:last-of-type {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.profile-attachment--loading {
  background-image: url("/img/loader-orange.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 25px !important;
  padding: 30px 0;
}

.profile-about-me .profile-card-editable-item {
  border-bottom: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.profile-about-me .profile-card-editable-item:hover {
  cursor: text;
}

.profile-skills .flex-wrap {
  margin: 19px;
}
.profile-skills .skills-skill {
  border: 1px #f0f0f0 solid;
}
.profile-skills .profile-skills--show-all {
  text-align: center;
  color: #ff7200;
  margin-bottom: 20px;
}
.profile-skills .profile-skills--show-all span {
  cursor: pointer;
}
.profile-skills .profile-skills--show-all:hover {
  color: #e66700;
}

.profile-skills-empty {
  background-image: url("/img/icons/thunder-o.svg");
  background-position: 20px calc(50% + 20px);
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 20px 20px 0 60px;
}
.profile-skills-empty .profile-skills-empty--title {
  font-weight: 700;
  margin-bottom: 10px;
}

.favorite-job--heart {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 20px;
  left: 15px;
  top: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/icons/heart-o.svg");
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn-brd-gray.favorite-job {
  background-color: #fff;
  padding-left: 45px;
  position: relative;
  margin: 0;
  border: none;
  padding-bottom: 12px;
  padding-top: 12px;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.btn-brd-gray.favorite-job.active {
  background-color: #F5524F;
  color: #fff;
}
.btn-brd-gray.favorite-job.active .favorite-job--heart {
  background-image: url("/img/icons/favorite-selected-w.svg");
}
.btn-brd-gray.favorite-job:hover.active {
  background-color: #F5524F;
}

.animated-modal--overlay {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  opacity: 0.6;
}

.animated-modal--container {
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  min-width: 420px;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.animated-modal--container.slide-in {
  animation: slideIn 0.3s ease-in;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.animated-modal--container.slide-out {
  animation-fill-mode: forwards;
  animation: slideOut 0.2s ease-in;
}
.animated-modal--container.slide-out .announcement-modal--action {
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes slideOut {
  0% {
    left: 50%;
    opacity: 1;
  }
  100% {
    left: calc(50% - 250px);
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    top: calc(100% + 150px);
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .animated-modal--container {
    opacity: 1;
  }
  .animated-modal--container.slide-in {
    animation: none;
  }
}
.header-main--placeholder {
  height: 64px;
  display: block;
}

.header-main--fixed {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100vw;
}

@media (max-width: 767px) {
  .header-main--placeholder {
    display: none;
  }
}
.announcement-modal .announcement-modal--actions {
  display: flex;
}
.announcement-modal .animated-modal--container {
  max-width: 420px;
  z-index: 9999999;
}
.announcement-modal .announcement-modal--container {
  padding: 20px;
}
.announcement-modal .announcement-modal--image {
  text-align: center;
}
.announcement-modal .announcement-modal--image img {
  max-height: 280px;
}
.announcement-modal .announcement-modal--title {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.announcement-modal .announcement-modal--content {
  text-align: center;
  margin-top: 10px;
}
.announcement-modal .announcement-modal--action {
  color: #656565;
  flex: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-top: 1px #f3f3f3 solid;
  padding: 20px 0;
  cursor: pointer;
  border-right: 1px #f0f0f0 solid;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.announcement-modal .announcement-modal--action:hover {
  background-color: #fafafa;
}
.announcement-modal .announcement-modal--action:last-of-type {
  border-right: none;
}
.announcement-modal .announcement-modal--action.announcement-modal--action-orange {
  color: #ff7200;
}
@media (max-width: 767px) {
  .announcement-modal .animated-modal--container {
    max-width: none;
  }
}

.profile-badge {
  position: relative;
}
.profile-badge .-locales {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-top: none;
  display: flex;
  justify-content: space-around;
  padding: 8px 10px;
  -webkit-border-radius: 0 0 13px 13px;
  -moz-border-radius: 0 0 13px 13px;
  border-radius: 0 0 13px 13px;
}
.profile-badge .-locales img {
  border: 2px solid #fff;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile-badge .-locales img.active, .profile-badge .-locales img:hover {
  border-color: #ff7200;
  cursor: pointer;
}
.profile-badge .--notification {
  background-color: #f44e4e;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-left: 20px;
  min-width: 17px;
  padding: 2px 4px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.profile-badge .--notification.yellow {
  background-color: #ffb400;
}
.profile-badge .--notification.green {
  background-color: #32aa05;
}

.profile-badge--name {
  align-items: center;
  background: url("/img/icons/nav_dropdown.svg") no-repeat right center;
  background-size: auto 9px;
  color: #fff;
  display: flex;
  font-weight: 600;
  padding-right: 25px;
}

.profile-badge--thumb {
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  height: 38px;
  margin: 0 10px 0 0;
  overflow: hidden;
  position: relative;
  width: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.profile-badge--thumb:before {
  bottom: 0;
  content: attr(data-initials);
  font-size: 20px;
  left: 0;
  line-height: 36px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

@media (max-width: 960px) {
  .profile-badge {
    margin: 15px auto;
    max-width: 400px;
    padding: 0 20px;
    width: 100%;
  }
  .profile-badge .profile-badge--name {
    display: none;
  }
  .profile-badge .-drawer {
    box-shadow: none;
    padding: 0;
  }
  .profile-badge .-drawer a {
    background-color: #fff;
    color: #0a0a0a;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 12px;
  }
  .profile-badge .-drawer a:hover {
    background-color: #fff;
    color: #ff7200;
  }
}
.remote-interview .ember-modal-dialog {
  background-color: #232323;
  padding: 0;
  max-width: calc(100% - 80px);
}
@media (max-width: 960px) {
  .remote-interview .ember-modal-dialog {
    max-width: 100%;
  }
}
.remote-interview .default-dialog {
  width: 1300px;
}
.remote-interview iframe {
  width: 100%;
  height: 580px;
  border: none;
  margin-top: 40px;
}
.remote-interview .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.remote-interview--top {
  color: #fff;
  text-align: left;
  margin-top: -10px;
  margin-left: -50px;
  margin-right: -50px;
  border-bottom: 1px #4b4b4b solid;
  padding-bottom: 25px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.remote-interview--title {
  text-align: center;
  width: 33%;
  font-weight: 700;
  font-size: 28px;
}

.remote-interview--close {
  height: 20px;
  width: 33%;
  background-repeat: no-repeat;
  background-image: url("/img/icons/close.svg");
  background-size: contain;
  background-position: 100% 0;
  cursor: pointer;
}

.remote-interview--profile {
  display: flex;
  align-items: center;
  width: 33%;
}
@media (max-width: 960px) {
  .remote-interview--profile {
    display: none;
  }
}

.remote-interview--profile-picture {
  border: 2px #fff solid;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.remote-interview--status {
  border-top: 1px #E6E6E6 solid;
  padding: 20px;
}

.remote-interview--button {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  font-weight: 700;
  background-image: linear-gradient(85deg, #ff7200, #e66700);
  margin-top: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.remote-interview--button .arrow-right {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 2px;
  width: 15px;
  height: 15px;
  background-image: url("/img/icons/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.remote-interview--button:hover {
  background-image: linear-gradient(85deg, #ff7200, #d66000);
}

.remote-interview--status-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.remote-interview--status-description {
  line-height: 21px;
}

.message-attachment-meta {
  background-color: #F9F9F9;
  padding: 15px;
  border-top: 1px #E6E6E6 solid;
  color: #040404;
}

.message-attachment-meta--icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.message-attachment-meta--icon.date-icon {
  background-image: url("/img/icons/message-attachment/calendar.svg");
}
.message-attachment-meta--icon.location-icon {
  margin-top: 6px;
  background-image: url("/img/icons/message-attachment/pin.svg");
}
.message-attachment-meta--icon.camera-icon {
  margin-top: 6px;
  background-image: url("/img/icons/message-attachment/camera.svg");
}

.message-attachment-actions {
  min-width: 280px;
}

.message-attachment-actions--responses {
  border-top: 1px solid #E6E6E6;
  text-align: center;
  padding: 15px 0;
}

.message-attachment-actions--btn {
  background-color: transparent;
  outline: none;
  text-align: center;
  width: 90px;
}
.message-attachment-actions--btn .icon {
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 22px;
  border-radius: 15px;
  display: inline-block;
  height: 50px;
  width: 50px;
}
.message-attachment-actions--btn.decline .icon {
  background-color: #f44e4e;
  background-image: url("/img/icons/decline.svg");
}
.message-attachment-actions--btn.accept .icon {
  background-color: #32aa05;
  background-image: url("/img/icons/accept.svg");
}
.message-attachment-actions--btn.reschedule .icon {
  background-color: #ffb400;
  background-image: url("/img/icons/reschedule.svg");
  background-size: auto 27px;
}
.message-attachment-actions--btn:hover .icon {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
  transform: scale(1.06, 1.06);
}

.message-attachment-actions--status-icon {
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 6px;
}

.message-attachment-actions--status {
  padding: 20px;
  font-weight: 600;
  border-top: 1px solid #E6E6E6;
}
.message-attachment-actions--status.declined .message-attachment-actions--status-icon {
  width: 14px;
  height: 14px;
  top: 2px;
  background-image: url("/img/icons/message-attachment/declined.svg");
}
.message-attachment-actions--status.accepted .message-attachment-actions--status-icon {
  background-image: url("/img/icons/message-attachment/accepted.svg");
}
.message-attachment-actions--status.reschedule .message-attachment-actions--status-icon {
  background-image: url("/img/icons/message-attachment/reschedule.svg");
}
.message-attachment-actions--status.canceled .message-attachment-actions--status-icon {
  background-image: url("/img/icons/message-attachment/canceled.svg");
}

#mc_embed_signup form {
  text-align: right;
}

.mc-field-group {
  display: inline-block;
}

/* positions input field horizontally */
#mc_embed_signup input.email {
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  border: 1px solid #abb0b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #343434;
  background-color: #fff;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 0.4em;
  display: inline-block;
  margin: 0;
  width: 350px;
  vertical-align: top;
}

#mc_embed_signup label {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
}

#mc_embed_signup .clear {
  display: inline-block;
}

/* positions button horizontally in line with input */
#mc_embed_signup .button {
  font-size: 13px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #aaa;
  box-sizing: border-box;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  display: inline-block;
  margin: 0;
  transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
  background-color: #777;
  cursor: pointer;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

@media (max-width: 1200px) {
  #mc_embed_signup form {
    text-align: left;
  }
}
@media (max-width: 992px) {
  #mc_embed_signup .clear {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #mc_embed_signup input.email {
    width: 100%;
    margin-bottom: 5px;
  }

  #mc_embed_signup .clear {
    display: block;
    width: 100%;
  }

  #mc_embed_signup .button {
    width: 100%;
    margin: 0;
  }
}
.company-detail h2 {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}
.company-detail p {
  font-size: 20px;
  font-weight: 400;
}

.company-detail--back {
  text-align: center;
}
.company-detail--back a {
  color: #fff;
  background-color: #23b8e5;
  padding: 15px 30px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.company-detail--back a:hover {
  background-color: #1aadda;
}

.courses-banner {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 10px;
  border-radius: 13px;
  margin-top: 20px;
  cursor: pointer;
}

.courses-banner--new-label {
  background-color: #32aa05;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 14px;
}

.courses-banner-btn {
  background-color: #ff7200;
  color: #fff;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  background-image: url("/img/icons/courses/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
  padding-right: 22px;
}

.courses-banner-border {
  height: 1px;
  margin: 0 auto;
  margin-top: 25px;
  background-color: #ececec;
}

.courses-banner--hide-md {
  display: inline-block;
}

@media (max-width: 967px) {
  .courses-banner--hide-md {
    display: none;
  }

  .courses-banner-btn {
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: transparent;
    background-image: url("/img/icons/courses/arrow-right-gray.svg");
    background-position: calc(100% - 6px) 50%;
    background-size: 10px;
    border-radius: 6px;
  }
}
.christmasjobs-btn {
  position: relative;
}
.christmasjobs-btn a {
  display: inline-block;
  color: #fff;
  background-color: #f44e4e;
  padding: 8px 40px 8px 20px;
  border: 2px #f44e4e solid;
  font-weight: 700;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.christmasjobs-btn a .icon {
  width: 25px;
  height: 25px;
  position: absolute;
  display: inline-block;
  top: calc(50% - 12px);
  right: 10px;
}
.christmasjobs-btn a .icon.tree {
  background-image: url("/img/icons/bauble.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.christmasjobs-btn a:hover {
  background-color: rgba(244, 78, 78, 0.9);
}
.christmasjobs-btn a:hover .icon {
  animation: swing 1s linear forwards;
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
#index {
  background-color: #FDFCFC;
}
#index .fluid-container {
  background-color: #fff;
}
#index header {
  background-color: #ff7200;
}
#index header h1 {
  font-size: 46px;
  margin: 0;
  padding: 50px 15px 0;
}
#index .bg-orange {
  background-image: -webkit-linear-gradient(90deg, #ff7200 0, #e84f00 100%);
  background-image: -moz-linear-gradient(90deg, #ff7200 0, #e84f00 100%);
  background-image: linear-gradient(90deg, #ff7200 0, #e84f00 100%);
}
#index .bg-gray {
  background-image: -webkit-linear-gradient(15deg, #fff 0, #eee 100%);
  background-image: -moz-linear-gradient(15deg, #fff 0, #eee 100%);
  background-image: linear-gradient(15deg, #fff 0, #eee 100%);
}
#index .bg-gray #categories {
  margin: 70px 0 90px;
}
#index .bg-gray #categories a {
  color: #111;
}
#index .bg-gray #categories a:hover {
  color: #ff7200;
}

#boxApp {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #fff;
}
#boxApp h2 {
  font-weight: 600;
  line-height: 120%;
}
#boxApp .btn {
  font-weight: 900;
}
#boxApp .wrapbox {
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 105px;
  padding-top: 110px;
  font-size: 20px;
  font-weight: 400;
}
#boxApp.theme-bg .wrapbox {
  background-image: none !important;
}
#boxApp.theme-header {
  background-image: -webkit-linear-gradient(90deg, #ff7200 0%, #e84f00 100%) !important;
  background-image: -moz-linear-gradient(90deg, #ff7200 0%, #e84f00 100%) !important;
  background-image: linear-gradient(90deg, #ff7200 0%, #e84f00 100%) !important;
}
#boxApp.theme-header .wrapbox {
  background-position: 100% -25%;
  background-size: 600px auto;
}

#boxCompanies {
  background-repeat: no-repeat;
  background-position: calc(50% - 500px) center;
  background-size: 900px auto;
}
#boxCompanies .wrapbox {
  padding-bottom: 105px;
  padding-top: 110px;
}
#boxCompanies .wrapbox h2 {
  font-weight: 600;
}
#boxCompanies .wrapbox p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
#boxCompanies .wrapbox ul li {
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1199px) {
  #index header h1 {
    font-size: 40px;
  }

  #boxApp.theme-header .wrapbox {
    background-size: 580px auto;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  #boxApp.theme-bg .cover {
    background-color: rgba(99, 98, 110, 0.9);
  }
  #boxApp.theme-header .wrapbox {
    background-position: calc(50% - 50px) calc(100% + 700px);
    padding-bottom: 250px;
  }

  #boxCompanies .cover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #boxCompanies .wrapbox {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#category {
  min-height: 100vh;
}
#category h1 {
  margin-top: 40px;
}
#category h1 small {
  font-weight: 300;
  opacity: 1;
  vertical-align: middle;
}
#category .filter-selects {
  margin-top: -15px;
}
#category .filter-selects > div {
  display: inline-block;
  margin-right: 8px;
}
#category .filter-selects > div:last-of-type {
  margin-right: -15px;
}
@media (max-width: 960px) {
  #category .filter-selects {
    margin-top: 20px;
    text-align: center;
  }
  #category .filter-selects > div {
    font-size: 12px;
  }
  #category .filter-selects > div:last-of-type {
    margin-right: 0;
  }
  #category .filter-selects .job-filter-container:first-of-type.active {
    min-width: 170px;
  }
}
#category .filter {
  margin: 40px 0 25px;
  overflow: visible;
}
#category .filter .tags .tag {
  background: #ff7200 url("/img/icons/close.svg") no-repeat calc(100% - 15px) center;
  background-size: auto 10px;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  padding: 5px 40px 5px 15px;
}
#category .filter .tags .tag:hover {
  background-color: #cc5b00;
}
#category .filter .search img {
  opacity: 0.5;
  width: 25px;
}
#category .filter .search input {
  background: none;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #888;
  margin-left: 5px;
  outline: none;
  padding: 2px 5px;
  width: 230px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#category .filter .search input:focus {
  border: none;
  border-bottom: 1px solid #ccc;
  opacity: 1;
}
#category .filter .search.focus input, #category .filter .search:hover input {
  opacity: 1;
}
#category .filter .search .remove {
  background: url("/img/icons/remove.svg") no-repeat center center;
  background-size: 15px auto;
  border: none;
  height: 15px;
  opacity: 0.5;
  outline: none;
  width: 15px;
}
#category .filter .search .remove:hover {
  opacity: 0.8;
}
#category .filter .select {
  background: url("/img/icons/select.svg") no-repeat right center;
  background-size: auto 8px;
  color: inherit;
  padding: 10px 20px;
  position: relative;
}
#category .filter .select span {
  color: #8c8c8c;
}
#category .filter .select .dropdown {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: none;
  left: auto;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  width: max-content;
  z-index: 50;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#category .filter .select .dropdown a {
  background-position: 14px center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e6e6e6;
  color: inherit;
  display: block;
  padding: 14px 20px 14px 45px;
  word-break: keep-all;
}
#category .filter .select .dropdown a.i-all {
  background-image: url("/img/icons/all_boxes.svg");
}
#category .filter .select .dropdown a.i-profile {
  background-image: url("/img/icons/profile_g.svg");
}
#category .filter .select .dropdown a:last-child {
  border: none;
}
#category .filter .select .dropdown a.active, #category .filter .select .dropdown a:hover {
  font-weight: 600;
}
#category .filter .select:hover .dropdown {
  display: block;
}
#category .jobs {
  min-height: calc(100vh - 960px);
}
#category .main-footer {
  background-color: #fff;
}

#job-detail {
  min-height: 100vh;
}
#job-detail .job-detail--spacer {
  height: 1px;
  background-color: #E6E6E6;
  margin-top: 40px;
  position: relative;
}
#job-detail .job-detail-container {
  padding-bottom: 20px;
  padding-top: 30px;
}
#job-detail .detail-content {
  width: 760px;
}
#job-detail .detail-content--container {
  display: flex;
  justify-content: flex-start;
}
#job-detail .detail-content--right {
  position: relative;
  margin-left: 20px;
  width: 100%;
}
#job-detail .main-footer {
  background-color: #fff;
}
@media (max-width: 1200px) {
  #job-detail .detail-content {
    width: auto;
  }
  #job-detail .job-detail-container {
    padding-top: 20px;
  }
  #job-detail .detail-content--container {
    display: block;
  }
  #job-detail .detail-content--left {
    float: none;
  }
  #job-detail .detail-content--right {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}

#profile {
  background-color: #fbfbfb;
  min-height: 100vh;
}
#profile header {
  background-color: #ff7200;
  background-image: -webkit-linear-gradient(130deg, #ff7200 10%, #cc5b00 100%);
  background-image: -moz-linear-gradient(130deg, #ff7200 10%, #cc5b00 100%);
  background-image: linear-gradient(130deg, #ff7200 10%, #cc5b00 100%);
}
#profile .header .notready-box {
  background-color: #fff;
  color: #0a0a0a;
  margin-top: 20px;
  padding: 15px 15px 15px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#profile .header .notready-box div {
  margin: 0;
  padding: 0;
}
#profile .header .notready-box .tool {
  background: url("/img/icons/tool.svg") no-repeat center center;
  height: 78px;
  padding: 0;
}
#profile .header .notready-box p {
  font-size: 14px;
  margin: 0;
}
#profile .header .notready-box p a {
  text-decoration: underline;
}
#profile .header .notready-box strong {
  color: #ff7200;
}
#profile .header .submenu {
  margin: 81px 20px 0 0;
  text-align: right;
}
#profile .header .submenu a {
  color: #fff;
  display: inline-block;
  padding: 2px 15px;
  position: relative;
  text-transform: uppercase;
}
#profile .header .submenu a .badge {
  right: -17px;
  top: -7px;
}
#profile .header .submenu a.with-badge {
  margin-right: 20px;
}
#profile .header .submenu a.active {
  font-weight: bold;
}
#profile .header .submenu a:last-child {
  padding-right: 5px;
}

.edit-experience textarea {
  resize: none;
}
.edit-experience textarea::placeholder {
  color: #a6a6a6;
}

.termsModal .logo {
  height: 50px;
}
.termsModal p {
  margin: 0 16px 15px;
}
.termsModal .buttons {
  margin-top: 35px;
}
.termsModal .buttons button {
  display: block;
  width: 100%;
}
.termsModal h2 {
  font-size: 33px;
  font-weight: 600;
  margin-top: 25px;
}
.termsModal h3 {
  font-weight: 600;
}
.termsModal a:hover {
  text-decoration: underline;
}
.termsModal table {
  margin-bottom: 30px;
  width: 100%;
}
.termsModal table tr td {
  padding: 5px 0;
}
.termsModal table tr td label {
  cursor: pointer;
  display: block;
  font-size: 17px;
}
.termsModal table tr td.check {
  text-align: right;
  width: 50px;
}
.termsModal table tr td.check input {
  cursor: pointer;
}
.termsModal table tr.small {
  font-size: 13px;
  opacity: 0.6;
}
.termsModal table tr.small td {
  padding-top: 0;
}

.skillsModal .found-skills {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-top-color: #eee;
  margin: -15px 7px 0;
  max-height: 111px;
  overflow: auto;
}
.skillsModal .found-skills ul {
  margin: 3px 10px;
}
.skillsModal .found-skills ul li {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin: 0;
  padding: 5px;
}
.skillsModal .found-skills ul li:hover {
  color: #23b8e5;
  cursor: pointer;
}
.skillsModal .found-skills ul li:last-child {
  border: none;
}
.skillsModal .found-skills ul li:before {
  display: none;
}

#mark-as-hired img {
  position: relative;
  top: 80px;
}

#companies {
  background-color: #fff;
}
#companies .pricing a {
  color: #23b8e5;
}
#companies h2 {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}
#companies h3 {
  font-size: 28px;
  font-weight: 400;
}
#companies h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
#companies p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  #companies p {
    font-size: 18px;
  }
}
#companies .btn-blue {
  text-transform: uppercase;
  font-size: 16px;
}
#companies .top-space {
  margin-top: 30px;
}
#companies .header-video {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#companies .capacent-logo {
  display: inline-block;
  position: relative;
  top: 14px;
  margin: 0 5px;
  width: 180px;
  height: 40px;
  background-image: url("/img/capacent.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#companies .header {
  margin: 8vh 0;
}
#companies .header h1 {
  font-size: 47px;
  font-weight: bold;
  margin-left: 140px;
  margin-right: 140px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.27);
}
@media (max-width: 767px) {
  #companies .header h1 {
    font-size: 41px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  #companies .header h1 {
    font-size: 36px;
  }
}
#companies .header h2 {
  font-size: 22px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}
#companies .header .btn {
  font-size: 20px;
  padding: 13px 40px;
}
#companies .header .btn:hover {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
#companies .header .btn-white {
  color: #23b8e5;
  margin: 0 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 540px) {
  #companies .header .btn-white {
    margin-right: 0;
  }
}
#companies .header .btn-brd {
  background: rgba(54, 169, 226, 0.8) url("/img/icons/viplay.svg") no-repeat 23px center;
  border: 2px solid #fff;
  padding: 11px 35px 11px 50px;
}
#companies .header .btn-brd.no-bg {
  background-image: none;
  padding-left: 35px;
}
#companies .header .btn-log {
  background: rgba(54, 169, 226, 0.8);
  border: 2px solid #fff;
  padding: 11px 35px;
}
#companies .header .btn-meet {
  border: 2px solid #fff;
  background: none;
  position: relative;
  top: 10px;
}
#companies .header .btn-meet:hover {
  background: #23b8e5;
}
#companies .visir {
  background-color: #fbfaf9;
  border-top: 1px solid #efefef;
}
#companies .box-logos {
  background-color: #f2f2f2;
  height: 120px;
  overflow: hidden;
  padding: 25px 0;
  position: relative;
  width: 100%;
}
#companies .box-logos .marquee {
  animation: marquee 140s linear infinite;
  display: block;
  height: 70px;
  overflow: hidden;
  position: absolute;
  width: 6900px;
}
#companies .box-logos .marquee img {
  float: left;
  height: 70px;
  margin: 0 20px;
  opacity: 0.5;
}
#companies .box-logos .marquee img:hover {
  opacity: 0.9;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -3450px;
  }
}
#companies .box-reports .img-1 {
  width: 565px;
}
#companies footer p {
  font-size: 14px;
  font-weight: 400;
}

.signupModal .ember-modal-dialog {
  overflow: hidden;
  padding: 0;
}
.signupModal .ember-modal-dialog .default-dialog {
  padding: 0;
}
.signupModal .pd {
  padding: 25px 60px 0;
}
.signupModal .left-side {
  background: url("/img/gradient_blue.jpg") no-repeat -175px center;
  background-size: cover;
  color: #fff;
  min-height: 740px;
}
.signupModal .left-side h3 {
  line-height: 2.2rem;
  font-weight: 600;
}
.signupModal .left-side .alfred {
  margin-bottom: 25px;
}
.signupModal .left-side .space img {
  margin-top: 7px;
}
.signupModal .left-side .list {
  font-size: 17px;
  margin-top: 38px;
}
.signupModal .left-side .list .row {
  margin-bottom: 30px;
  margin-top: 30px;
}
.signupModal .left-side .list img {
  vertical-align: top;
}
.signupModal .form input {
  padding: 14px 20px;
}
.signupModal .form button {
  padding: 15px;
}
.signupModal .form .alert {
  font-size: 14px;
  margin: -5px 10px 5px;
  text-align: right;
}
.signupModal .form .terms {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.signupModal .form .terms a:hover {
  text-decoration: underline;
}
.signupModal .form .terms label {
  cursor: pointer;
  margin: 0;
  margin-left: 0.75rem;
  text-transform: none;
}
.signupModal .success img {
  margin: 65px 0 15px;
}
.signupModal .success p {
  font-size: 23px;
  font-weight: 300;
}
.signupModal .success p strong {
  font-weight: normal;
}
.signupModal .loader-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0;
  min-height: 550px;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 20;
}
.signupModal .loader-wrap .loader {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-modal .ember-modal-dialog {
  background-color: #000;
  overflow: hidden;
  padding: 0;
}
.video-modal .ember-modal-dialog .default-dialog {
  height: 45vw;
  padding: 0;
  position: relative;
  width: 80vw;
}
.video-modal .ember-modal-dialog .default-dialog .close {
  z-index: 10;
}
.video-modal .ember-modal-dialog .default-dialog iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.company-form input {
  padding: 15px 18px;
}
.company-form .input-wrap.required::after {
  content: "*";
  font-size: 26px;
  float: left;
  color: #ff7200;
  right: 20px;
  position: absolute;
  top: 14px;
  z-index: 5;
}
.company-form .btn {
  margin: 25px auto 0;
  padding: 10px 30px;
  width: auto;
}

.companies--section:nth-of-type(2n) {
  border: 1px solid #e6e6e6;
  background-color: #fbfaf9;
}

@media (max-width: 991px) {
  .signupModal .alfred {
    display: none;
  }
  .signupModal .right-side {
    padding-bottom: 1rem;
  }
  .signupModal .left-side {
    display: none;
  }

  #companies .header {
    margin: 5vh 0;
  }
  #companies .signupModal .pd {
    padding: 25px 40px;
  }
}
@media (max-width: 540px) {
  .btn-white {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .btn-header {
    width: 100%;
  }
}
#videointerviews {
  font-size: 18px;
  margin: 30px 0;
}
#videointerviews h2 {
  font-size: 44px;
  font-weight: 400;
  margin-bottom: 30px;
}
#videointerviews h3 {
  font-size: 28px;
  font-weight: 400;
}
#videointerviews h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
}
#videointerviews p {
  font-size: 21px;
  font-weight: 200;
  margin: 15px 0 25px;
}
#videointerviews hr {
  margin: 80px 0;
}
#videointerviews .close {
  position: fixed;
}
#videointerviews .edit-form {
  padding: 45px;
}
#videointerviews .edit-form .ol-list li {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding: 10px 0 10px 40px;
  position: relative;
}
#videointerviews .edit-form .ol-list li em {
  background-color: #23b8e5;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  left: 0;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#videointerviews .edit-form .ol-list li:before {
  display: none;
}
#videointerviews .edit-form .vi-1 {
  width: 575px;
}
#videointerviews .edit-form .vi-2 {
  width: 304px;
}
#videointerviews .edit-form .vi-3 {
  width: 554px;
}
#videointerviews .edit-form .buy-vi {
  font-size: 24px;
  margin-top: 60px;
  padding: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
#videointerviews .edit-form .buy-vi small {
  font-weight: normal;
  margin-left: 5px;
}
@media (max-width: 991px) {
  #videointerviews img {
    margin-bottom: 40px;
  }
}

#app {
  background-color: #fff;
}
#app .header {
  margin: 10vh 0 0;
}
#app .header h1 {
  font-weight: 600;
  margin-left: 140px;
  margin-right: 140px;
}
#app .header button {
  background-color: #fff;
  color: #23b8e5;
  font-size: 19px;
  padding: 15px 40px;
}
#app .header .app-download {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#app .header .app-download .btn {
  background-color: #fff;
  color: #0a0a0a;
}
#app .header .app-download .-middle {
  margin: 0 30px;
  width: 430px;
}
#app .header .app-download .-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#app .header .app-download .-android,
#app .header .app-download .-ios {
  margin-bottom: 10px;
}
#app .header .app-download .-android img,
#app .header .app-download .-ios img {
  height: 44px;
}
#app .header .app-download .qr img {
  border-radius: 10px;
  height: 100px;
}
#app .paddbox.short h2 {
  max-width: 650px;
  margin: 0 auto;
}

#boxAppScreens {
  padding-top: 0;
  margin-bottom: 120px;
  text-align: center;
}
#boxAppScreens img {
  display: inline-block;
  width: 1300px;
}
#boxAppScreens.padded {
  padding-top: 150px;
}
#boxAppScreens.no-margin {
  margin-bottom: 0;
}

.dwnModal .qr {
  margin-top: 35px;
}
.dwnModal .qr img {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 6px;
  width: 130px;
}

@media (max-width: 767px) {
  #app .header {
    margin: 5vh 0;
  }
  #app .header h1 {
    margin-left: 20px;
    margin-right: 20px;
  }
  #app .header .app-download .-item:first-child {
    margin-right: 20px;
  }
  #app .header .app-download .-middle {
    display: none;
  }

  .dwnModal .form {
    margin-top: 10vh;
  }
}
#_Old_about {
  min-height: 100vh;
}
#_Old_about .header {
  margin: 10vh 0;
}
#_Old_about .tables {
  margin-bottom: 80px;
  margin-top: 20px;
}
#_Old_about .tables .help {
  margin: 30px 0;
  margin-bottom: 20px;
}
#_Old_about .tables .help a {
  color: inherit;
  display: block;
}
#_Old_about .tables .help h4,
#_Old_about .tables .help p {
  margin: 0;
}
#_Old_about .tables .help .icon {
  padding-right: 0;
  text-align: center;
}
#_Old_about .tables .help .icon.help-icon img {
  display: inline-block;
  position: relative;
  top: 2px;
}
#_Old_about .tables .help .icon.mail-icon img {
  display: inline-block;
  position: relative;
  top: 6px;
}
#_Old_about .tables .links img {
  width: 30px;
}
#_Old_about .tables .logos img {
  height: 45px;
}
#_Old_about .tables .logos a {
  color: #8c8c8c;
  margin-left: 10px;
  text-decoration: underline;
}
#_Old_about .tables .logos li {
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .help .col-md-11:nth-of-type(2) {
    margin-top: 20px;
  }
}
#faq h1 {
  padding: 80px 0;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
#faq .faq-content {
  border-top: 15px #e6e6e6 solid;
  border-bottom: 5px #e6e6e6 solid;
  position: relative;
  top: -10px;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#faq .faq-content p {
  line-height: 28px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#faq .faq-content strong {
  margin-bottom: 5px;
  display: block;
}

.summerjobs .categories-header-is--categories a, .christmasjobs .categories-header-is--categories a {
  border: 1px #fff solid;
}

.subpage--user--title {
  font-weight: 700;
}

.watch-unsubscribe {
  max-width: 450px;
  min-width: 420px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.watch-unsubscribe img {
  max-height: 40px;
}

.watch-unsubscribe--content {
  margin-top: 20px;
  margin-bottom: 10px;
}

.watch-unsubscribe--link {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .watch-unsubscribe {
    top: 0;
    left: 0;
    min-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
#company-profiles svg {
  display: inline-block;
  vertical-align: baseline;
}

#courses .header--main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}

.brand-jobs--container {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .close-nav,
.mobile-nav {
    display: none;
  }
}
@media (max-width: 1180px) {
  .-hide-lg {
    display: none;
  }
}
@media (max-width: 960px) {
  .-hide-md {
    display: none;
  }

  .mobile-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
  }
  .mobile-nav .--menu {
    background: url("/img/icons/menu.svg") no-repeat right center;
    background-size: 28px auto;
    height: 50px;
    width: 46px;
  }

  .header--main {
    background: #ff7200 url("/img/");
    overflow: auto;
  }
  .header--main .nav {
    background-color: rgba(240, 107, 0, 0.97);
    bottom: 0;
    display: none;
    float: none;
    left: 0;
    margin: 0;
    max-height: 100%;
    overflow-y: auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 20px 140px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 20px 140px rgba(0, 0, 0, 0.7);
    box-shadow: 0 20px 140px rgba(0, 0, 0, 0.7);
  }
  .header--main .nav.-show {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .header--main .nav .alfred {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .header--main .nav .companies {
    align-self: stretch;
    font-size: 18px;
    margin: 0 20px;
  }
  .header--main .nav .-links {
    align-items: stretch;
    flex-direction: column;
  }
  .header--main .nav .-links .resources {
    background: none;
    margin: 0;
    padding: 0;
  }
  .header--main .nav .-links .resources:hover {
    font-weight: 300;
  }
  .header--main .nav .-links .resources a {
    margin: 0;
  }
  .header--main .nav .-links .resources a:hover {
    font-weight: 600;
  }
  .header--main .nav .-links .resources a.active {
    color: #fff;
    font-weight: bold;
    letter-spacing: inherit;
  }
  .header--main .nav .-links > a {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    padding: 15px;
  }
  .header--main .nav .-links > a.profile {
    font-weight: 600;
  }
  .header--main .nav .-links > a.active {
    background: none;
  }
  .header--main .nav .-links > a:hover {
    border-color: transparent;
  }
  .header--main .nav .-links > a.profile {
    margin: 20px 5px;
    padding: 0 15px;
  }
  .header--main .nav .-links > a.profile .dropdown {
    background-color: #e06400;
    box-shadow: none;
    display: block;
    padding: 0;
    position: static;
  }
  .header--main .nav .-links > a.profile .dropdown a {
    color: inherit;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 15px;
  }
  .header--main .nav .-links > a.profile .dropdown a.active {
    font-weight: 400;
  }
  .header--main .nav .-links > a.profile .dropdown a:hover {
    color: inherit;
  }
  .header--main .nav .-buttons {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .header--main .nav .close-nav {
    background: url("/img/icons/close.svg") no-repeat center center;
    background-size: 20px auto;
    height: 48px;
    margin: 0;
    position: absolute;
    right: 14px;
    top: 15px;
    width: 48px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  footer {
    text-align: center;
  }
  footer .alfred {
    float: none;
  }

  .page-header {
    padding-right: 80px;
  }
  .page-header h1 {
    font-size: 36px;
  }

  .wrapbox {
    font-size: 20px;
  }
  .wrapbox h2 {
    font-size: 34px;
  }

  .wrapbox.paddbox {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .paddbox {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#courses-container {
  position: relative;
  z-index: 0;
}
#courses-container.header-is-sticky {
  padding-top: 105px;
}

@media (max-width: 767px) {
  .ember-modal-overlay.modal-popup .ember-modal-dialog {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .default-dialog {
    height: 100vh;
    max-height: 100vh;
    padding: 20px 25px;
    position: relative;
    word-break: break-word;
  }
  .default-dialog h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .default-dialog > h2 {
    margin-top: 40px;
  }
  .default-dialog.wide {
    max-width: 100%;
  }
  .default-dialog h2.text-center {
    text-align: left;
  }
  .default-dialog .form .btn {
    background-image: none;
    font-size: 19px;
    padding: 12px;
  }
  .default-dialog .mob-close {
    background: url("/img/icons/close.svg") no-repeat center center;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    z-index: 5;
  }
  .default-dialog .mob-close.dark {
    background-image: url("/img/icons/close_b.svg");
  }
}
@media (max-width: 579px) {
  #courses-container {
    position: relative;
    padding-top: 128px;
  }
}
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #e6e6e6 transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #e6e6e6;
  box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  line-height: 1.75;
  border-radius: 4px;
  box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #e6e6e6;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #e6e6e6;
}

.ember-power-select-option[aria-current=true] {
  background-color: #23b8e5;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.ember-power-select-status-icon {
  right: 15px;
}

.ember-power-select-options li {
  font-size: 15px;
  margin: 0;
}
.ember-power-select-options li:before {
  display: none;
}

/*# sourceMappingURL=front.css.map */