#content h5,
#content #overview p>b {
  color: var(--black);
  font-size: 34px;
  line-height: 40.8px;
  letter-spacing: -0.02em;
  margin-bottom: 21px;
  font-weight: 500;
}

#content #overview p>b {
  padding-top: 40px;
  display: block;
}

/* Hero */
#hero {
  min-height: 589px;
  padding: 0 103px 84px 103px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}

/* #hero:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
} */


#hero h1 {
  max-width: 867px;
  width: calc(100% - 300px);
  letter-spacing: -0.02em;
}

#hero .button {
  margin-bottom: 4px;
  height: 63px;
  line-height: 63px;
  max-width: 293px;
  width: 100%;
  padding: 0 20px;
}

#hero.sticky {
  position: sticky;
  top: 0;
  min-height: unset;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  flex-wrap: nowrap;
  align-content: center;
  z-index: 99;
}

#hero.sticky h1 {
  font-size: 12px;
  line-height: 18px;
}

#hero.sticky .button {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  max-width: 115px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  transition: none;
}

#hero.sticky .button svg {
  display: none;
}

@media screen and (max-width: 1030px) {
  #hero {
    min-height: 448px;
    flex-wrap: wrap;
    padding: 0 24px 28px 24px;
    align-content: end;
  }

  #hero .container {
    flex-wrap: wrap;
    align-content: end;
  }

  #hero h1 {
    width: 100%;
    max-width: unset;
  }

  #hero .button {
    font-size: 16px;
    width: auto;
    max-width: unset;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    margin-top: 29px;
  }

  #hero .button svg {
    margin-left: 19px;
  }
}

@media screen and (max-width: 992px) {
  #hero {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  #hero.sticky {
    background: linear-gradient(135deg, #c3c6cb 0%, #ebecee 99%) !important;
  }

  #hero h1 {
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -0.015em;
  }

  body:not(.scrolled):not(.scrolled-up) #masthead {
    border: none;
  }

  body:not(.scrolled):not(.scrolled-up) #hero::after {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--black10);
    mix-blend-mode: multiply;
  }

  #hero.sticky {
    background: #eee;
  }

  #hero.sticky .container {
    align-items: center;
    justify-content: space-between;
  }

  #hero.sticky .container h1 {
    width: auto;
    max-width: calc(100% - 120px);
  }
}

/* Hero - end*/

/* module-28 */
#module-1 .container {
  padding: 0;
}
/* module-28 - end*/

/* module-69 */
.module-69 {
  border-radius: 10px !important;
}
/* module-69 - end*/

/* Sidebar */
#sidebar {
  position: sticky;
  top: 0;
  align-self: flex-start;
  padding-top: 43px;
  max-width: 293px;
  padding-bottom: 35px;
  flex-shrink: 0;
  margin-right: 24px;
}

#sidebar .button {
  height: 48px;
  line-height: 48px;
  padding: 0 21px;
}

#sidebar #details strong,
#sidebar #details p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}

#sidebar #details strong {
  color: var(--black);
  font-weight: 500;
}

#sidebar #details p {
  color: var(--black70);
}

#sidebar #details {
  display: grid;
  grid-template-columns: 102px 1fr;
  margin: 39px 0 31px 0;
  gap: 8px 0;
}

#sidebar .roles {
  font-size: 14px;
  line-height: 22.4px;
  color: var(--black70);
  gap: 0 9px;
  margin-bottom: 36px;
}

#sidebar .socials-share {
  margin-top: 33px;
}

#sidebar .socials-share a {
  margin-right: 30px;
}

#sidebar .socials-share a:first-of-type {
  margin-left: 8px;
}

#sidebar .socials-share a:hover svg path {
  fill: var(--black70);
}

