* {
  box-sizing: border-box;
}

.row {
  --bs-gutter-x: none;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: #1e1e1e;
  background: linear-gradient(to bottom, #4b4e53 0%,#697075 50%,#6c7379 100%);
}

.wrap {
  max-width: 900px;
  margin: 50px auto;
  background: #fff;
  padding: 0;
}

.title {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 50px 20px 0;
}

.logo {
  padding: 20px;
}

.hero {
  overflow: hidden;
  position: relative;
}

header {
  background: #26b5e3;
  padding: 30px;
  position: relative;
}

.arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -120px;
  border: 120px solid transparent;
  border-top: 42px solid #26b5e3;
}

.arrow {
  padding: 80px 0 50px;
  position: relative;
  z-index: 1;
  padding: 30px;
}

.hiring {
  padding: 20px;
}

div[itemprop] img {
  height: 1em;
}

h1 {
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 800px) {
  .logo-layer {
    position: relative;
    max-width: 100%;
  }
}

h2 {
  font-size: 1.3rem;
  font-weight: 700;
}

section {
  padding: 30px;
}

footer .box {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}

.box {
  border: 1px dashed #26b5e3;
  padding: 20px;
  margin-bottom: 25px;
}

.box:last-of-type {
  margin-bottom: 0;
}

.box:last-type-of {
  border: 1px dashed #26b5e3;
  padding: 20px;
  margin-bottom: 25px;
}

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

footer {
  background: #26b5e3;
  padding: 30px;
}

footer a {
  text-decoration: underline;
  font-weight: 500;
}

.applyButton {
  text-decoration: none;
  background: #fff;
  color: inherit;
  padding: 10px 50px;
  display: inline-block;
}


@keyframes slideshow {
  25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  91.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hidden {
  display: none;
}
.gallery3 img.trans {
  position: relative;
  width: 100%;
}
.gallery3 img:nth-child(4) {
  z-index: 1;
  animation-delay: 8s;
}
.gallery3 img:nth-child(3) {
  z-index: 2;
  animation-delay: 4s;
}
.gallery3 img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation: slideshow 12s linear 0s infinite;
  width: 100%;
}
.gallery2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery2 img.trans {
  position: relative;
  width: 100%;
}
.top {
  animation-name: fade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 2.5s;
  animation-direction: alternate;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.gallery, .gallery2, .gallery3 {
  position: relative;
}

.video iframe {
  width: 100%;
  height: 500px;
  border: none;
}
