* {
  scroll-behavior: smooth;
}
body {
  font-size: calc(0.885vw + 3px);
}
.sect-name {
  color: #fff;
  display: inline-block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 0.1em solid #fff;
}
header#masthead {
  height: 36em;
}
.scrollogo {
  display: none;
}
#masthead .container.cw {
  background: transparent;
}
#masthead .container.cw #menu-careers {
  display: none;
}
#masthead .container.cw.nav-down {
  background: #fff;
  color: #022242;
}
#masthead .container.cw.nav-down #menu-careers {
  display: flex;
  align-items: center;
}
#masthead .container.cw.nav-down .scrollogo {
  display: inline-block;
}
#masthead .container.cw.nav-down .reglogo {
  display: none;
}
#masthead .container.cw.nav-down .sect-name {
  color: #022242;
  border-color: #022242;
}
#masthead .navbar-nav > li > a {
  color: #022242;
}
#masthead .navbar-nav > li.btn > a {
  color: #fff;
}
#masthead .container.cw #menu-careers {
  display: none;
}
#content.site-content .container {
  width: 1734px;
  max-width: 100%;
}
#masthead .navbar-nav > li > a:hover {
  color: #ff3e5f;
}
section {
  padding: 0 8em;
}
h1 {
  font-size: 3.5em;
  font-weight: 700;
  color: #fff;
}
#topmain .btn {
  color: #fff;
  background: #ff3e5f;
  border: 0;
  display: inline-block;
  font-weight: 600;
  padding: 0.675vw 2.5vw;
  text-transform: uppercase;
  font-size: 1.2em;
  border-radius: 2em;
}
#topmain .btn:focus,
#topmain .btn:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#topmain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#menu-careers .btn {
  color: #fff;
  background: #ff3e5f;
  border: 0;
  display: inline-block;
  font-weight: 600;
  border-radius: 2em;
}
#menu-careers .btn:focus,
#menu-careers .btn:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
#masthead #menu-careers .btn:hover a:before {
  display: none;
}
#positions a {
  color: #212529;
  font-weight: bold;
  font-size: 1.5em;
}
#positions .job .inner {
  padding: 3em 0;
  width: 85%;
}
#positions .title-box {
  margin: 2rem 0 0;
}
#contentTabs {
  justify-content: center;
  border: 0;
  margin: 1em 0 2em;
}
#contentTabs .nav-link.active {
  color: #022242;
  font-weight: bold;
}
#contentTabs .nav-link {
  color: #b7b7b7;
  font-size: 2.6em;
}
#contentTabs.nav-tabs .nav-link:focus,
#contentTabs.nav-tabs .nav-link:hover,
#contentTabs.nav-tabs .nav-item.show .nav-link,
#contentTabs.nav-tabs .nav-link.active,
#contentTabs.nav-tabs .nav-link {
  border: 0;
  background: transparent;
}
#careers .pre {
  margin-bottom: 1.5em;
}
h2,
h3 {
  font-size: 2.6em;
  text-align: center;
}
.pre {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.boxes {
  text-align: center;
}
#perks h3 {
  margin-bottom: 8rem;
}
.perk .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1rem;
}
.perk .title p {
  margin-bottom: 0;
}
.perk .icon {
  margin-bottom: 1.5em;
}
.perk .inner {
  height: 100%;
  margin-bottom: 5em;
}
.title-box {
  font-size: 2em;
  color: #ff3e5f;
  font-weight: 800;
}
.post-title {
  font-weight: bold;
}
#news .title-box {
  margin-bottom: 3rem;
}
.news .inner {
  padding: 1em;
  border-radius: 1.5em;
  border: 0.1em solid #ff3e5f;
  height: 100%;
}
.slider-wrap {
  position: relative;
  display: inline-block;
  padding: 2em;
  margin: auto;
  width: 100%;
}
.slider-wrap.mobile {
  display: none;
}
.slider-wrap.desktop .swiper-slide .img {
  flex: 0 0 100%;
}
#slider {
  text-align: center;
}

.career-swiper,
.life-swiper-desktop,
.life-swiper-mob,
.swiper-container {
  width: 1164px;
  max-width: 100%;
}
.swiper-slide {
  justify-content: space-between;
  text-align: left;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination {
  left: 50%;
  bottom: 0;
}

.swiper-pagination-bullet {
  background: #ff3e5f;
  margin: 0 0.1vw;
}
.swiper-slide .img {
  flex: 0 0 40%;
}
.swiper-slide blockquote {
  flex: 0 0 50%;
}
.swiper-slide cite {
  font-style: normal;
}
.swiper-slide q:before {
  content: "";
  display: block;
  background: url("../png/quote.png") no-repeat;
  width: 4em;
  height: 2em;
  background-size: contain;
  margin-bottom: 2em;
}
.swiper-slide q:after {
  content: "";
}
.swiper-button-next {
  right: -4em;
}
.swiper-button-prev {
  left: -4em;
}
#slider .swiper-button-next {
  right: 0em;
}
#slider .swiper-button-prev {
  left: 0em;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ff3e5f;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.25em;
}
#office-life {
  margin-top: 4em;
}
#our-space {
  margin-top: 4em;
}
address {
  display: flex;
  justify-content: flex-end;
}

.news a:hover {
  color: #ff3e5f;
}
/* .swiper-pagination {
  right: 50%;
} */
@media (max-width: 1000px) {
  #masthead .container.cw.nav-down .navbar-toggler-icon {
    filter: invert(108%) sepia(44%) saturate(4469%) hue-rotate(198deg)
      brightness(93%) contrast(98%);
  }
  #masthead .navbar-nav > li > a {
    color: #fff;
  }
  #masthead .navbar-collapse.show #menu-careers {
    display: flex;
  }
  body {
    font-size: 4.4vw;
  }
  #contentTabs .nav-link {
    font-size: 1.5em;
  }
  section {
    padding: 0;
  }
  h1 {
    font-size: 2.5em;
  }
  .swiper-slide q:before {
    height: 1.5em;
    margin: 1em 0;
  }
  #topmain .btn {
    font-size: 0.8em;
    padding: 0.75em 1.5em;
  }
  h2,
  h3 {
    font-size: 2em;
    text-align: left;
  }
  #positions .job .inner {
    padding: 0.5em 0;
    position: relative;
    width: 100%;
  }
  #positions a {
    font-size: 1.25em;
    width: 85%;
    display: block;
  }
  #positions a:after {
    content: ">";
    position: absolute;
    right: 0;
  }
  .sect-name {
    font-size: 2.5rem;
  }
  .slider-wrap.desktop {
    display: none;
  }
  .slider-wrap.mobile {
    display: block;
  }
  .slider-wrap.mobile .swiper-slide .img {
    flex: 0 0 100%;
    padding: 0.25em;
  }
  .swiper-button-next {
    right: -1em;
  }
  .swiper-button-prev {
    left: -1em;
  }
  #slider .swiper-slide {
    flex-direction: column;
  }
  .swiper-slide blockquote {
    padding: 1em;
    flex: 0 0 auto;
    box-shadow: 0 0.15em 0.35em rgba(0, 0, 0, 0.2);
  }
  #slider .swiper-button-next,
  #slider .swiper-button-prev {
    display: none;
  }
  .swiper-slide cite {
    font-size: 1.1em;
  }
  .news {
    margin-bottom: 1.5em;
  }
  .title-box {
    font-weight: bold;
    font-size: 1.25em;
  }
  .slider-wrap {
    padding: 2em 1em;
  }
  .swiper-wrapper img {
    height: 21em;
    object-fit: cover;
  }
  .swiper-pagination {
    left: initial;
  }
}