@media screen and (max-width: 768px) {
  #sidebar {
    padding-top: 49px;
    padding-bottom: 0;
  }

  #sidebar .roles {
    display: none;
  }

  #content h5,
  #content #overview p>b {
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -0.02em;
  }

  #sidebar #details {
    grid-template-columns: 78px 1fr;
    margin: 24px 0 31px 0;
  }

  #sidebar #details strong,
  #sidebar #details p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
  }

  #sidebar .button {
    display: none;
  }

  #sidebar .socials-share {
    display: none;
  }
}

/* Sidebar - end */

/* Overview */
#overview {
  max-width: 805px;
  padding-top: 101px;
  width: calc(100% - 293px);
  padding-right: 25px;
}

#overview h5 {
  margin-top: 58px;
}

#overview h5:nth-of-type(2) {
  margin-bottom: 40px;
}

#overview h5:first-of-type {
  margin-bottom: 40px;
  margin-top: 0;
}

#overview strong {
  color: var(--black);
  font-weight: 500;
  letter-spacing: 0;
}

#overview strong,
#overview p,
#overview ul {
  font-size: 18px;
  line-height: 30px;
}

/* #overview strong {
  font-size: 34px;
  line-height: 40.8px;
  letter-spacing: -0.02em;
  font-weight: 500;
} */

#overview p {
  margin-bottom: 19px;
}

#overview ul {
  list-style: none;
  margin: 7px 0 0 0;
  padding: 0;
}

#overview ul li {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L8.59 1.41L14.17 7H0V9H14.17L8.59 14.59L10 16L18 8L10 0Z' fill='%23191E25'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0px 6px;
  padding-left: 50px;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #overview {
    padding-top: 25px;
    padding-right: 0;
  }

  #overview h5 {
    margin-bottom: 24px;
    margin-top: 56px;
  }

  #overview h5:first-of-type {
    margin-bottom: 16px;
  }

  #overview h5:nth-of-type(2) {
    margin-bottom: 24px;
  }

  #overview strong,
  #overview p,
  #overview ul {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
  }

  #overview p {
    margin-bottom: 16px;
    font-weight: 400;
  }

  #overview strong {
    font-weight: 500;
  }

  #overview ul li {
    font-weight: 400;
    margin-bottom: 16px;
  }
}

/* Overview - end */

/* Similar */

#similar {
  margin-top: 66px;
}

#similar h5 {
  margin-bottom: 54px !important;
}

#similar .title24 {
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -0.01em;
}

#similar p {
  margin-bottom: 23px;
}

#similar .location,
#similar .time {
  font-size: 16px;
  line-height: 24px;
}

#similar .time {
  position: relative;
  top: 4px;
}

#similar .job {
  border: 1px solid #DDDDDE;
  border-radius: 10px;
  padding: 24px 24px 0 24px;
  margin-bottom: 32px;
  cursor: pointer;
}

#similar .job:hover {
  border-color: var(--black);
}

#similar .tag {
  border-radius: 20px;
  font-size: 14px;
  height: 31px;
  line-height: 33px;
  padding: 0 12px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #similar {
    margin-top: 79px;
  }

  #similar h5 {
    margin-bottom: 22px !important;
  }

  #similar p {
    margin-bottom: 20px;
  }

  #similar .title24 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
  }

  #similar .job {
    padding: 17px 16px 0 16px;
    margin-bottom: 23px;
  }

  #similar .job .flex:first-child {
    flex-direction: column-reverse;
    align-items: baseline;
  }

  #similar .location,
  #similar .time {
    font-size: 12px;
    line-height: 18px;
  }

  #similar .tag {
    font-size: 12px;
    height: 27px;
    color: #fff;
    line-height: 27px;
    position: relative;
    top: 3px;
    padding: 0 13px;
  }

  #similar .time {
    top: 9px;
  }

  #similar .location {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  #similar {
    margin-top: 9px;
  }

  #similar h5 {
    margin-bottom: 38px !important;
  }
}

/* Similar - end */
#defaultform .gform_legacy_markup_wrapper {
  max-width: 1008px !important;
}

