@font-face {
  font-family: 'KGWhenOceansRise';
  src: url('../../assets/css/fonts/KGWhenOceansRise.eot');
  src: url('../../assets/css/fonts/KGWhenOceansRise.eot?#iefix') format('embedded-opentype'), url('../../assets/css/fonts/KGWhenOceansRise.woff2') format('woff2'), url('../../assets/css/fonts/KGWhenOceansRise.woff') format('woff'), url('../../assets/css/fonts/KGWhenOceansRise.ttf') format('truetype'), url('../../assets/css/fonts/tuffy-webfont.svg#tuffyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.capitalize {
  text-transform: capitalize;
}

.f-red {
  color: var(--red);
}

.container::before,
.container::after {
  content: none;
}

.inner-page .button {
  text-decoration: none !important;
  color: white !important;
  display: block;
  border: none;
  outline: none;
  background-color: var(--red);
  font-size: 18px;
  font-family: 'Gotham-Bold';
  height: 57px;
  line-height: 57px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 31px auto 0 auto;
  padding: 0 58px;
}

#hero {
  padding: 75px 0 40px 0;
  background-image: url('../images/career/careers-hero-bg.jpg');
  background-image: -webkit-image-set(url('../images/career/careers-hero-bg.jpg') 1x, url('../images/career/careers-hero-bg@2x.jpg') 2x);
  overflow: hidden;
}

#hero .hero-inner {
  max-width: 578.5px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

#hero::before {
  content: '';
  position: absolute;
  z-index: 3;
  background-image: url('../images/career/careers-home-hero.png');
  background-image: -webkit-image-set(url('../images/career/careers-home-hero.png') 1x, url('../images/career/careers-home-hero@2x.png') 2x);
  width: 433px;
  height: 444px;
  bottom: -2px;
  left: 82px;
  background-repeat: no-repeat;
  background-size: contain;
}

#hero::after {
  content: '';
  position: absolute;
  background-image: url('../images/career/careers-home-hero-2.png');
  background-image: -webkit-image-set(url('../images/career/careers-home-hero-2.png') 1x, url('../images/career/careers-home-hero-2@2x.png') 2x);
  width: 456px;
  height: 459px;
  bottom: 0;
  right: 62px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

#hero h1 {
  font-size: 47px;
  font-family: 'KGWhenOceansRise';
  margin: 0;
}

#hero h1 span {
  font-size: 191px;
  position: relative;
  left: 13px;
  top: 6px;
}

#hero h1 .inner {
  position: relative;
  z-index: 2;
  left: -27px;
}

#hero h1 .bg {
  background-image: url(../images/career/careers-title-bg.png);
  background-image: -webkit-image-set(url(../images/career/careers-title-bg.png) 1x, url(../images/career/careers-title-bg@2x.png) 2x);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: scale(1.16);
  padding: 300px 0px;
  top: -23%;
}

#hero form {
  margin-top: 62px;
  position: relative;
  z-index: 2;
}

#hero .subt {
  position: relative;
  z-index: 2;
  font-family: 'Lato';
  font-weight: 500;
  font-size: 19.5px;
  max-width: 280px;
  margin: -34px auto 0 auto;
  line-height: 1.175;
}

#hero .subt span {
  font-weight: 800;
}

#hero .button {
  position: relative;
  z-index: 2;
  margin-top: 29px;
  padding: 0 16px;
}

.form-field {
  position: relative;
  flex-basis: 100%;
  margin-bottom: 12px;
}

form input,
form select {
  width: 100%;
  background-color: #fff;
  height: 58px;
  font-size: 23px;
  font-family: 'Lato';
  border: none;
  outline: none;
  padding: 0px 19px;
}

form input::placeholder,
form select:required:invalid {
  color: #a6a6a6;
}

form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-image: url('../images/career/icon-arrow.png');
  background-position-x: calc(100% - 20px);
  background-position-y: 24px;
}

