.nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-tabs li {
  width: 100%;
}
.nav-tabs li .nav-link {
  width: 100%;
  border: none;
  padding: 10px 0px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text);
  border-bottom: 3px solid transparent;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
}
.nav-tabs li .nav-link:hover {
  border-color: transparent;
}
.nav-tabs li .active {
  color: var(--white) !important;
  background: var(--primary-gdnt);
  border-color: var(--primary) !important;
}
.tab-pane {
  padding: 30px 0px 0px;
  display: none;
}
.tab-pane.active {
  display: block;
}
.dandik,
.bamdik {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--primary-gdnt);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.dandik:hover,
.bamdik:hover {
  color: var(--white);
  background: var(--hover-gdnt);
}
.dandik {
  right: -15px;
}
.bamdik {
  left: -15px;
}
.slider-arrow:hover .dandik,
.slider-arrow:hover .bamdik {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .dandik {
    right: 0px;
  }
  .bamdik {
    left: 0px;
  }
}
.show-card {
  margin-bottom: 30px;
}
.show-card:hover .show-overlay {
  background: var(--show-hover-oly);
}
.show-card:hover .show-bg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.show-content {
  position: relative;
  margin-bottom: 38px;
}
.show-bg {
  overflow: hidden;
  border-radius: 10px;
}
.show-bg img {
  width: 100%;
  border-radius: 10px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.show-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--show-oly);
}
.show-active {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 45px;
  height: 45px;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white);
}
.show-active img {
  width: 100%;
}
.show-time {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.show-time p {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 7px;
  font-family: var(--sfamily);
}
.show-time h4 {
  color: var(--white);
  font-weight: var(--mweight);
}
.show-host {
  position: absolute;
  bottom: -30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.show-host li:nth-child(2),
.show-host li:nth-child(3) {
  margin-left: -25px;
}
.show-host li a img {
  width: 60px;
  border-radius: 50%;
  border: 5px solid var(--white);
}
.show-meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-card:hover .team-overlay {
  opacity: 1;
  height: 100%;
  visibility: visible;
  background: var(--team-hover-oly);
}
.team-card:hover .team-icon {
  bottom: 30px;
}
.team-img {
  position: relative;
  margin-bottom: 15px;
}
.team-img img {
  width: 100%;
  border-radius: 10px;
}
.team-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.team-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.team-icon li {
  margin: 0px 5px;
}
.team-icon .icon i {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.team-meta {
  text-align: center;
}
.team-meta h4 {
  font-weight: 600;
  font-size: 20px;
}
.video-img {
  position: relative;
  margin-bottom: 15px;
}
.video-img img {
  width: 100%;
  border-radius: 10px;
}
.video-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: var(--video-oly);
}
.video-overlay .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-overlay .icon i {
  font-size: 14px;
}
.video-overlay .icon-inline i {
  background: var(--video-icon);
}
.video-content {
  padding: 0px 10px;
}
.video-content h5 {
  margin-bottom: 5px;
}
.video-content p {
  font-size: 15px;
  line-height: 24px;
}
.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.blog-card:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.blog-card:hover .blog-overlay {
  background: var(--blog-hover-oly);
}
.blog-card:hover .blog-overlay .btn-outline {
  background: var(--white);
  border-color: var(--white);
  color: var(--primary);
}
.blog-card img {
  width: 100%;
  border-radius: 10px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.blog-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 30px;
  background: var(--blog-oly);
}
.blog-overlay p {
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 200px;
}
.blog-overlay h3 {
  position: absolute;
  bottom: 100px;
  left: 25px;
  right: 25px;
}
.blog-overlay h3 a {
  color: var(--white);
}
.blog-overlay .btn {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 25px;
  text-transform: capitalize;
  position: absolute;
  bottom: 30px;
  left: 25px;
}
.blog-overlay .btn-outline {
  color: var(--white);
  border-color: var(--primary);
}
.banner-1 {

  
     background: url(../../BannerExtra.jpg?1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  overflow: hidden;
}
.banner-2 {
  background: url(../../img/banner-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.banner-3 {
  background: url(../../img/banner-3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.banner-oly {
    padding: 130px 0px 130px;
    background: #15151f45;
}
.banner-content {
  text-align: center;
}
.banner-content h1 {
  margin-bottom: 12px;
}
.banner-content p {
  color: var(--white);
  font-size: 18px;
}
@media (max-width: 991px) {
  .banner-content h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .banner-oly {
    padding: 60px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-oly {
    padding: 80px 0px;
  }
}
.about-img {
  position: relative;
}
.about-1 img {
  width: 75%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
}
.about-2 {
  position: absolute;
  bottom: 0px;
  right: 40px;
  border-radius: 50%;
  border: 10px solid var(--white);
  -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.1);
}
.about-2::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(91, 68, 114, 0.2)),
    to(rgba(203, 48, 255, 0.3))
  );
  background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(203, 48, 255, 0.3));
}
.about-2 img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
}
.about-content {
  margin-left: 50px;
}
.about-content h2 {
  margin-bottom: 30px;
}
.about-content h2 span {
  font-size: 60px;
  line-height: 68px;
  text-transform: uppercase;
  background: var(--primary-gdnt);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-content p {
  margin-bottom: 25px;
}
.about-content h3 {
  position: relative;
  margin-left: 50px;
}
.about-content h3::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 3px;
  border-radius: 30px;
  background: var(--primary-gdnt);
}
@media (max-width: 1199px) {
  .about-2 {
    right: 0px;
  }
}
@media (max-width: 575px) {
  .about-img {
    width: 290px;
    margin: 0 auto 30px;
  }
  .about-1 img {
    width: 80%;
  }
  .about-2 {
    border: 6px solid var(--white);
  }
  .about-2 img {
    width: 150px;
    height: 150px;
  }
  .about-content {
    margin-left: 0px;
  }
  .about-content h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .about-content h2 span {
    font-size: 40px;
    line-height: 48px;
  }
  .about-content h3 {
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .about-img {
    width: 500px;
    margin: 0 auto 30px;
  }
  .about-content {
    margin-left: 0px;
  }
}
.show-btn {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  #show-menu {
    overflow-x: scroll;
  }
  .nav {
    width: 800px;
  }
  .nav-tabs li .nav-link {
    padding: 8px 0px;
  }
  #show-menu::-webkit-scrollbar {
    width: 12px;
    background-color: var(--white);
  }
  #show-menu::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: #aaaaaa;
    border: 5px solid var(--light-white);
  }
}
@media (min-width: 351px) and (max-width: 575px) {
  .show-part .container {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .show-host li a img {
    width: 55px;
  }
}
.team-slider .team-card {
  margin: 0px 15px;
}
.team-slider .dandik,
.team-slider .bamdik {
  top: 38%;
}
.team-btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .team-slider .team-card {
    width: 240px;
    margin: 0px 10px;
  }
}
.video-slider .video-card {
  margin: 0px 15px;
}
.video-slider .dandik {
  top: 33%;
}
.video-slider .bamdik {
  top: 33%;
}
.video-btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .video-slider .video-card {
    width: 250px;
    margin: 0px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .video-slider .video-card {
    width: 300px;
    margin: 0px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-slider .video-card {
    width: 380px;
    margin: 0px 10px;
  }
}
.gallery-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.gallery-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  -ms-grid-columns: (minmax(150px, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -ms-grid-rows: 200px;
  grid-template-rows: 200px;
  grid-auto-flow: dense;
}
.gallery-list li {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.gallery-list li:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.gallery-list li::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 10px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(91, 68, 114, 0.2)),
    to(rgba(203, 48, 255, 0.3))
  );
  background: linear-gradient(rgba(91, 68, 114, 0.2), rgba(203, 48, 255, 0.3));
}
.gallery-list li img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.verti-img {
  grid-row: span 2;
}
.hori-img {
  grid-column: span 2;
}
.big-img {
  grid-row: span 2;
  grid-column: span 2;
}
.gallery-btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .gallery-list {
    grid-gap: 15px;
  }
}
.blog-slider .blog-card {
  margin: 0px 15px;
}
.blog-slider .dandik {
  top: 50%;
}
.blog-slider .bamdik {
  top: 50%;
}
.blog-btn {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 575px) {
  .blog-slider .blog-card {
    width: 250px;
    margin: 0px 10px;
  }
  .blog-overlay h4 {
    left: 25px;
    right: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-slider .blog-card {
    width: 325px;
  }
}
.noseve {
  display: none;
}
.plays2 {
  display: inline !important;
}

.modal {
  background-color: rgba(0, 0, 0, 0.55);

  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.box {
  background-color: rgba(16, 16, 16, 0.55);
  line-height: 1;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(3px);

  height: 15.5rem;
  overflow: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.box2 {
  background: linear-gradient(307deg, #1e1e1ee8, #f1033fd6);
  background-size: 400% 400%;

  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
  line-height: 1;
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(10px);

  height: 60px;
  overflow: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
}

body {
}
.caja2 {
  height: 12.5rem;
  margin-top: 5.8rem;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  width: 100%;
}
.caja {
  background-image: url("img/logo.png");
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 147%;
  -webkit-box-shadow: 0px 13px 18px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 18px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 18px -9px rgba(0, 0, 0, 0.75);

  background-color: #000000;
  height: 15.5rem;
  overflow: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
}

.fondo2 {
  background-image: url("img/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 65%;

  background-color: #333333;
  height: 60px;
  overflow: hidden;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: 100%;
}

.noseve {
  display: none;
}

@media (min-width: 768px) {
  .holaa {
    display: none !important;
  }
}
@media (max-width: 766px) {
  .maxe {
    height: 286.5px !important;
  }
  .abajos {
    bottom: 0px !important;
  }
  .tama {
    font-size: 1.5rem !important;
  }
  .adioos {
    display: none !important;
  }

  .abajote {
    margin-bottom: 30px;
  }

  .adios {
    display: none;
  }

  .letrapeque {
    font-size: 20px !important;
  }

  .letrapeque2 {
    font-size: 16px !important;
  }

  .modal-body3333 {
    align-items: end !important;
  }

  .mefui {
    display: block !important;
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;

    background-color: #33333300;
  }

  .pequeno {
    margin-left: 12px;
  }

  .pequeno2 {
    width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .pequeno3 {
    font-size: 18px;
    text-align: center !important;
    margin-top: 29px;
    padding-left: 15px !important;
  }

  .responlogo {
    width: 120px;
  }

  .responlogo3 {
    width: 120px;
    display: inline !important;
  }

  .responlogo2 {
    width: 200px;
  }

  .caja {
    background-image: url("img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 300%;
    height: 9.5rem;
  }

  .playerabajo {
    display: inline !important;
  }
  .plays {
    display: none;
  }

  .responletra1 {
    font-size: 23px !important;
    margin-bottom: 0px;
    position: relative;
  }
  .noestaa {
    display: none;
  }
  .aparece {
    display: inline !important;
  }
  .box {
    background-color: rgba(16, 16, 16, 0.55);
    line-height: 1;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(5px);
    height: 9.5rem;
    overflow: hidden;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    width: 100%;
  }
  .plays2 {
    display: inline !important;
  }
}

.css-1o15yeo {
  background-color: #fc2d2c !important;
  border: none !important;
  margin: 0;
  padding: 0px !important;
  position: absolute !important;
  right: -0.5rem;
  z-index: 1;
  top: 170px;
  width: 53px;
}

.css-1o15yeo {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 100%;
  padding: 0;
  -webkit-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background-color: transparent;
  fill: #ffffff;
  margin: 1.5rem 1.5rem 1.5rem 0;
}

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;

  background-color: #33333300;
}

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.modal-footer {
  padding: 0rem;

  background: #000;
}

.pronto {
  background-image: url(img/post.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
}

.btn-danger {
  color: #fff;
  background-color: #fc2d2c;
  border-color: #fc2d2c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #214598;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #0000;
}

.site-section {
  padding: 2.5em 0;
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.retro-layout-2 .h-entry.gradient {
  position: relative;
}
.retro-layout-2 .h-entry.gradient:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.retro-layout-2 .text {
}
.retro-layout-2 .text h2 {
  color: #000000;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.retro-layout-2 .text span {
  color: #000000;
}
.retro-layout-2 .text.text-sm h2 {
  font-size: 18px;
  line-height: 1.5;
}

.retro-layout-2 .h-entry {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.retro-layout-2 .h-entry .post-category {
  color: #fff;
}
.retro-layout-2 .h-entry.mb-30 {
  margin-bottom: 30px;
}
.retro-layout-2 .h-entry .date {
  font-size: 15px;
}
.retro-layout-2 .h-entry.gradient {
  position: relative;
}
.retro-layout-2 .h-entry.gradient:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(18%, transparent),
    color-stop(99%, rgba(0, 0, 0, 0.8)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.retro-layout-2 .v-height {
  height: 207px;
}

.retro-layout-2 .h-entry .post-category {
  color: #fff;
}

.retro-layout-2 .text span {
  color: #9a9a9a;
  font-size: 15px;
}

.post-category {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 4px;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.retro-layout .post-category {
  margin-left: 20px;
  margin-top: 10px;
}

.retro-layout-2 .h-entry .post-category {
  color: #fff;
}

.bg-danger {
  background-color: #cc0a08 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.negro {
  background-color: #000 !important;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.blog-listing-one-like-bookmark {
  padding-top: 1px;
}

.blog-listing-one-like-bookmark ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.blog-listing-one-like-bookmark ul li i {
  color: #22263c;
  font-size: 18px;
}
.blog-listing-one-like-bookmark ul li span {
  color: #22263c;
  font-size: 16px;
}
.blog-listing-one-like-bookmark ul li {
  list-style-type: none;
  display: inline-block;
  font-size: 12px;
  color: rgb(142, 139, 139);
}

.blog-listing-one-like-bookmark ul li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.blog-listing-one-like-bookmark ul li a i {
  font-size: 16px;
  color: #f4a51e;
  position: relative;
  margin-bottom: -70px !important;
  margin-right: 4px;
}

.blog-listing-one-like-bookmark ul li:nth-child(2n) {
  float: right;
}

.pagination {
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
}
.pagination a {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  color: #22263c;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  padding: 5px 10px;
  text-decoration: none;
  margin: 2px;
}
.pagination a:hover,
.pagination a:active {
  background: #efefef;
}
.pagination span.current {
  background-color: #22263c;
  border-radius: 4px;
  border: 1px solid #d5d5d5;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  height: 100%;
  padding: 5px 10px;
  text-decoration: none;
  margin: 2px;
}
.pagination span.disabled {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  color: #22263c;
  font-size: 11px;
  font-weight: bold;
  height: 100%;
  padding: 5px 10px;
  text-decoration: none;
  margin: 2px;
}

.sidebar .well {
  padding: 5px !important;
}

.sidebar .well {
  margin-bottom: 5px !important;
}

/* side bar */
.sidebar .media-object {
  width: 85px !important;
  height: 85px !important;
  object-fit: cover;
}
.sidebar .blog-listing-one p {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sidebar .well {
  padding: 5px !important;
}
.sidebar-hr {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}
.list-inline.list-unstyled span {
  font-size: 12px;
  color: rgb(142, 139, 139);
}
.sidebar .well {
  margin-bottom: 5px !important;
}

.sidebar .panel-info {
  border-color: #f1f1f1;
  margin-top: 20px;
}

.media-heading {
  font-size: 16px;
}

a:hover {
  color: #000000;

  text-decoration: none;
}

a {
  color: #000000;
  text-decoration: none;
}

.espacio {
  margin-top: 18px;
}

.nav-link:hover {
  color: #fff !important;
}

.active {
  border-bottom: 3px solid #aa1d25;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #757575;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link {
  color: #d0d0d0;
  font-weight: 700;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

.navbar-brand {
  margin-right: 3rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #757575;
  font-weight: 700;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}

p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: black;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}

.generic-hero {
  position: relative;
  background-color: #121212;
  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;
  min-height: 280px;
}
@media all and (min-width: 768px) {
  .generic-hero {
    display: block;
    height: 400px;
  }
}
@media all and (min-width: 1281px) {
  .generic-hero {
    height: 460px;
  }
}
.generic-hero .hero-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  padding: 0 8vw;
  width: 100%;
  height: 100%;
  min-height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.generic-hero .hero-panel.is-loaded {
  opacity: 1;
}
.generic-hero .hero-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.5;
}
@media all and (min-width: 768px) {
  .generic-hero .hero-panel::before {
    opacity: 0;
  }
  .generic-hero .hero-panel::before.has-scrim {
    opacity: 0.5;
  }
}
.generic-hero .hero-panel > * {
  z-index: 100;
}
.generic-hero .hero-panel.security-mobile-padding {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media all and (min-width: 768px) {
  .generic-hero .hero-panel.security-mobile-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.generic-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.generic-hero .hero-eyebrow {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
}
.generic-hero .hero-eyebrow.is-dark {
  color: rgba(0, 0, 0, 0.5);
}
.generic-hero .hero-eyebrow.is-light {
  color: rgba(255, 255, 255, 0.7);
}
.generic-hero .hero-eyebrow.is-large {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 13px;
}
.generic-hero .hero-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 36px;
}
.generic-hero .hero-title.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.generic-hero .hero-title.is-dark {
  color: #222;
}
.generic-hero .hero-title.is-light {
  color: #fff;
}
@media all and (min-width: 768px) {
  .generic-hero .hero-title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 40px;
  }
}
@media all and (min-width: 1281px) {
  .generic-hero .hero-title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 54px;
  }
}
.generic-hero .hero-description {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  max-width: 36em;
  margin: 0;
  margin-top: 0.6em;
}
.generic-hero .hero-description.is-dark {
  color: #767676;
}
.generic-hero .hero-description.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.generic-hero .hero-description.is-light {
  color: #767676;
}
.generic-hero .hero-description.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .generic-hero .hero-description {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .generic-hero .hero-description {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.generic-hero .hero-description p {
  margin-top: 0;
  margin-bottom: 0;
}
.region-nav-hero .hero-description {
  display: none;
}
.tab-nav.is-hidden {
  display: none;
}
.select-nav.is-hidden {
  display: none;
}
.select-nav .select-subnav {
  background-image: url(../../../svg/arrow-down-filled.svg);
  background-size: 9px;
}
.region-about .domains-overlay {
  display: none;
}
.region-about address {
  color: #222;
  font-style: normal;
  white-space: nowrap;
}
.region-about hr {
  height: 0;
  width: 84vw;
  max-width: 1000px;
  margin: 0 auto;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.region-about hr.is-full-width {
  width: 100%;
  max-width: none;
}
.region-about .hero {
  position: relative;
  color: #fff;
  background-color: #121212;
  -webkit-transition: height 700ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: height 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: height 700ms cubic-bezier(0.694, 0, 0.335, 1);
  height: 320px;
}
@media all and (min-width: 768px) {
  .region-about .hero {
    height: 500px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .hero {
    height: 660px;
  }
  .region-about .hero.is-large {
    height: 900px;
  }
}
.region-about .hero-panel {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 700ms step-end;
  -o-transition: opacity 700ms step-end;
  transition: opacity 700ms step-end;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.region-about .hero-panel.is-loaded.is-active {
  z-index: 100;
  opacity: 1;
  -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
}
.region-about .hero-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #000;
  opacity: 0.5;
}
@media all and (min-width: 768px) {
  .region-about .hero-panel::before {
    opacity: 0;
  }
  .region-about .hero-panel::before.has-scrim {
    opacity: 0.5;
  }
}
.region-about .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.region-about .hero-heading {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 8vw;
  z-index: 200;
}
.region-about .hero-heading .eyebrow {
  margin-top: 0;
  margin-bottom: 1em;
  opacity: 1;
}
.region-about .hero-heading .title {
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}
.region-about .hero-heading .title.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.region-about .hero-heading .title.is-dark {
  color: #222;
}
.region-about .hero-heading .title.is-light {
  color: #fff;
}
@media all and (min-width: 768px) {
  .region-about .hero-heading .title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 40px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .hero-heading .title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 54px;
  }
}
.region-about .hero-heading p {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 40em;
}
.region-about .hero-heading p.is-dark {
  color: #767676;
}
.region-about .hero-heading p.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.region-about .hero-heading p.is-light {
  color: #767676;
}
.region-about .hero-heading p.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .region-about .hero-heading p {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .region-about .hero-heading p {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.region-about .hero-heading p.is-transparent {
  opacity: 1;
}
.region-about .hero-heading .button {
  margin-left: 0;
}
.region-about .section-heading {
  width: 84vw;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.region-about .section-heading h2 {
  margin-bottom: 20px;
}
.region-about .section-heading p {
  max-width: 40em;
  margin: auto;
}
@media all and (min-width: 768px) {
  .region-about .section-heading {
    padding: 100px 8vw;
  }
}
@media all and (min-width: 1281px) {
  .region-about .section-heading {
    padding: 140px 8vw;
  }
}
.region-about .section-image {
  position: relative;
  width: 100%;
  height: 300px;
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}
@media all and (min-width: 768px) {
  .region-about .section-image {
    height: 500px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .section-image {
    height: 900px;
  }
}
.region-about .section-image.is-loaded {
  opacity: 1;
}
.region-about .section-image img {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.region-about .background-position-bottom {
  background-position: bottom;
}
.region-about .background-position-top {
  background-position: top;
}
.region-about .recognition .recognition-awards {
  padding: 0 8vw;
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .region-about .recognition .recognition-awards .awards-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.region-about .recognition .award {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) {
  .region-about .recognition .award {
    width: 48.38709677%;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1441px) {
  .region-about .recognition .award {
    width: 31.1827957%;
    margin-bottom: 140px;
  }
}
.region-about .recognition .award-title {
  margin: 0.5em 0;
}
.region-about .recognition .award-source {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  color: #767676;
}
.region-about .recognition .award-source.is-dark {
  color: #767676;
}
.region-about .recognition .award-source.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.region-about .recognition .award-source.is-light {
  color: #767676;
}
.region-about .recognition .award-source.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .region-about .recognition .award-source {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .region-about .recognition .award-source {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.region-about .locations .location-group {
  margin-left: 8vw;
  margin-right: 8vw;
  margin-bottom: 80px;
  margin-top: 0;
}
@media all and (min-width: 1281px) {
  .region-about .locations .location-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.region-about .locations .group-item {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
@media all and (min-width: 1281px) {
  .region-about .locations .group-item {
    width: 31.1827957%;
  }
}
.region-about .locations .group-item img {
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
}
.region-about .locations .group-item h3,
.region-about .locations .group-item p {
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 20px;
}
.region-about .locations .group-item .item-link {
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #222;
  font-weight: 500;
  display: inline-block;
  margin: 0;
  width: auto;
  border-bottom-style: solid;
  border-color: #fff;
  border-width: 1px;
  -webkit-transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
}
.region-about .locations .group-item .item-link.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.region-about .locations .group-item .item-link.is-dark {
  color: #222;
}
.region-about .locations .group-item .item-link.is-light {
  color: #fff;
}
@media all and (min-width: 1281px) {
  .region-about .locations .group-item .item-link {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.region-about .locations .group-item .item-link.is-dark {
  color: rgba(0, 0, 0, 0.5);
  border: 0;
}
.region-about .locations .group-item .item-link.is-dark.is-active {
  color: #222;
  font-weight: 500;
}
.region-about .locations .group-item .item-link.is-light {
  color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.region-about .locations .group-item .item-link.is-light.is-active {
  color: #fff;
  font-weight: 500;
}
.region-about .locations .group-item .item-link.is-active {
  color: #222;
  font-weight: 500;
}
.no-touch.region-about .locations .group-item:hover .item-link {
  border-color: #000;
}
.region-about .openings .job-grid {
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 84vw;
}
@media all and (min-width: 768px) {
  .region-about .openings .job-grid {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .openings .job-grid {
    margin-bottom: 140px;
  }
}
.region-about .openings .grid-cells {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media all and (min-width: 600px) {
  .region-about .openings .grid-cells {
    margin: -1.61290323%;
  }
}
.region-about .openings .grid-cells::after {
  content: "";
  display: table;
  clear: both;
}
.region-about .openings .grid-cell {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 160px;
  margin-bottom: 6.4516129%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: border-color 300ms cubic-bezier(0.694, 0, 0.335, 1);
}
@media all and (min-width: 375px) {
  .region-about .openings .grid-cell {
    height: 180px;
  }
}
@media all and (min-width: 600px) {
  .region-about .openings .grid-cell {
    padding: 40px;
    width: 46.77419355%;
    height: 220px;
    margin: 1.61290323%;
  }
}
@media all and (min-width: 1024px) {
  .region-about .openings .grid-cell {
    width: 30.10752688%;
  }
}
@media all and (min-width: 1601px) {
  .region-about .openings .grid-cell {
    width: 21.77419355%;
    height: 240px;
  }
}
.region-about .openings .grid-cell.has-no-openings {
  border-color: rgba(0, 0, 0, 0.1);
}
.region-about .openings .grid-cell.has-no-openings .cell-job-count {
  visibility: hidden;
}
.no-touch.region-about .openings .grid-cell:hover {
  border-color: #000;
}
.no-touch.region-about .openings .grid-cell:hover .cell-job-count {
  opacity: 1;
}
.region-about .openings .cell-job-count {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 46px;
  line-height: 1.30434783em;
  font-weight: 500;
  color: #222;
  opacity: 0.1;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}
.region-about .openings .cell-job-count.is-transparent {
  opacity: 0.1;
}
.region-about .openings .cell-job-count.is-small {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.33333333em;
}
@media all and (min-width: 768px) {
  .region-about .openings .cell-job-count {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 60px;
    line-height: 1.16666667em;
  }
  .region-about .openings .cell-job-count.is-small {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 46px;
    line-height: 1.30434783em;
  }
}
@media all and (min-width: 1281px) {
  .region-about .openings .cell-job-count {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 70px;
    line-height: 1.14285714em;
  }
  .region-about .openings .cell-job-count.is-small {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 50px;
    line-height: 1.2em;
  }
}
.region-about .openings .cell-department {
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
}
.region-about .openings .cell-department.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.region-about .openings .cell-department.is-dark {
  color: #222;
}
.region-about .openings .cell-department.is-light {
  color: #fff;
}
@media all and (min-width: 1281px) {
  .region-about .openings .cell-department {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.region-about .openings .cell-locations {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  color: #767676;
}
.region-about .openings .cell-locations.is-dark {
  color: #767676;
}
.region-about .openings .cell-locations.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.region-about .openings .cell-locations.is-light {
  color: #767676;
}
.region-about .openings .cell-locations.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .region-about .openings .cell-locations {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .region-about .openings .cell-locations {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 15px;
  }
}
.region-about .openings .cell-locations.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.section-heading .title {
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 30px;
  margin: 0;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.section-heading .title.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.section-heading .title.is-dark {
  color: #222;
}
.section-heading .title.is-light {
  color: #fff;
}
@media all and (min-width: 768px) {
  .section-heading .title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 34px;
  }
}
@media all and (min-width: 1281px) {
  .section-heading .title {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 40px;
  }
}
.team-member {
  width: 100%;
  margin-bottom: 80px;
}
@media all and (min-width: 768px) {
  .team-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1281px) {
  .team-member {
    width: 45.38709677%;
    margin-bottom: 140px;
  }
}
.team-member-portrait {
  width: 80%;
  max-width: 300px;
  height: auto;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .team-member-portrait {
    width: 28.88888889%;
    margin-bottom: 0;
    margin-right: 6.66666667%;
  }
}
.team-member-portrait img {
  width: 100%;
}
.team-member-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.team-member-text h3 {
  margin-top: 0;
  margin-bottom: 1px;
  color: #000;
}
.team-member-text h4 {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.8em;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 1px;
}
.team-member-text h4.is-dark {
  color: rgba(0, 0, 0, 0.5);
}
.team-member-text h4.is-light {
  color: rgba(255, 255, 255, 0.7);
}
.team-member-text h4.is-large {
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 13px;
}
.team-member-text p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}
@media all and (min-width: 1281px) {
  .team-member-text {
    max-width: 30em;
  }
}
.twitter-link {
  color: #000;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -webkit-font-smoothing: antialiased;
}
.no-touch .twitter-link:hover {
  opacity: 0.6;
}

.region-about .board-of-directors .board-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 84vw;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (min-width: 375px) {
  .region-about .board-of-directors .board-members {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .board-of-directors .board-members {
    margin-bottom: 80px;
  }
}
.region-about .board-of-directors .board-member {
  width: 100%;
  margin-bottom: 60px;
}
@media all and (min-width: 375px) {
  .region-about .board-of-directors .board-member {
    width: 48.38709677%;
  }
}
@media all and (min-width: 1024px) {
  .region-about .board-of-directors .board-member {
    width: 22.58064516%;
  }
}
.region-about .board-of-directors .board-member h3 {
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.region-about .board-of-directors .board-member h3.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.region-about .board-of-directors .board-member h3.is-dark {
  color: #222;
}
.region-about .board-of-directors .board-member h3.is-light {
  color: #fff;
}
@media all and (min-width: 1281px) {
  .region-about .board-of-directors .board-member h3 {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
@media all and (min-width: 375px) {
  .region-about .board-of-directors .board-member h3 {
    width: 10px;
  }
}
@media all and (min-width: 600px) {
  .region-about .board-of-directors .board-member h3 {
    width: 100%;
  }
}
@media all and (min-width: 1601px) {
  .region-about .board-of-directors .board-member h3 {
    width: 100%;
  }
}
.region-about .board-of-directors .board-member p {
  margin-top: 0;
  margin-bottom: 0;
}
.region-about .employees .employee-grid {
  width: 100%;
  height: 300px;
  margin-bottom: 80px;
  opacity: 0;
}
@media all and (min-width: 768px) {
  .region-about .employees .employee-grid {
    height: 400px;
    margin-bottom: 100px;
  }
}
@media all and (min-width: 1281px) {
  .region-about .employees .employee-grid {
    height: 600px;
    margin-bottom: 140px;
  }
}
.region-about .employees .employee-grid.is-visible {
  opacity: 1;
}
.region-about .location {
  padding: 60px 0;
  margin: 0 8vw;
}
@media all and (min-width: 600px) {
  .region-about .location {
    padding: 80px 0;
  }
}
@media all and (min-width: 1024px) {
  .region-about .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 140px 0;
  }
}
.region-about .location:last-child {
  border-bottom: none;
}
@media all and (min-width: 1024px) {
  .region-about .location .location-image {
    width: 65.59139785%;
  }
}
.region-about .location .location-image img {
  width: 100%;
}
.region-about .location .location-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media all and (min-width: 600px) {
  .region-about .location .location-text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1024px) {
  .region-about .location .location-text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 31.1827957%;
    max-width: 24em;
    margin-right: 60px;
  }
}
.region-about .location .location-text .text-title,
.region-about .location .location-text address {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 40px;
}
@media all and (min-width: 600px) {
  .region-about .location .location-text .text-title,
  .region-about .location .location-text address {
    width: 48.38709677%;
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1024px) {
  .region-about .location .location-text .text-title,
  .region-about .location .location-text address {
    width: 100%;
    margin-bottom: 0;
  }
}
.region-about .location .location-text .text-title {
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .region-about .location .location-text .text-title {
    margin-bottom: 40px;
  }
}
.region-about .location .location-text .text-title h2,
.region-about .location .location-text .text-title h3 {
  margin: 0;
}
.region-about .location .location-text .text-title h2 {
  margin-bottom: 20px;
}
.region-about .location .location-text .text-title h3 {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  color: #767676;
}
.region-about .location .location-text .text-title h3.is-dark {
  color: #767676;
}
.region-about .location .location-text .text-title h3.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.region-about .location .location-text .text-title h3.is-light {
  color: #767676;
}
.region-about .location .location-text .text-title h3.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .region-about .location .location-text .text-title h3 {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .region-about .location .location-text .text-title h3 {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 15px;
  }
}
.region-about .location .location-text .text-title h3.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
.region-about .location .location-text .text-address {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  color: #767676;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 3em;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1);
}
.region-about .location .location-text .text-address.is-dark {
  color: #767676;
}
.region-about .location .location-text .text-address.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.region-about .location .location-text .text-address.is-light {
  color: #767676;
}
.region-about .location .location-text .text-address.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .region-about .location .location-text .text-address {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .region-about .location .location-text .text-address {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 15px;
  }
}
.region-about .location .location-text .text-address.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 1024px) {
  .region-about .location .location-text .text-address {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 180px;
  }
}
.no-touch.region-about .location .location-text .text-address:hover {
  opacity: 0.6;
}
.region-about .location .location-text .text-address::before {
  position: absolute;
  content: url(../../../svg/location.svg);
  top: 6px;
  left: 0;
}
.intro-text {
  width: 84vw;
  max-width: 680px;
  margin: 60px auto;
}
@media all and (min-width: 768px) {
  .intro-text {
    margin: 80px auto;
  }
}
@media all and (min-width: 1281px) {
  .intro-text {
    margin: 100px auto;
  }
}
@media all and (min-width: 1920px) {
  .intro-text {
    margin: 120px auto;
  }
}
.intro-text p,
.intro-text blockquote {
  text-align: center;
  width: 100%;
  margin: 0;
}
.intro-text blockquote {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .intro-text blockquote {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1281px) {
  .intro-text blockquote {
    margin-bottom: 40px;
  }
}
.stat-group {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 8vw;
  opacity: 0;
  -webkit-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
  transition: opacity 700ms cubic-bezier(0.694, 0, 0.335, 1);
}
.stat-group.is-loaded {
  opacity: 1;
}
@media all and (min-width: 600px) {
  .stat-group.is-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media all and (min-width: 600px) {
  .stat-group.is-small .group-item {
    width: 31.1827957%;
    margin: 0;
  }
}
@media all and (min-width: 768px) {
  .stat-group {
    margin: 100px 8vw;
  }
}
@media all and (min-width: 1281px) {
  .stat-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 180px 8vw;
  }
}
.stat-group .group-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 80px;
  max-width: 26em;
}
@media all and (min-width: 1281px) {
  .stat-group .group-item {
    width: 31.1827957%;
    margin: 0;
    text-align: left;
  }
}
.stat-group .group-item:last-of-type {
  margin-bottom: 0;
}
.stat-group .stat {
  display: block;
  margin-bottom: 20px;
}
.stat-group p {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1.7em;
  letter-spacing: 0.04ch;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
}
.stat-group p.is-dark {
  color: #767676;
}
.stat-group p.is-dark.is-transparent {
  color: rgba(0, 0, 0, 0.5);
}
.stat-group p.is-light {
  color: #767676;
}
.stat-group p.is-light.is-transparent {
  color: rgba(255, 255, 255, 0.7);
}
@media all and (min-width: 768px) {
  .stat-group p {
    letter-spacing: 0.025ch;
  }
}
@media all and (min-width: 1281px) {
  .stat-group p {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 16px;
  }
}
.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 8vw;
  margin-bottom: 20px;
}
@media all and (min-width: 1281px) {
  .grid-list {
    margin-bottom: 0;
  }
}
.grid-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 60px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .grid-list li {
    width: 46.66666667%;
    margin-bottom: 100px;
    padding-right: 20px;
  }
}
@media all and (min-width: 1281px) {
  .grid-list li {
    width: 31.1827957%;
    margin-bottom: 140px;
  }
}
.grid-list li > * {
  margin-top: 0;
  margin-bottom: 20px;
}
.grid-list li > :last-child {
  margin-bottom: 0;
}
ol.grid-list {
  counter-reset: index;
}
@media all and (min-width: 1281px) {
  ol.grid-list li {
    width: 22.58064516%;
    margin-left: 5.37634409%;
    padding: 0;
  }
}
ol.grid-list li::before {
  font-weight: 500;
  line-height: 1.1em;
  font-family: "Clarkson", Helvetica, sans-serif;
  font-size: 21px;
  opacity: 0.2;
  display: block;
  counter-increment: index;
  content: counter(index, decimal-leading-zero);
}
ol.grid-list li::before.is-lowercase {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
ol.grid-list li::before.is-dark {
  color: #222;
}
ol.grid-list li::before.is-light {
  color: #fff;
}
@media all and (min-width: 1281px) {
  ol.grid-list li::before {
    font-family: "Clarkson", Helvetica, sans-serif;
    font-size: 24px;
  }
}
@media all and (min-width: 1281px) {
  ol.grid-list li::before {
    position: absolute;
    top: 0;
    left: -3ch;
  }
}
.recruiting-video {
  margin: 0 auto;
  padding: 0 8vw;
  max-width: 1024px;
}
.recruiting-video h2 {
  text-align: center;
  margin-bottom: 20px;
}
.recruiting-video .video-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  margin-bottom: 60px;
}
@media all and (min-width: 768px) {
  .recruiting-video .video-container {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1281px) {
  .recruiting-video .video-container {
    margin-bottom: 140px;
  }
}
.recruiting-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
