html,
body {
  overflow-x: hidden;
}

body {
  max-width: 100%;
  background-color: #4c28ff;
  font-family: 'Avenir Next';
  color: #ffffff;
}

section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  overflow-x: unset;
}

@media all and (max-width: 1024px) {
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.content col-1-pad flex {
  padding-top: 3.125rem;
}

.section-intro {
  background-color: #6f3cf3;
  padding-top: 270px;
}

@media all and (max-width: 1024px) {
  .section-intro {
    padding-top: 140px;
  }
}

.section-intro .row-intro {
  margin-bottom: 200px;
}

@media all and (max-width: 1024px) {
  .section-intro .row-intro {
    margin-bottom: 150px;
  }
}

.section-intro .row-slideshow {
  position: static;
  background-color: #4c28ff;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .section-intro .row-slideshow {
    position: relative;
  }

  .footer {
    margin-top: 0;
    padding-top: 0;
  }
}


.section-intro .intro-slogan {
  position: relative;
  float: left;
  width: 405px;
  line-height: 88px;
  letter-spacing: -5px;
  font-size: 100px;
  color: #00fff5;
  font-family: 'Avenir Next';
  font-weight: 600;
  text-transform: uppercase;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .section-intro .intro-slogan {
    width: 275px;
    font-size: 68px;
    line-height: 50px;
    letter-spacing: -3.5px;
  }
}

@media all and (max-width: 767px) {
  .section-intro .intro-slogan {
    float: none;
    margin-bottom: 16px;
  }
}

.section-intro .intro-text-emphasized {
  position: relative;
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 40px;
  line-height: 43px;
  letter-spacing: -2px;
  margin-left: 435px;
  margin-bottom: 10px;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .section-intro .intro-text-emphasized {
    font-size: 30px;
    line-height: 32px;
    margin-left: 305px;
  }
}

@media all and (max-width: 767px) {
  .section-intro .intro-text-emphasized {
    margin-left: 0;
  }
}

.section-intro .intro-text-emphasized .highlighted {
  font-family: 'Avenir Next';
  font-weight: 600;
}

.section-intro .intro-text {
  position: relative;
  font-family: 'Avenir Next';
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -1px;
  margin-left: 435px;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .section-intro .intro-text {
    font-size: 15px;
    line-height: 18.5px;
    margin-left: 305px;
  }
}

@media all and (max-width: 767px) {
  .section-intro .intro-text {
    margin-left: 0;
  }
}

.section-intro .statistics-header {
  position: relative;
  font-family: 'Avenir Next';
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 100px;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .section-intro .statistics-header {
    font-size: 30px;
    line-height: 32px;
  }
}

.section-intro::before,
.section-intro::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  margin-left: -60vw;
  bottom: 240px;
  width: 120vw;
  height: 1165px;
  border-radius: 100px;
  background: #6f3cf3;
  /* Old browsers */
  background: -moz-linear-gradient(15deg, #3219af 0%, #6f3cf3 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(15deg, #3219af 0%, #6f3cf3 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(15deg, #3219af 0%, #6f3cf3 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3219af', endColorstr='#6f3cf3', GradientType=0);
  /* IE6-9 */
  transform: rotate(-15deg);
  z-index: 0;
}

@media all and (max-width: 767px) {
  .section-intro::before,
  .section-intro::after {
    width: 1440px;
    margin-left: -720px;
  }
}

.section-intro::after {
  bottom: 325px;
  margin-left: -57vw;
}

@media all and (max-width: 767px) {
  .section-intro::after {
    margin-left: -700px;
  }
}

.section-join {
  background-color: #4c28ff;
  padding-top: 80px;
  padding-bottom: 75px;
}

.section-join .join-block {
  max-width: 600px;
  border-top: 1px solid #00fff5;
  border-bottom: 1px solid #00fff5;
  text-align: center;
  padding: 40px 5px;
  margin: 0 auto;
}

