@charset "UTF-8";
/*
Theme Name: Career
Theme URI: https://career.com/
Author: o2h Technology
Author URI: https://career.com/
Description: Seeding new ideas in life science,technology and green innovation.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
Text Domain: https://career.com/
Tags: o2h tech, o2h ventures, o2h group,o2h discovery.

Career WordPress Theme, (C) 2020 WordPress.org
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
  color: #292929;
}

h1 {
  font-size: 5rem;
  line-height: 5.375rem;
}

h2 {
  font-size: 3rem;
  line-height: 3.625rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.625rem;
  line-height: 2rem;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  color: #292929;
}

a {
  display: inline-block;
  color: #87a878;
  transition: 0.5s all ease;
}
a:hover {
  color: #6d905d;
}
a:focus, a:active {
  color: #87a878;
}

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

.overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.overflow-hidden {
  overflow: hidden;
}

.no-data {
  text-align: center;
  padding: 48px 0;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  background-color: #ffffff;
}

.section-padding {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 32px 0;
  }
}

.site {
  overflow-x: hidden;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 952px;
  }
}
@media screen and (min-width: 1201px) {
  .container {
    max-width: 1184px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

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

.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 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col-xs-1.static,
.col-sm-1.static,
.col-md-1.static,
.col-lg-1.static,
.col-xs-2.static,
.col-sm-2.static,
.col-md-2.static,
.col-lg-2.static,
.col-xs-3.static,
.col-sm-3.static,
.col-md-3.static,
.col-lg-3.static,
.col-xs-4.static,
.col-sm-4.static,
.col-md-4.static,
.col-lg-4.static,
.col-xs-5.static,
.col-sm-5.static,
.col-md-5.static,
.col-lg-5.static,
.col-xs-6.static,
.col-sm-6.static,
.col-md-6.static,
.col-lg-6.static,
.col-xs-7.static,
.col-sm-7.static,
.col-md-7.static,
.col-lg-7.static,
.col-xs-8.static,
.col-sm-8.static,
.col-md-8.static,
.col-lg-8.static,
.col-xs-9.static,
.col-sm-9.static,
.col-md-9.static,
.col-lg-9.static,
.col-xs-10.static,
.col-sm-10.static,
.col-md-10.static,
.col-lg-10.static,
.col-xs-11.static,
.col-sm-11.static,
.col-md-11.static,
.col-lg-11.static,
.col-xs-12.static,
.col-sm-12.static,
.col-md-12.static,
.col-lg-12.static {
  position: static;
}

.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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1025px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .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;
}

.flex_view > div[class^=col] {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .flex_view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex_view.left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex_view.right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex_view.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex_view.space-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex_view.space-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
  }
  .flex_view.middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex_view.end {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .flex_view.start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_view.reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_view.space {
    margin: 0 -16px;
  }
  .flex_view.space > div[class^=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.flex_view_xs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_view_xs.left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex_view_xs.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex_view_xs.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_view_xs.space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_view_xs.space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flex_view_xs.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_view_xs.end {
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}
.flex_view_xs.start {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex_view_xs.reverse {
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex_view_xs.space {
  margin: 0 -16px;
}
.flex_view_xs.space > div[class^=col] {
  padding-left: 16px;
  padding-right: 16px;
}
.flex_view_xs > div[class^=col] {
  padding-left: 0;
  padding-right: 0;
}

.site-header {
  padding: 20px 0;
  width: 100%;
  position: relative;
  z-index: 9999;
  transition: 0.5s all ease;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  position: relative;
}
.site-header .header-wrapper .site-branding {
  position: absolute;
  left: -9000vh;
  opacity: 0;
}
.site-header .header-wrapper .header-left-part {
  display: inline-block;
}
.site-header .header-wrapper .header-left-part .custom-logo-link {
  display: inline-block;
}
.site-header .header-wrapper .header-left-part .custom-logo-link img {
  aspect-ratio: 72/44;
  object-fit: contain;
  max-width: 72px;
}
.site-header .header-wrapper .header-right-part .navigation-button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border: 1px solid #292929;
  color: #292929;
  border-radius: 4px;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
}
.site-header .header-wrapper .header-right-part .navigation-button:hover {
  color: #292929e6;
  background-color: #2929291a;
}
@media screen and (max-width: 991px) {
  .site-header .header-wrapper .header-right-part .navigation-button {
    display: none;
  }
}
.site-header .header-wrapper .header-right-part .menu-button-container {
  display: none;
}
@media screen and (max-width: 991px) {
  .site-header .header-wrapper .header-right-part .menu-button-container {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .site-header .header-wrapper .header-right-part .menu-button-container {
    position: static;
  }
}
.site-header .header-wrapper .header-right-part .menu-button-container.show .mobile-navigation-button-wrapper {
  display: inline-block;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  min-height: 40px;
  min-width: 40px;
  background-color: #ffffff;
  color: #292929;
  transition: 0.5s all ease;
  cursor: pointer;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button .dropdown-icon {
  display: inline-block;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button .dropdown-icon.open {
  display: inline-block;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button .dropdown-icon.close {
  display: none;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button:hover {
  color: #292929e6;
  background-color: #2929291a;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button.show .open {
  display: none;
}
.site-header .header-wrapper .header-right-part .menu-button-container .button.show .close {
  display: inline-block;
}
.site-header .header-wrapper .header-right-part .menu-button-container .mobile-navigation-button-wrapper {
  display: none;
  position: absolute;
  top: calc(100% + 24px);
  right: 0px;
  left: auto;
  min-width: 312px;
  border-radius: 4px;
  text-align: center;
  background-color: #fefefe;
  box-shadow: rgba(41, 41, 41, 0.12) 0px 2px 8px;
  padding: 16px 4px;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .site-header .header-wrapper .header-right-part .menu-button-container .mobile-navigation-button-wrapper {
    width: calc(100% - 32px);
    top: calc(100% + 20px);
    min-width: auto;
    left: 16px;
    right: 16px;
  }
}
.site-header .header-wrapper .header-right-part .menu-button-container .mobile-navigation-button-wrapper .navigation-button {
  display: inline-block;
}

.fallback-hero-section {
  padding: 283px 0 243px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background: #87a878;
}
@media screen and (max-width: 991px) {
  .fallback-hero-section {
    padding: 110px 0 70px;
  }
}
.fallback-hero-section .hero-wrapper {
  text-align: center;
  color: #ffffff;
}
.fallback-hero-section .hero-wrapper span {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .fallback-hero-section .hero-wrapper span {
    font-size: 22px;
  }
}
.fallback-hero-section .hero-wrapper h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 68px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .fallback-hero-section .hero-wrapper h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media screen and (max-width: 576px) {
  .fallback-hero-section .hero-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
.fallback-hero-section .hero-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 800px;
  margin: 0 auto;
}

.fallback-content-section {
  margin-top: 107px;
}
@media screen and (max-width: 576px) {
  .fallback-content-section {
    margin-top: 60px;
  }
}
.fallback-content-section .fallback-content-wrapper {
  position: relative;
  left: 1.2%;
}
@media screen and (max-width: 1200px) {
  .fallback-content-section .fallback-content-wrapper {
    left: auto;
  }
}
.fallback-content-section .fallback-content-wrapper h1,
.fallback-content-section .fallback-content-wrapper h2,
.fallback-content-section .fallback-content-wrapper h3,
.fallback-content-section .fallback-content-wrapper h4,
.fallback-content-section .fallback-content-wrapper h5,
.fallback-content-section .fallback-content-wrapper h6 {
  color: #292929;
  margin-bottom: 10px;
}
.fallback-content-section .fallback-content-wrapper p {
  color: #000000;
  margin-bottom: 20px;
  line-height: 24px;
}
.fallback-content-section .fallback-content-wrapper h3 {
  margin-bottom: 12px;
}
.fallback-content-section .fallback-content-wrapper ul {
  list-style: disc;
  padding-left: 40px;
}
.fallback-content-section .fallback-content-wrapper ol {
  list-style: decimal;
  padding-left: 24px;
}
.fallback-content-section .fallback-content-wrapper ul,
.fallback-content-section .fallback-content-wrapper ol {
  margin-bottom: 44px;
}
.fallback-content-section .fallback-content-wrapper ul li,
.fallback-content-section .fallback-content-wrapper ol li {
  font-size: 1.125rem;
  margin-bottom: 9px;
  line-height: 28px;
  padding-left: 10px;
  list-style: disc;
}
@media screen and (max-width: 576px) {
  .fallback-content-section .fallback-content-wrapper ul,
  .fallback-content-section .fallback-content-wrapper ol {
    margin-bottom: 20px;
  }
}
.fallback-content-section .fallback-content-wrapper a {
  font-weight: unset;
  color: #87a878;
}

.four-zero-four-page-container {
  background: #87a878;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .four-zero-four-page-container {
    padding: 40px 0;
  }
}
.four-zero-four-page-container .whoops-content {
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .four-zero-four-page-container .whoops-content {
    font-size: 26px;
    line-height: 32px;
  }
}
.four-zero-four-page-container .page-not-found-content {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .four-zero-four-page-container .page-not-found-content {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
.four-zero-four-page-container .image-wrapper {
  width: 517px;
  max-width: 100%;
  height: 236px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .four-zero-four-page-container .image-wrapper {
    height: auto;
    margin-bottom: 40px;
  }
}
.four-zero-four-page-container .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.four-zero-four-page-container .go-to-home-page-container {
  text-align: center;
}
.four-zero-four-page-container .go-to-home-page-container a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  background-color: #ffffff;
  color: #292929;
}
.four-zero-four-page-container .go-to-home-page-container a:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.four-zero-four-page-container .go-to-home-page-container a:focus, .four-zero-four-page-container .go-to-home-page-container a:active {
  color: #ffffff;
}
.four-zero-four-page-container .go-to-home-page-container a:hover {
  background-color: #6d905d;
  color: #ffffff;
}

.home-page .hero-section__content {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 767px) {
  .home-page .hero-section__content {
    flex-direction: column;
  }
}
.home-page .hero-section__content__left-image {
  width: 50%;
  order: 1;
}
@media screen and (max-width: 767px) {
  .home-page .hero-section__content__left-image {
    width: 100%;
    order: 2;
  }
}
.home-page .hero-section__content__right-content {
  width: 50%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .home-page .hero-section__content__right-content {
    width: 100%;
    order: 1;
  }
}
.home-page .hero-section__content__right-content__title, .home-page .hero-section__content__right-content__description {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.home-page .hero-section__content__right-content__title {
  margin: 20px 0;
}
.home-page .about-section__content__title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 28px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .home-page .about-section__content__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
.home-page .about-section__content__subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  overflow-wrap: break-word;
  max-width: 853px;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .home-page .about-section__content__subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.home-page .about-section__content__description {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .home-page .about-section__content__description {
    margin-top: 30px;
  }
}
.home-page .join-us-section__content__title {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 28px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .home-page .join-us-section__content__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
.home-page .join-us-section__content__description {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  overflow-wrap: break-word;
}
@media screen and (max-width: 991px) {
  .home-page .join-us-section__content__description {
    font-size: 16px;
    line-height: 22px;
  }
}
.home-page .join-us-section__content__desktop-filters {
  margin-top: 64px;
}
.home-page .join-us-section__content__desktop-filters .mobile-filter-wrapper {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters .mobile-filter-wrapper {
    display: flex;
  }
}
.home-page .join-us-section__content__desktop-filters .mobile-filter-wrapper .icon-wrapper {
  margin-left: 8px;
  cursor: pointer;
}
.home-page .join-us-section__content__desktop-filters .mobile-filter-wrapper .icon-wrapper svg {
  transform: rotate(90deg);
  transition: transform 0.2s ease-out;
}
.home-page .join-us-section__content__desktop-filters .mobile-filter-wrapper.show .icon-wrapper svg {
  transform: rotate(270deg);
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper {
    flex-direction: column;
    align-items: start;
    display: none;
  }
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper.show {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .search-wrapper {
    width: 100%;
    margin-top: 15px;
  }
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .search-wrapper input {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #ffffff;
  outline: none;
  border: none;
  box-shadow: rgba(41, 41, 41, 0.65) 0px 0px 0px 1px;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .search-wrapper input:focus {
  box-shadow: rgb(25, 153, 227) 0px 0px 0px 1px;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .search-wrapper input {
    width: 100%;
  }
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container {
    flex-direction: column;
  }
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper {
    width: 100%;
  }
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper.open h4 svg {
  transform: rotate(180deg);
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper.open ul {
  opacity: 1;
  visibility: visible;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper h4 {
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  font-weight: 400;
  padding: 7px 11px;
  border: 1px solid rgba(41, 41, 41, 0.65);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper h4 svg {
  margin-left: 8px;
  transition: 0.5s all ease;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul {
  position: absolute;
  top: 124%;
  left: 0;
  padding: 4px;
  border: 1px solid rgba(41, 41, 41, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 99;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul li {
  position: relative;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  border-radius: 4px;
  color: #292929;
  cursor: pointer;
  transition: background-color 50ms ease-in, border-color 50ms ease-in;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul li svg {
  opacity: 0;
  visibility: hidden;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul li.selected, .home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul li:hover {
  background-color: rgba(41, 41, 41, 0.1);
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper ul li.selected svg {
  opacity: 1;
  visibility: visible;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper.department ul {
  min-width: 224px;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .dropdowns-container .dropdown-wrapper.languages ul {
  min-width: 140px;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .job-count-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .job-count-wrapper .job-count,
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .job-count-wrapper .clear-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.home-page .join-us-section__content__desktop-filters__filters-top-wrapper .job-count-wrapper .clear-button {
  color: #87a878;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper {
    display: none;
  }
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #292929;
  text-align: left;
  width: 100%;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table thead tr,
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); /* Replace with appropriate RGB values */
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table th,
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table td {
  text-align: left;
  padding: 8px;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table th:last-of-type,
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table td:last-of-type {
  padding-right: 0;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table th:first-of-type,
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table td:first-of-type {
  padding-left: 0;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table th {
  color: rgba(41, 41, 41, 0.8);
  font-weight: inherit;
  height: 64px;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data {
  color: #292929;
  height: 80px;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data.job-title a:hover {
  color: #618153;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data .view-all-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data .view-all-button:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data .view-all-button:focus, .home-page .join-us-section__content__desktop-filters__filter-bottom-wrapper table .table-data .view-all-button:active {
  color: #ffffff;
}
.home-page .join-us-section__content__mobile-filters-conetnt {
  display: none;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .home-page .join-us-section__content__mobile-filters-conetnt {
    display: block;
  }
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(41, 41, 41, 0.25);
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__title, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__work-model, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__location, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__department {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__work-model, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__location, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__department {
  margin-top: 8px;
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__work-model, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__location {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__view-all-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  margin-top: 12px;
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__view-all-button:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.home-page .join-us-section__content__mobile-filters-conetnt .job-cards__view-all-button:focus, .home-page .join-us-section__content__mobile-filters-conetnt .job-cards__view-all-button:active {
  color: #ffffff;
}
.home-page .Queries-section__content__query-text a {
  text-decoration: underline;
}

.post-details-page .banner-section {
  padding: 60px 0;
  background-color: #86a879;
}
@media screen and (max-width: 767px) {
  .post-details-page .banner-section {
    padding: 40px 0;
  }
}
.post-details-page .banner-section__content__title {
  font-size: 47px;
  line-height: 55px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .post-details-page .banner-section__content__title {
    font-size: 37px;
    line-height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .post-details-page .banner-section__content__title {
    font-size: 30px;
    line-height: 38px;
  }
}
.post-details-page .banner-section__content__job-post-details {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.post-details-page .banner-section__content__job-post-details .info-wrapper {
  color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.post-details-page .banner-section__content__job-post-details .info-wrapper .icon-wrapper {
  height: 20px;
  width: 20px;
}
.post-details-page .banner-section__content__job-post-details .info-wrapper p {
  color: #ffffff;
}
.post-details-page .job-post-details-section .border-container {
  border-bottom: 1px solid rgba(41, 41, 41, 0.25);
}
.post-details-page .job-post-details-section__tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 17px 8px 14px;
  color: #292929;
  border-bottom: 2px solid transparent;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item.active {
  color: #87a878;
  border-color: #87a878;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item.active.job-details-active {
  color: #292929;
  border-color: #292929;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item.green-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item.green-button:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.post-details-page .job-post-details-section__tabs-wrapper .tab-item.green-button:focus, .post-details-page .job-post-details-section__tabs-wrapper .tab-item.green-button:active {
  color: #ffffff;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab {
    flex-direction: column;
    gap: 70px;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part {
  flex: 1;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 48px auto 28px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part strong {
  font-weight: bold;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part ul {
  margin-bottom: 10px;
  padding-left: 40px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__left-part ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.8;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part {
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part {
    max-width: 100%;
    align-items: center;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  padding: 16px 24px;
  cursor: pointer;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button:focus, .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button:active {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button {
    min-width: 320px;
    width: fit-content;
  }
}
@media screen and (max-width: 420px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .green-button {
    min-width: max-content;
    width: 100%;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  background-color: transparent;
  color: #87a878;
  width: 100%;
  cursor: pointer;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button:focus, .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button:active {
  color: #ffffff;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button:hover {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button {
    min-width: 320px;
    width: fit-content;
  }
}
@media screen and (max-width: 420px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .share-job-button {
    min-width: max-content;
    width: 100%;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  align-items: center;
  justify-content: center;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper.show {
  display: flex;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 4px;
  max-width: 380px;
}
@media screen and (max-width: 420px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner {
    padding: 15px;
    max-width: 280px;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper .popup-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper .popup-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper .close-popup {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #87a878;
  transition: background-color 0.14s, color 0.14s;
  height: 32px;
  width: 32px;
  border-radius: 4px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper .close-popup svg {
  object-fit: contain;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-top-wrapper .close-popup:hover {
  color: #6d905d;
  background-color: #87a8781a;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(41, 41, 41, 0.65);
  padding: 8px 12px;
  border-radius: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 16px;
  width: 100%;
  color: rgba(41, 41, 41, 0.8);
}
@media screen and (max-width: 767px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper {
    margin-bottom: 20px;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper p {
  font-size: 15px;
  line-height: 22px;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper .copy-icon {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  padding: 3px 5px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #87a878;
  transition: background-color 0.14s, color 0.14s;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper .copy-icon:hover {
  color: #6d905d;
  background-color: #87a8781a;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper .copy-icon svg {
  object-fit: contain;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper .copy-text {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  background-color: #87a8781a;
  color: #87a878;
  padding: 6px 5px;
  border-radius: 4px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .link-wrapper .copy-url-wrapper:hover {
  border-color: #87a878;
  color: #292929;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .share-wrapper .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .share-wrapper .sharethis-inline-share-buttons {
  opacity: 1 !important;
  text-align: left !important;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-details-tab__right-part .popup-wrapper .popup-inner .popup-content .share-wrapper .sharethis-inline-share-buttons .st-btn {
  margin-bottom: 8px;
  display: inline-block !important;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab {
  display: none;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .required {
  color: red;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .required-text {
  padding: 48px 0;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-subtitle {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 32px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper {
  margin-bottom: 32px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper .field-label {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 4px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper input {
  border: 1px solid rgba(41, 41, 41, 0.65);
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  max-width: 440px;
  border-radius: 4px;
  color: #292929;
  outline-color: #87a878;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper input[aria-invalid=true],
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper textarea[aria-invalid=true] {
  border-color: #ec0303;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper .wpcf7-not-valid-tip {
  color: #ec0303;
  min-height: 32px;
  font-size: 14px;
  padding: 4px 0px;
  text-align: left;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper .common-padding {
  padding: 7px 11px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds {
  border-bottom: 1px solid rgba(41, 41, 41, 0.25);
  margin-top: 40px;
  padding-bottom: 40px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(41, 41, 41, 0.65);
  cursor: pointer;
  padding: 35px 40px;
  border-radius: 4px;
  color: #87a878;
  width: 520px;
  max-width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  transition: border-color 0.3s;
  outline-color: #87a878;
  position: relative;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .wpcf7-form-control-wrap input {
  height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper:hover, .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper:focus-within, .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper.dragging {
  border-color: #87a878;
  box-shadow: #87a878 0px 0px 0px 1px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper span {
  cursor: pointer;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper span .bold-text {
  font-weight: 600;
  color: #87a878;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper p {
  font-size: 16px;
  line-height: 25px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .file-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .change-file-btn,
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .delete-file-btn {
  cursor: pointer;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  transition: background-color 0.3s;
  position: relative;
  z-index: 2;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .change-file-btn:hover,
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .delete-file-btn:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .change-file-btn:focus, .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .change-file-btn:active,
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .delete-file-btn:focus,
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .delete-file-btn:active {
  color: #ffffff;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper.has-file .wpcf7-form-control-wrap {
  pointer-events: none;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper.show-error {
  border-color: #ec0303;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper .custom-file-upload .selected-file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper:has(.wpcf7-not-valid-tip) {
  border-color: #ec0303;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper:has(.wpcf7-not-valid-tip):hover, .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper:has(.wpcf7-not-valid-tip):focus-within {
  box-shadow: #ec0303 0px 0px 0px 1px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper.has-file .change-file-btn:hover ~ .wpcf7-form-control-wrap {
  pointer-events: auto;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper.upload-fileds .upload-wrapper p:not(:first-child) {
  margin-top: 4px;
  color: rgba(41, 41, 41, 0.7);
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper textarea {
  resize: none;
  height: 180px;
  padding: 12px 16px;
  width: 100%;
  max-width: 640px;
  border-radius: 4px;
  color: #292929;
  outline-color: #87a878;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .conatct-form-fields-wrapper .country-wrapper .phone-number {
  padding-block: 7px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox {
  display: inline-block;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  display: inline-block;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid rgba(41, 41, 41, 0.65);
  border-radius: 2px;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #87a878;
  border-color: #87a878;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg height='10' width='12' viewBox='0 0 18 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10.7L1.8 6.5.4 7.9 6 13.5l12-12L16.6.1 6 10.7z' fill='rgb(0,0,0)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  height: 10px;
  width: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  cursor: pointer;
  user-select: none;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-radio {
  display: inline-block;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-radio .wpcf7-list-item input[type=radio] {
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  border: 2px solid rgba(41, 41, 41, 0.65);
  border-radius: 50%;
  appearance: none;
  outline: none;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  cursor: pointer;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border-color: #87a878;
  background-color: white;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #87a878;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 48px 0;
}
@media screen and (max-width: 576px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper {
    justify-content: start;
  }
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper .submit-btn {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: background-color 0.14s, color 0.14s;
  padding: 8px 12px;
  background-color: #87a878;
  border: 1px solid #87a878;
  color: #ffffff;
  min-width: 320px;
  width: fit-content;
  max-width: 100%;
  padding: 16px 24px;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper .submit-btn:hover {
  border: 1px solid #6d905d;
  background-color: #6d905d;
}
.post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper .submit-btn:focus, .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper .submit-btn:active {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .post-details-page .job-post-details-section__tabs-content-wrapper .job-application-tab .job-application-conatct-from .submit-button-wrapper .submit-btn {
    min-width: 200px;
  }
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */

/*# sourceMappingURL=style.css.map */
