*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* @font-face {
  font-family: 'HelveticaNeueLT W1G 53 Ex';
  src: url(../fonts/HelveticaNeueLTW1G-Ex.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-Ex.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
/* @font-face {
  font-family: 'HelveticaNeueLT W1G 43 LtEx';
  src: url(../fonts/HelveticaNeueLTW1G-LtEx.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-LtEx.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: 'HelveticaNeueLT W1G 45 Lt';
  src: url(../fonts/HelveticaNeueLTW1G-Lt.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-Lt.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT W1G 55 Roman';
  src: url(../fonts/HelveticaNeueLTW1G-Bd.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-Bd.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT W1G 55 Roman';
  src: url(../fonts/HelveticaNeueLTW1G-Roman.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-Roman.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueLT W1G 53 Ex';
  src: url(../fonts/HelveticaNeueLTW1G-BdEx.woff2) format('woff2'),
    url(../fonts/HelveticaNeueLTW1G-BdEx.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'HelveticaNeueLT W1G 55 Roman', Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #333;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul {
  margin-left: 20px;
  list-style: none;
}
ul li::before {
  font-size: 21px;
  content: '•';
  color: #7090b7;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  line-height: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
}
ul li:not(:last-child) {
  margin-bottom: 10px;
}
#container {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
.header-img {
  width: 100%;
  display: block;
}
.content {
  padding: 25px 50px;
}
.introduction {
  font-family: 'HelveticaNeueLT W1G 45 Lt';
  font-weight: 300;
  font-size: 15.333px;
  text-align: justify;
  margin-bottom: 30px;
}
.jobtitle-wrapper {
  margin-bottom: 30px;
}
.jobtitle {
  font-size: 21.333px;
}
.location {
  font-family: 'HelveticaNeueLT W1G 45 Lt';
  font-weight: 300;
  font-size: 15.333px;
  margin-top: 5px;
}
.tasks-wrapper {
  margin-bottom: 30px;
}
.subtitle {
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
}
.profile-wrapper {
  margin-bottom: 30px;
}
.offer-wrapper {
  margin-bottom: 30px;
}
.video-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}
.video-wrapper {
  position: relative;
  cursor: pointer;
}
.video-thumb {
  display: block;
  width: 200px;
  height: 112px;
  -o-object-fit: cover;
  object-fit: cover;
}
.video {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
  margin-bottom: 30px;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.close-icon {
  position: absolute;
  top: -15px;
  right: -10px;
  z-index: 98;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
.icon-thumb {
  width: 200px;
  display: block;
}
.disclaimer {
  margin-bottom: 30px;
}
.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.contact-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-employer {
  width: 85px;
  display: block;
}
.social-title {
  font-family: 'HelveticaNeueLT W1G 53 Ex';
  font-weight: bold;
  font-size: 16.88px;
  color: #7090b7;
}
.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.social-url {
  font-size: 16.88px;
  color: #7090b7;
}
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.social-icon-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-icon {
  width: 25px;
}
.apply-btn {
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 25px 14px 25px;
  background-color: #7090b7;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 30px;
}
.apply-btn:hover {
  background-color: #6481a4;
}
.tippy-content {
  padding: 8px 10px 3px 10px;
}

.flip-box {
  background-color: transparent;
  width: 200px;
  height: 112px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box-back {
  background-color: #7090b7;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  font-weight: bold;
}
.flip-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer-full {
  width: 100%;
}

@media screen and (min-width: 680px) {
  .inner {
    display: block !important;
  }
  .subtitle {
    pointer-events: none;
  }
  .chevron {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding: 25px;
  }
}

@media screen and (max-width: 680px) {
  .inner {
    display: none;
    padding: 20px 0 10px 0;
  }
  .subtitle {
    background-color: #7090b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -25px;
    padding: 20px 25px 13px 25px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .subtitle:hover,
  .subtitle.selected {
    background-color: #6481a4;
  }
  .subtitle.selected .chevron {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tasks-wrapper,
  .profile-wrapper,
  .offer-wrapper {
    margin-bottom: 10px;
  }
  .video-icon-wrapper {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .video-thumb {
    width: 100%;
    height: 200px;
  }
  .icon-thumb {
    width: 100%;
  }
  .video {
    margin-top: 30px;
  }
  .chevron {
    width: 20px;
    margin-top: -10px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .contact-social-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
  .top-employer {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }
}

@page {
  size: A4;
  margin: 0mm;
}
@media print {
  html,
  body {
    width: 210mm;
    height: 297mm;
  }
  body {
    padding: 10mm;
    font-size: 10pt;
  }
}
