#vid-sec {
  z-index: 9999;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow {
  display: none;
}

.container1 {
  margin: 0 auto;
  margin-top: 98px;
}

body {
  background-color: #000000;
}

.main {
  display: flex;
  height: 100vh;
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
}
.main nav {
  padding: 35px 10px;
}
.main nav div {
  width: 175px;
}
.main .rwp-center {
  align-self: center;
}
.main .rwp-center .rwp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 377px;
}
.main .rwp-center .rwp h1 {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 102px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 28px;
}
.main .rwp-center .rwp h1 span {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
}
.main .rwp-center .rwp .allyson {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #009de0;
  padding-bottom: 14px;
}
.main .rwp-center .rwp .sub-head {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ffffff;
}
.main .video1 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/run-with-purpose/images/allyson-felix-courage-380x466.jpg");
  background-position: center;
  background-size: cover;
  width: 312px;
  position: absolute;
  height: 363px;
  left: 72%;
  top: 45%;
  -webkit-animation: fadeIn ease 10s;
  animation: fadeIn ease 10s;
  cursor: pointer;
}
.main .video1 .vid-txt {
  padding: 275px 20px 0;
}
.main .video1 .vid-txt p {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
}
.main .video1 .vid-txt a {
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 18px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.main .video1 .vid-txt a i {
  color: #c53532;
}
.main .video2 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/run-with-purpose/images/allyson-felix-integrity-380x466.jpg");
  background-position: center;
  background-size: cover;
  width: 312px;
  position: absolute;
  height: 363px;
  left: 71px;
  top: 284px;
  -webkit-animation: fadeIn ease 10s;
  animation: fadeIn ease 10s;
  cursor: pointer;
}
.main .video2 .vid-txt {
  padding: 275px 20px 0;
}
.main .video2 .vid-txt p {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
}
.main .video2 .vid-txt a {
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 18px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.main .video2 .vid-txt a i {
  color: #c53532;
}
.main .video3 {
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/run-with-purpose/images/allyson-felix-new-ideas-380x466.jpg");
  background-position: center;
  background-size: cover;
  width: 312px;
  position: absolute;
  height: 363px;
  left: 638px;
  top: -155px;
  -webkit-animation: fadeIn ease 10s;
  animation: fadeIn ease 10s;
  cursor: pointer;

  /* sr */
}
.main .video3 .vid-txt {
  padding: 275px 20px 0;
}
.main .video3 .vid-txt p {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
}
.main .video3 .vid-txt a {
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #000000;
  border-radius: 18px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.main .video3 .vid-txt a i {
  color: #c53532;
}

footer {
  background: #000000;
  padding: 40px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.desktop .left .logo {
  opacity: 0;
}

.footer .content .content-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 10px;
  padding-bottom: 20px;
}

.footer .content .content-container.mobile {
  display: none;
}

.footer .content .content-container .left {
  width: 33.333%;
}

.footer .content .content-container .left .logo img {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
  margin-bottom: 30px;
}

.footer .content .content-container .left .text p {
  margin: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
}

.footer .content .content-container .middle {
  width: 33.333%;
  text-align: center;
}

.footer .content .content-container .middle ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}

.footer .content .content-container .middle ul li {
  display: inline-block;
  list-style: none;
}

.footer .content .content-container .middle ul li a {
  outline: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  text-decoration: none;
}

.footer .content .content-container .middle ul li a:hover {
  text-decoration: none;
  color: #2c6ef2;
}

.footer .content .content-container .middle ul li span {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding: 0 3px;
  position: relative;
  top: -1px;
}

.footer .content .content-container .right {
  width: 33.333%;
  text-align: right;
}

.footer .content .content-container .right ul {
  margin: 0;
  margin-left: -40px;
  position: relative;
}

.footer .content .content-container .right ul li {
  display: inline-block;
  list-style: none;
}

.footer .content .content-container .right ul li a {
  outline: 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: #ffffff;
  padding-left: 20px;
  text-decoration: none;
}

.footer .content .content-container .right ul li a:hover {
  text-decoration: none;
  color: #2c6ef2;
}

@media (max-width: 1140px) {
  .footer .content .content-container .middle {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .footer {
    height: 200px;
    padding: 80px 10px 0;
  }
  .footer.after-toggle {
    height: 200px;
  }
  .footer .content .content-container.desktop {
    display: none;
  }
  .footer .content .content-container.mobile {
    display: block;
  }
  .footer .content .content-container.mobile .top {
    display: flex;
    justify-content: space-between;
  }
  .footer .content .content-container.mobile .top .top-left {
    width: 50%;
  }
  .footer .content .content-container.mobile .top .top-left .logo img {
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 20px;
  }
  .footer .content .content-container.mobile .top .top-right {
    width: 50%;
    text-align: right;
  }
  .footer .content .content-container.mobile .top .top-right ul {
    margin: 0;
    position: relative;
    top: 1px;
  }
  .footer .content .content-container.mobile .top .top-right ul li {
    display: inline-block;
    list-style: none;
  }
  .footer .content .content-container.mobile .top .top-right ul li a {
    outline: 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    padding-left: 20px;
    text-decoration: none;
  }
  .footer .content .content-container.mobile .top .top-right ul li a:hover {
    text-decoration: none;
  }
  .footer .content .content-container .bottom {
    width: 100%;
  }
  .footer .content .content-container .bottom ul {
    margin: 0;
    padding: 0;
  }
  .footer .content .content-container .bottom ul li {
    display: inline-block;
    list-style: none;
  }
  .footer .content .content-container .bottom ul li a {
    outline: 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
    text-decoration: none;
  }
  .footer .content .content-container .bottom ul li a:hover {
    text-decoration: none;
  }
  .footer .content .content-container .bottom ul li span {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
  .footer .content .content-container .bottom .text {
    margin: 0;
    margin-top: 20px;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.12px;
    color: #ffffff;
  }
}
.footer-tooltip {
  position: absolute;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  transition: all 300ms ease;
  padding: 3px 7px;
  top: -22px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.12px;
  opacity: 0;
  visibility: hidden;
}

.footer .content .content-container .right ul li:hover .footer-tooltip {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .footer-tooltip {
    display: none;
  }
}
/* footer - end */
@media screen and (max-width: 1210px) {
  .main {
    display: flex;
    height: auto;
    position: relative;
    max-width: 1370px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
  }
  .main nav {
    padding: 35px 20px;
    position: fixed;
  }
  .main nav div {
    width: 175px;
  }
  .container1 {
    /* margin: 0 auto; */
    height: unset;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main .rwp-center {
    align-self: center;
    height: 100vh;
  }
  .main .rwp-center .rwp {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
  }
  .main .video3 {
    background-position: center center;
    background-size: cover;
    width: 312px;
    position: unset;
    height: 363px;
    margin-left: 10%;
    margin-top: -11%;
    -webkit-animation: none;
    animation: none;
  }
  .main .video2 {
    background-position: center center;
    background-size: cover;
    width: 312px;
    position: unset;
    height: 363px;
    margin-left: 62%;
    margin-top: -10%;
    -webkit-animation: none;
    animation: none;
  }
  .main .video1 {
    background-position: center center;
    background-size: cover;
    width: 312px;
    position: unset;
    height: 363px;
    margin-left: 20%;
    -webkit-animation: none;
    animation: none;
  }
  @-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }
  .arrow {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -70px;
    width: 100%;
    height: 30px;
  }
  .arrow a {
    color: #fff;
    text-decoration: none;
    padding: 30px 0;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .arrow a i {
    color: #fff;
    padding-left: 10px;
  }
  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  .fade {
    opacity: 0;
    transition: 1s all ease-out;
  }
}
@media screen and (max-width: 768px) {
  .main nav div {
    width: 100px;
  }
  .main .rwp-center .rwp .allyson {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009de0;
  }
  .main .rwp-center .rwp h1 {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    padding-bottom: 28px;
  }
  .main .rwp-center .rwp h1 span {
    font-family: "MMC Display Condensed";
    font-style: normal;
    font-weight: 700;
    font-size: 76px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
  }
  .main .rwp-center .rwp .sub-head {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    width: 296px;
  }
  .main .video1 {
    background-position: center center;
    background-size: cover;
    position: unset;
    width: 190px;
    height: 218px;
    margin-left: 7%;
    margin-bottom: 60px;
  }
  .main .video1 .vid-txt {
    padding: 150px 10px 0;
  }
  .main .video1 .vid-txt p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main .video1 .vid-txt a {
    padding: 7px 9px;
  }
  .main .video1 .vid-txt a i {
    padding-left: 4px;
  }
  .main .video2 {
    background-position: center center;
    background-size: cover;
    position: unset;
    width: 190px;
    height: 218px;
    margin-left: 45%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .main .video2 .vid-txt {
    padding: 150px 10px 0;
  }
  .main .video2 .vid-txt p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main .video2 .vid-txt a {
    padding: 7px 9px;
  }
  .main .video2 .vid-txt a i {
    padding-left: 4px;
  }
  .main .video3 {
    background-position: center center;
    background-size: cover;
    position: unset;
    width: 190px;
    height: 218px;
    margin-left: 7%;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .main .video3 .vid-txt {
    padding: 150px 10px 0;
  }
  .main .video3 .vid-txt p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .main .video3 .vid-txt a {
    padding: 7px 9px;
  }
  .main .video3 .vid-txt a i {
    padding-left: 4px;
  }
} /*# sourceMappingURL=home.css.map */