#defaultform input[type="submit"] {
  padding: 0 64px 0 32px;
}

#defaultform {
  background-color: var(--lightgray);
  border-radius: 10px;
  margin: 70px 0 100px 0;
  padding: 78px 24px 87px 24px;
}

#field_1_10,
#field_1_11 {
  position: relative;
}

#field_1_10 .validation_message,
#field_1_11 .validation_message {
  top: 35%;
  position: absolute;
}


#gfield_upload_rules_1_10,
#gfield_upload_rules_1_11 {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {

  #field_1_10 .validation_message,
  #field_1_11 .validation_message {
    top: 0;
    left: 0;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #defaultform {
    padding: 30px 24px 40px 24px;
    margin: 10px 0 0 0;
  }

  #field_1_10>div,
  #field_1_11>div {
    justify-content: center;
  }


  #gfield_upload_rules_1_10 {
    margin-bottom: 23px !important;
  }

}

#overview .module-20 {
  padding-top: 0;
  margin-top: 64px;
  background-color: #fff;
  padding-bottom: 0px;
}

#overview .module-20 ul {
  margin: 16px 0 0 0;
}

#overview .module-20 ul li {
  background-image: none;
  padding-left: 2px;
}

#overview .module-20 p {
  margin-bottom: 0;
}

.accordionjs .acc_section .acc_head {
  padding-top: 24px;
}

.accordionjs .acc_section .acc_head span {
  top: 27px;
  right: 2px;
}

.gform_wrapper h3.gform_title {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #masthead {
    border-bottom: 1px solid #E8E8E9;
  }

  #content .container {
    flex-direction: column;
  }

  #content .container>* {
    max-width: unset;
    width: 100%;
  }

  #sidebar {
    position: relative;
  }

  .module-20 {
    padding-top: 81px !important;
    padding-bottom: 27px !important;
  }
}

@media (max-width: 567px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  #hero {
    padding-top:100px;
  }

  #hero .container {
    padding: 0;
  }

  .accordionjs .acc_section {
    padding-bottom: 36px;
  }

  .accordionjs .acc_section .acc_head {
    padding-top: 17px;
  }

  .accordionjs .acc_section .acc_content {
    padding-top: 8px;
  }

  #defaultform h4 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.015em;
    margin-top: 6px;
    margin-bottom: 37px;
  }

  #sidebar #details p {
    font-weight: 400;
  }

  #gfield_upload_rules_1_10,
  #gfield_upload_rules_1_11 {
    margin-top: 0;
  }

}



.stories-template-default .module-66 .container,
.stories-template-default .module-3 .container {
  padding-left: 0;
  padding-right: 0;
}

.stories-template-default .module-3 {
  margin-top: 60px;
}

.stories-template-default .module-3 * {
  text-align: left !important
}

.stories-template-default .module-3 .sectiontitle {
  padding-bottom: 0;
}

.stories-template-default .module-3 .title32 p {
  font-size: 25px !important;
}

.stories-template-default .module-3 .flex {
  display: block;
}

.stories-template-default .module-3 .flex>div {
  padding: 20px 0;
  width: 100%;
}

.stories-template-default .module-3 .title32 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.stories-template-default .module-3 .title32 p {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.stories-template-default #sidebar .socials-share {
  border-top: 2px solid #ececec;
  padding-top: 35px;
}

.module-17 .swiper-slide {
  border-radius: 10px;
}

.stories-template-default .module-17 a {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.stories-template-default .module-17 .post-thumbnail {
  margin: 16px;
  border-radius: 10px;
  overflow: hidden;
}

.stories-template-default .module-17 img {
  top: 0;
  left: 0;
  margin-top: 0;
  aspect-ratio: 362 / 200;
}

.stories-template-default .module-17 .text {
  padding-top: 20px;
}

.stories-template-default .module-17 .swiper-slide {
  height: auto;
}