form .search::after {
  content: '';
  background-image: url('../images/career/icon-search.png');
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 21.5px;
  background-size: cover;
}

form select option:not(:first-of-type) {
  color: black;
}

@media screen and (max-width: 1600px) {
  #hero::before {
    width: 330px;
    height: 332px;
    left: 0;
  }

  #hero::after {
    width: 354px;
    height: 356px;
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  #hero::before {
    width: 249px;
    height: 256px;
  }

  #hero::after {
    width: 264px;
    height: 265px;
  }
}

@media screen and (max-width: 992px) {
  #hero::before {
    display: none;
  }

  #hero::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .button {
    font-size: 16px;
    padding: 0 30px;
  }

  #hero {
    padding: 50px 0;
  }

  #hero h1 {
    font-size: 49px;
  }

  #hero h1 span {
    font-size: 127.5px;
  }

  #hero .subt {
    margin: 46px auto 0 auto;
  }

  form input,
  form select {
    height: 40px;
    font-size: 18px;
    padding: 0 13px;
  }

  form .search::after {
    width: 15px;
    height: 14.5px;
  }

  form select {
    background-position-x: calc(100% - 18px);
    background-position-y: 17px;
    background-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  #hero h1 {
    font-size: 32px;
  }

  #hero h1 span {
    font-size: 80px;
  }

  #hero h1 .bg {
    display: none;
  }
}

@media screen and (max-width: 567px) {}

.nav-wrap {
  border-bottom: 1px solid #b1b1b1;
  padding: 0 15px;
}

.career-nav {
  height: 122px;
  line-height: 122px;
  overflow-x: scroll !important;
  display: flex;
  gap: 0 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: fit-content;
  margin: 0 auto;
}

.career-nav::-webkit-scrollbar {
  display: none;
}

.career-nav a {
  color: #a6a6a6;
  font-size: 26.5px;
  font-family: 'Gotham-Black';
  text-decoration: none !important;
  flex-shrink: 0;
}

.career-nav a:hover {
  color: #000;
}

.career-nav a.active {
  color: var(--red);
}

@media screen and (max-width: 768px) {
  .career-nav {
    height: 100px;
    line-height: 100px;
  }
}

@media screen and (max-width: 600px) {
  .career-nav {
    justify-content: center;
    width: 100%;
    gap: 0 20px;
    height: 75px;
    line-height: 75px;
  }

  .career-nav a {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .career-nav {
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    flex-wrap: wrap;
    gap: 0;
  }

  .career-nav a {
    display: block;
    padding: 11px;
    /* width: 50%; */
  }
}

#quote {
  margin-top: 100px;
}

#quote .container {
  background-color: var(--red);
  max-width: 1155px;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 45px;
  box-shadow: 2px -1px 26.88px 5.12px rgba(0, 0, 0, 0.19);
}

#quote .text {
  color: #fff;
  max-width: 860px;
  margin: 0 auto;
}

#quote strong {
  font-family: 'Gotham-Bold';
  font-size: 33.5px;
  line-height: 1.175;
  position: relative;
}

#quote .block {
  font-family: 'Gotham-Book';
  font-style: italic;
  font-weight: 400;
  font-size: 19.5px;
  margin-top: 24px;
}

#quote img {
  margin-top: -56px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #quote .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  #quote strong {
    font-size: 28px;
  }

  #quote strong::before {
    left: -15px;
    top: 0;
  }

  #quote .block {
    font-size: 18px;
  }
}

@media screen and (max-width: 567px) {
  #quote strong {
    font-size: 24px;
  }

  #quote .block {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #quote strong {
    font-size: 22px;
  }
}


#values {
  margin-top: 69px;
}

#values .container {
  width: 100%;
  max-width: 1170px;
}

#values .title {
  font-family: 'Lato';
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 73px;
}

#values .title span {
  font-size: 80px;
  font-weight: 400;
  text-transform: capitalize;
}

#values .flex {
  justify-content: space-between;
  max-width: 908px;
  width: 100%;
  margin: 0 auto;
  max-height: 302px;
}