.section-join .join-block-title {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-size: 40px;
  line-height: 32px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

@media all and (max-width: 1024px) {
  .section-join .join-block-title {
    font-size: 30px;
    line-height: 32px;
  }
}

.section-join .join-block-text {
  font-size: 15px;
  line-height: 24px;
  margin-top: 40px;
}

.section-join .join-text {
  font-family: 'Avenir Next';
  font-weight: 500;
  max-width: 500px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 160px auto 0;
}

@media all and (max-width: 767px) {
  .section-join .join-text {
    padding: 0 10px;
  }
}

.section-positions {
  background-color: #4c28ff;
  padding-top: 75px;
  padding-bottom: 250px;
}

@media all and (max-width: 1024px) {
  .section-positions {
    padding-bottom: 50px;
  }
}

.section-positions .positions-header {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  letter-spacing: -1px;
  color: #00fff5;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.section-positions .positions-category__content .row {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .section-positions .positions-category__content .row {
    margin-bottom: 0;
  }

  .section-positions .position-card {
    margin-bottom: 30px;
  }
}

.statistics-slide {
  display: inline-block;
  position: relative;
  width: 246px;
  max-width: 100%;
  color: #111111;
  text-align: center;
  padding-bottom: 24px;
}

.statistics-slide .statistics-slide__content {
  position: relative;
  background-color: #ffffff;
  padding: 40px 20px 30px;
  border-radius: 24px;
  z-index: 5;
}

@media all and (max-width: 767px) {
  .statistics-slide .statistics-slide__content {
    min-height: 340px;
  }
}

.statistics-slide img {
  display: block;
  height: 100px;
  margin: 0 auto;
}

.statistics-slide .statistics-slide__title {
  font-family: 'Avenir Next';
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.statistics-slide .statistics-slide__text {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
}

.statistics-slide .statistics-slide__gills {
  position: absolute;
  width: 100%;
  height: 50%;
  opacity: 0.5;
  border-radius: 24px;
}

.statistics-slide .statistics-slide__gills.first {
  bottom: 16px;
  background-color: #00fff5;
  z-index: 3;
}

.statistics-slide .statistics-slide__gills.second {
  bottom: 8px;
  background-color: #aeb6ff;
  z-index: 2;
}

.statistics-slide .statistics-slide__gills.third {
  bottom: 0;
  background-color: #00c4ff;
  z-index: 1;
}

.positions-category {
  margin-bottom: 60px;
}

.positions-category .positions-category__header {
  min-height: 27px;
  margin-bottom: 30px;
}

.positions-category .positions-category__title {
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}

.positions-category .positions-category__counter {
  float: right;
  font-size: 15px;
  line-height: 27px;
}

.position-card {
  background-color: #ffffff;
  color: #111111;
  padding: 30px 30px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 9px 44px 0px rgba(67, 82, 207, 0.2), 0 30px 20px 0 rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0 9px 44px 0px rgba(67, 82, 207, 0.2), 0 30px 20px 0 rgba(17, 17, 17, 0.2);
  box-shadow: 0 9px 44px 0px rgba(67, 82, 207, 0.2), 0 30px 20px 0 rgba(17, 17, 17, 0.2);
}

.position-card .position-card__content {
  min-height: 100px;
}

.position-card .position-card__title {
  font-family: 'Avenir Next';
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
}

.position-card .position-card__location {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.position-card .position-card__apply {
  display: block;
  width: 120px;
  line-height: 50px;
  color: #ffffff;
  background-color: #4c28ff;
  text-align: center;
  text-decoration: none;
  border-radius: 26px;
  margin: 0 auto;
  -webkit-box-shadow: 0 9px 26px 0px rgba(0, 82, 255, 0.4);
  -moz-box-shadow: 0 9px 26px 0px rgba(0, 82, 255, 0.4);
  box-shadow: 0 9px 26px 0px rgba(0, 82, 255, 0.4);
}

.phone-terms-wrapper {
  font-size: 12px;
  display: block;
  max-width: 225px;
  margin: 20px auto 40px;
  text-align: center;
  line-height: normal;
  color: #544E5D;
  color: var(--text-gray, #544E5D);
}

.phone-terms-wrapper a {
  color: #0000EE !important;
}

.overlay-container .popup#phone-popup .close {
  opacity: 1 !important;
}

.overlay-container .popup#phone-popup .close:hover {
  opacity: 1 !important;
}

.fish-icon {
  display: block !important;
  position: relative !important;
}

@media all and (max-width: 767px) {


  .section-intro .row-slideshow {
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-intro .row-slideshow .col-4 {
    width: 100%;
    flex: 1 1 0;
    margin: 10px auto;
    max-width: 100%;
  }

  .section-intro .row-slideshow .col-4.text-right,
  .section-intro .row-slideshow .col-4.text-center,
  .section-intro .row-slideshow .col-4.text-left {
    text-align: center !important;
  }

}