#values .flex .text {
  font-family: 'Lato';
  line-height: 1.175;
  font-weight: 500;
  font-size: 19.5px;
  color: #969696;
  max-width: 440px;
  margin-left: 24px;
}

#values .flex .text strong {
  font-weight: bold;
  color: #000;
  font-size: 36px;
  display: block;
  margin-bottom: 19px;
  margin-left: -4px;
}

#values .flex img {
  position: relative;
  top: -169px;
}

#values .values-icons {
  display: flex;
  justify-content: center;
  gap: 50px 89px;
  text-align: center;
  box-shadow: 0px -2px 11.7px 1.3px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  padding: 28px 15px 34px 15px;
}

/*
#values .values-icons:hover .value {
  opacity: 0.2;
}

#values .values-icons .value:hover {
  opacity: 1;
}
*/

#values .values-icons .text {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  #values .flex img {
    position: relative;
    top: -56px;
    max-width: 230px;
  }
}

@media screen and (max-width: 768px) {
  #values .flex {
    flex-wrap: wrap;
    max-height: unset;
    justify-content: center;
  }

  #values .flex .text {
    flex-basis: 100%;
    max-width: unset;
    margin-bottom: 25px;
  }

  #values .title {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 50px;
  }

  #values .title span {
    font-size: 60px;
  }

  #values .flex .text strong {
    font-size: 28px;
  }

  #values .flex img {
    top: 0;
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {
  #values .values-icons .value {
    flex-basis: 48%;
  }

  #values .values-icons {
    gap: 50px 5px;
  }

  #values .values-icons .text {
    font-size: 20px;
  }

  #values .values-icons img {
    max-width: 130px;
  }
}

#about-page .perks {
  margin-top: 0;
}

.perks {
  margin-top: 130px;
  background-color: #f9f6f5;
}

.perks .container {
  max-width: 1475px;
  width: 100%;
  text-align: center;
  padding: 36px 15px 53px 15px;
}

.perks .title {
  font-size: 36px;
  color: #000;
  font-family: 'Lato';
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 12px;
}

.perks .title span {
  display: block;
  font-size: 80px;
  font-weight: 400;
}

.perks .subt {
  font-size: 19.5px;
  text-align: center;
  font-weight: 500;
}

.perks .subt span {
  font-weight: 800;
}

.perks .flex {
  max-width: 1129px;
  margin: 71px auto 31px auto;
  gap: 73px 33px;
  justify-content: center;
  align-items: baseline;
}

.perks .item {
  max-width: 257px;
  width: 100%;
}

.perks img {
  display: block;
  margin: 0 auto;
}

.perks .text {
  margin-top: 14px;
  color: #000;
  font-size: 19.5px;
  font-weight: 'Lato';
  font-weight: bold;
  line-height: 1.175;
}

.accordionjs .acc_section {
  z-index: 8;
}

@media screen and (max-width: 768px) {
  .perks {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  #about-page .perks {
    margin-bottom: 0;
  }

  .perks .title strong {
    font-size: 28px;
  }

  .perks .subt {
    font-size: 18px;
  }

  .perks .container {
    padding: 50px 15px 50px 15px;
  }

  .perks .flex {
    margin-top: 50px;
    gap: 50px 108px;
  }
}

@media screen and (max-width: 480px) {
  .perks .flex {
    gap: 50px 300px;
  }
}

#careers-page {
  margin-top: 29px;
}

#careers-hero {
  position: relative;
  background-image: url('../images/career/careers-hero-bg-2.jpg');
  background-image: -webkit-image-set(url('../images/career/careers-hero-bg-2.jpg') 1x, url('../images/career/careers-hero-bg-2@2x.jpg') 2x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 63px 0 75px 0;
  overflow: hidden;
}

#careers-hero::before {
  content: '';
  position: absolute;
  background-image: url('../images/career/careers-page-hero.png');
  background-image: -webkit-image-set(url('../images/career/careers-page-hero.png') 1x, url('../images/career/careers-page-hero@2x.png') 2x);
  width: 509px;
  height: 412px;
  bottom: -2px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

#careers-hero::after {
  content: '';
  position: absolute;
  background-image: url('../images/career/careers-page-hero-2.png');
  background-image: -webkit-image-set(url('../images/career/careers-page-hero-2.png') 1x, url('../images/career/careers-page-hero-2@2x.png') 2x);
  width: 616px;
  height: 408px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

#careers-hero .title {
  font-family: 'KGWhenOceansRise';
  font-size: 49px;
  color: #000;
  position: relative;
  line-height: 1.45;
}

#careers-hero .title .inner {
  position: relative;
  z-index: 2;
}

#careers-hero .title .bg {
  background-image: url('../images/career/careers-title-bg.png');
  background-image: -webkit-image-set(url('../images/career/careers-title-bg.png') 1x, url('../images/career/careers-title-bg@2x.png') 2x);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 339px 0px;
  top: -70%;
}

#careers-hero .title span {
  font-size: 127.5px;
}

#careers-hero .text {
  position: relative;
  font-family: 'Lato';
  font-size: 19.5px;
  line-height: 1.175;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-top: -8px;
  z-index: 2;
}

@media screen and (max-width: 1500px) {

  #careers-hero::before,
  #careers-hero::after {
    transform: scale(0.8);
    bottom: -40px;
  }

  #careers-hero::before {
    left: -50px;
  }

  #careers-hero::after {
    right: -50px;
  }
}

@media screen and (max-width: 1400px) {

  #careers-hero::before,
  #careers-hero::after {
    transform: scale(0.6);
    bottom: -82px;
  }

  #careers-hero::before {
    left: -104px;
  }

  #careers-hero::after {
    right: -104px;
  }
}

@media screen and (max-width: 1200px) {
  #careers-hero {
    padding: 50px 0;
  }

  #careers-hero .text {
    margin-bottom: 0;
  }

  #careers-hero::before,
  #careers-hero::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {

  #careers-hero::before,
  #careers-hero::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #careers-hero {
    padding: 50px 0;
    margin-bottom: 0;
  }

  #careers-hero .title .bg {
    display: none;
  }

  #careers-hero .title {
    font-size: 32px;
  }

  #careers-hero .title span {
    font-size: 80px;
  }
}

#positions {
  padding: 78px 0 86px 0;
  background-color: #f9f6f5;
}

#positions iframe {
  max-width: 100%;
}

#positions th {
  font-weight: 400;
}

#positions .container {
  width: 100%;
  max-width: 1043px;
}

#positions .title {
  color: #000;
  font-size: 36px;
  font-family: 'Lato';
  font-weight: bold;
  text-align: center;
  margin-bottom: 74px;
}

#positions table {
  width: 100%;
  margin: 0 auto;
}

#positions thead {
  font-size: 17px;
  color: #a7a7a7;
  font-family: 'Lato';
}

#positions .position {
  font-size: 29px;
  font-family: 'Lato';
  font-weight: bold;
  color: #000;
}

#positions .location {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: bold;
  color: #000;
}

#positions tr:hover .position,
#positions tr:hover .location {
  color: var(--red);
}

#positions tbody tr {
  border-bottom: 1px solid #a6a6a6;
}

#positions tbody tr td {
  padding: 0;
  vertical-align: middle;
}


#positions tbody tr td:last-child {
  text-align: right;
  min-width: 300px;
}

#positions tbody tr:first-child td {
  padding-bottom: 24px;
}

#positions tbody tr:first-child td a {
  margin: 20px 0 25px 0;
}

#positions tbody tr td:first-child {
  column-width: 336px;
}

#positions table .button {
  margin: 33px 0 37px 0;
}

#positions .text-center .button {
  margin: 70px auto 0 auto;
  padding: 0 51px;
}

#careers-page .perks {
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  #positions {
    padding: 50px 0;
  }

  #positions .title {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #positions .text-center .button {
    margin-top: 50px;
  }

  #careers-page .perks {
    margin-top: 0;
    margin-bottom: 0;
  }

  #positions tbody tr td:last-child {
    min-width: 230px;
  }
}

@media screen and (max-width: 600px) {
  #positions .position {
    font-size: 20px;
    margin-top: 30px;
  }

  #positions tbody tr:first-child td {
    padding-bottom: 0;
  }

  #positions tbody tr td a {
    margin: 20px 0 25px 0;
  }

  #positions tbody tr:first-of-type .position {
    margin-top: 0;
  }

  #positions .location {
    font-size: 16px;
  }

  #positions thead {
    display: none;
  }

  #positions tbody tr td {
    display: block;
  }

  #positions tbody tr td:last-child {
    text-align: left;
  }

  #positions table .button {
    margin: 25px 0 50px 0;
  }
}

#opportunities .container {
  width: 100%;
  max-width: 1052px;
}

#opportunities .title {
  font-size: 36px;
  font-family: 'Lato';
  font-weight: bold;
  color: #000;
  margin: 83px 0 20px 0;
}

#opportunities .subt {
  font-family: 'Lato';
  font-weight: 500;
  font-size: 19.5px;
  line-height: 1.175;
  max-width: 510px;
  margin: 0 auto 74px auto;
}

#opportunities .acc_section {
  font-family: 'Lato';
  border: none;
  border-top: 1px solid #a6a6a6;
  padding: 40px 70px 48px 1px;
  color: #000;
}

#opportunities .acc_section.acc_active .acc_head {
  color: var(--red);
}

/* 
#opportunities .accordionjs li:last-child {
  border-bottom: 1px solid #a6a6a6;
} */

#opportunities .acc_head {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 28.5px;
  color: #000;
  padding: 0;
  background: none !important;
  border: none !important;
  position: relative;
}

#opportunities .acc_head::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  right: -45px;
  background-image: url('../images/career/icon-plus-red.png');
  background-size: contain;
  background-position: center;
  width: 30.5px;
  height: 30.5px;
  cursor: pointer;
}

#opportunities .acc_content {
  padding: 10px 0 0 0;
}

#opportunities strong {
  font-weight: bold;
  font-size: 19px;
}

#opportunities .acc_section ul {
  padding: 20px 0 20px 20px;
  line-height: 1.175;
}

#opportunities .acc_section ul li {
  font-size: 15.5px;
  font-weight: bold;
  list-style: none;
  position: relative;
  margin-bottom: 24px;
}

#opportunities .traits-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
}

#opportunities .traits-list li {
  width: fit-content;
}

#opportunities .traits-list li:nth-child(1) {
  margin-right: 158px;
}

#opportunities .traits-list li:nth-child(3) {
  margin-right: 96px;
}

#opportunities .acc_section ul li::before {
  content: '';
  position: absolute;
  width: 12.5px;
  height: 12px;
  background-image: url('../images/career/icon-checkmark.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: -20px;
}

#opportunities .accord-subt {
  font-size: 15px;
  max-width: 667px;
  font-weight: 500;
  line-height: 1.175;
  margin-bottom: 26px;
}

#opportunities .button {
  padding: 0 76px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  #opportunities .title {
    font-size: 28px;
    margin: 50px 0 20px 0;
  }

  #opportunities .subt {
    margin: 0 auto 50px auto;
    font-size: 18px;
  }

  #opportunities .acc_head {
    font-size: 22px;
    padding-right: 40px;
  }

  #opportunities .acc_section {
    padding: 25px 0 25px 1px;
  }

  #opportunities .acc_head::after {
    right: 2px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 600px) {

  #opportunities .traits-list li:nth-child(1),
  #opportunities .traits-list li:nth-child(3) {
    margin-right: 0;
  }

  #opportunities .acc_section ul li {
    flex-basis: 100%;
  }
}

#training-page {
  margin-top: 29px;
}

#training-page .career-nav {
  height: 157px;
  line-height: 157px;
}

@media screen and (max-width: 600px) {
  #training-page .career-nav {
    justify-content: center;
    width: 100%;
    gap: 0 20px;
    height: 75px;
    line-height: 75px;
  }
}

@media screen and (max-width: 480px) {
  #training-page .career-nav {
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    flex-wrap: wrap;
    gap: 0;
  }
}

#training-page .nav-wrap {
  border-bottom: none;
  box-shadow: 0px 0px 29.44px 2.56px rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
}

#training-hero {
  background-image: url('../images/career/training-hero.png');
  background-image: -webkit-image-set(url('../images/career/training-hero.png') 1x, url('../images/career/training-hero@2x.png') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 219px;
  padding-bottom: 121px;
}

#training-hero .container {
  position: relative;
}

#training-hero .container::before {
  content: '';
  position: absolute;
  z-index: 3;
  background-image: url('../images/career/training-hero-decor-2.png');
  background-image: -webkit-image-set(url('../images/career/training-hero-decor-2.png') 1x, url('../images/career/training-hero-decor-2@2x.png') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 519px;
  height: 619px;
  left: -174px;
  bottom: -96px;
}

#training-hero .container::after {
  content: '';
  position: absolute;
  z-index: 3;
  background-image: url('../images/career/training-hero-decor.png');
  background-image: -webkit-image-set(url('../images/career/training-hero-decor.png') 1x, url('../images/career/training-hero-decor@2x.png') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 572px;
  height: 611px;
  right: -172px;
  bottom: -147px;
}

#training-hero .title {
  font-size: 62.5px;
  font-family: 'KGWhenOceansRise';
  color: #000;
  line-height: 1.175;
  margin: 0 0 8px 0;
  position: relative;
  z-index: 2;
}

#training-hero .title span {
  font-size: 163.5px;
}

#training-hero .inner {
  position: relative;
  z-index: 2;
}

#training-hero .inner .bg {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url('../images/career/training-hero-2.png');
  background-image: -webkit-image-set(url('../images/career/training-hero-2.png') 1x, url('../images/career/training-hero-2@2x.png') 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: -198px;
  bottom: -104px;
}

#training-hero .text {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: 600;
  width: 100%;
  max-width: 440px;
  line-height: 1.175;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {

  #training-hero .container::before,
  #training-hero .container::after {
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {

  #training-hero .container::before,
  #training-hero .container::after {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #training-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #training-hero .inner .bg {
    display: none;
  }

  #training-hero .title {
    font-size: 48px;
  }

  #training-hero .title span {
    font-size: 130px;
  }

  #training-hero .text {
    font-size: 18px;
  }
}

#learn {
  padding: 46px 0 120px 0;
  background-image: url('../images/career/training-learn.jpg');
  background-image: -webkit-image-set(url('../images/career/training-learn.jpg') 1x, url('../images/career/training-learn@2x.jpg') 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#learn .container {
  width: 100%;
  max-width: 1200px;
}

#learn .title {
  font-size: 36px;
  font-family: 'Lato';
  font-weight: bold;
  color: #231f20;
}

#learn ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 0 27px;
  margin: 86px auto 0 auto;
}

#learn li {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family: 'Lato';
  font-weight: 500;
  margin-bottom: 95px;
  padding: 0;
  line-height: 1.175;
  padding-left: 143px;
}

#learn li::before {
  content: '';
  position: absolute;
  background-image: url('../images/career/list-icon-red.png');
  background-image: -webkit-image-set(url('../images/career/list-icon-red.png') 1x, url('../images/career/list-icon-red@2x.png') 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 124px;
  height: 86px;
  left: 0px;
  top: -30px;
}

#learn li:nth-child(2),
#learn li:nth-child(4) {
  margin-bottom: 77px;
}

#learn li:nth-child(2)::before,
#learn li:nth-child(4)::before {
  top: -16px;
}

#learn li:nth-child(3)::before,
#learn li:nth-child(6)::before {
  top: -8px;
}

@media screen and (max-width: 992px) {
  #learn {
    padding: 50px 0 0 0;
    margin-top: 0;
  }

  #learn ul {
    margin-top: 35px;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
  }

  #learn ul br {
    display: none;
  }

  #learn li {
    margin-bottom: 50px !important;
    padding-left: 113px;
  }

  #learn li::before {
    top: -23px !important;
    width: 88px;
    height: 61.03px;
  }
}

@media screen and (max-width: 600px) {
  #learn {
    padding: 30px 0 0 0;
  }

  #learn .title {
    font-size: 28px;
  }

  #learn ul {
    margin-top: 40px;
  }

  #learn li {
    font-size: 18px;
    padding-left: 53px;
  }

  #learn li::before {
    top: -10px !important;
    width: 40px;
    height: 40px;
  }
}

#training-page .careers-search {
  margin-top: 91px;
}

#training-page .careers-search .container {
  padding: 50px 0 80px 0;
  max-width: 1482px;
  width: 100%;
  background-color: var(--red);
  position: relative;
}

#training-page .careers-search .title {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 54px;
  color: #fff;
  text-shadow: 1px -1px 13.44px rgba(0, 0, 0, 0.11);
}

#training-page .careers-search .button {
  background-color: var(--yellow);
  box-shadow: 1px -1px 13.44px 2.56px rgba(0, 0, 0, 0.11);
  color: #000 !important;
  margin-top: 28px;
}

/*
#training-page .careers-search .container::before {
  content: '';
  position: absolute;
  background-image: url('../images/career/careers-search-1.png');
  background-image: -webkit-image-set(url('../images/career/careers-search-1.png') 1x, url('../images/career/careers-search-1@2x.png') 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 353px;
  height: 504px;
  bottom: 0;
  left: -51px;
}

#training-page .careers-search .container::after {
  content: '';
  position: absolute;
  background-image: url('../images/career/careers-search-2.png');
  background-image: -webkit-image-set(url('../images/career/careers-search-2.png') 1x, url('../images/career/careers-search-2@2x.png') 2x);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 437px;
  height: 544px;
  bottom: 0;
  right: -13px;
}
*/

@media screen and (max-width: 1500px) {
  #training-page .careers-search .container::before {
    width: 223px;
    height: 318px;
  }

  #training-page .careers-search .container::after {
    width: 267px;
    height: 323px;
  }
}

@media screen and (max-width: 1200px) {
  #training-page .careers-search .container::before {
    width: 203px;
    height: 286px;
  }

  #training-page .careers-search .container::after {
    width: 227px;
    height: 283px;
  }
}

@media screen and (max-width: 992px) {
  #training-page .careers-search .container::before {
    width: 173px;
    height: 246px;
    left: 0;
  }

  #training-page .careers-search {
    margin-top: 15px;
  }

  #training-page .careers-search .container::after {
    width: 197px;
    height: 243px;
    right: 0;
  }

  #training-page .careers-search .title {
    margin: 0;
  }

  #training-page .careers-search .container {
    padding: 50px 0 40px 0;
  }
}

@media screen and (max-width: 768px) {
  #training-page .careers-search .title {
    font-size: 42px;
  }

  #about-page #values {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #training-page .careers-search .title {
    font-size: 38px;
  }

  #training-page .careers-search .container::before {
    width: 153px;
    height: 216px;
  }

  #training-page .careers-search .container::after {
    width: 177px;
    height: 209px;
  }

  .perks .flex {
    gap: 50px 0px;
  }
}

@media screen and (max-width: 480px) {
  #training-page .careers-search .title {
    font-size: 22px;
  }

  .perks .flex {
    gap: 50px 10px;
  }

  .perks .item {
    max-width: 45%;
  }

  .perks .text {
    font-size: 18px;
  }

  .perks img {
    transform: scale(0.6);
  }

}