html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  margin-top: 0 !important;
}

.mc-lift * {
  font-family: "OgilvySans", sans-serif;
}
.mc-lift .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.mc-lift .h1 {
  font-size: 74px;
  line-height: 86px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.mc-lift .h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.mc-lift .h2 span {
  color: #EB3F43;
}
.mc-lift p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 1em;
  font-weight: 400;
  text-align: center;
}
.mc-lift p a {
  text-decoration: underline;
  color: #EB3F43;
}
.mc-lift input[type=text],
.mc-lift input[type=email],
.mc-lift input[type=tel] {
  font-size: 18px;
  box-sizing: border-box;
  line-height: 24px;
  padding: 20px 30px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  margin-bottom: 18px;
  display: block;
  max-width: 395px;
  width: 100%;
}
.mc-lift input[type=text]::placeholder,
.mc-lift input[type=email]::placeholder,
.mc-lift input[type=tel]::placeholder {
  color: #FFFFFF;
}
@media screen and (min-width: 460px) {
  .mc-lift .h1 {
    font-size: 100px;
    line-height: 110px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mc-lift .h1 {
    font-size: 90px;
    line-height: 100px;
  }
  .mc-lift .h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 60px;
  }
  .mc-lift p {
    font-size: 24px;
    line-height: 34px;
  }
  .mc-lift input[type=text],
  .mc-lift input[type=email],
  .mc-lift input[type=tel] {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 30px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .mc-lift .h1 {
    font-size: 110px;
    line-height: 120px;
    margin-bottom: 30px;
  }
}

.mc-lift .intro {
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
.mc-lift .intro .h2 {
  padding-top: 50px;
}
.mc-lift .intro p {
  max-width: 700px;
  margin: 0 auto 1.2em;
}
.mc-lift .intro .container {
  padding-bottom: 25px;
  background-image: url("../images/lift-text.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .mc-lift .intro .h2 {
    padding-top: 140px;
  }
}

.mc-lift .rules {
  background-color: #545659;
  padding-top: 40px;
}
.mc-lift .rules p, .mc-lift .rules li, .mc-lift .rules .h2 {
  color: #FFFFFF;
  text-align: left;
}
.mc-lift .rules .h2:last-of-type {
  margin-bottom: 0;
}
.mc-lift .rules--info {
  padding-right: 10px;
}
.mc-lift .rules--boxes {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  gap: 20px;
  top: 45px;
}
.mc-lift .rules--boxes p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}
.mc-lift .rules--boxes li {
  font-size: 18px;
  line-height: 26px;
  padding-left: 31px;
  position: relative;
  margin-bottom: 8px;
}
.mc-lift .rules--boxes li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 13px;
  height: 16px;
  background-image: url(../images/arrow.svg);
  background-size: 13px 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.mc-lift .rules--box {
  padding: 30px 30px;
}
.mc-lift .rules--box-positive {
  background-color: #EB3F43;
}
.mc-lift .rules--box-negative {
  background-color: #000000;
}
.mc-lift .rules--box-negative li:before {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .mc-lift .rules {
    padding-top: 60px;
  }
  .mc-lift .rules--boxes {
    grid-template-columns: 1fr 1fr;
  }
  .mc-lift .rules--boxes li {
    font-size: 20px;
    line-height: 28px;
  }
  .mc-lift .rules--box {
    padding: 50px 60px;
  }
}
@media screen and (min-width: 1100px) {
  .mc-lift .rules {
    padding-top: 25px;
  }
  .mc-lift .rules .container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    align-items: center;
  }
}

.mc-lift .info {
  padding-top: 120px;
  padding-bottom: 60px;
}
.mc-lift .info--text {
  max-width: 980px;
  margin: 0 auto;
}
.mc-lift .info--text p:last-of-type {
  margin-bottom: 40px;
}
.mc-lift .info--time-schedule .image {
  width: 90px;
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.mc-lift .info--time-schedule li {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
}
.mc-lift .info--time-schedule li .h2 {
  margin-bottom: 20px;
  padding: 0 20px;
  font-size: 28px;
  line-height: 36px;
}
.mc-lift .info--time-schedule li p {
  padding: 0 20px;
}
.mc-lift .info--time-schedule li:first-of-type .image:before {
  width: 50%;
  left: 50%;
}
.mc-lift .info--time-schedule li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.mc-lift .info--time-schedule li:last-of-type .h2, .mc-lift .info--time-schedule li:last-of-type p {
  color: #EB3F43;
}
.mc-lift .info--time-schedule li:last-of-type .image:after {
  background-color: #EB3F43;
}
.mc-lift .info--time-schedule li:last-of-type .image:before {
  width: 50%;
}
@media screen and (min-width: 560px) {
  .mc-lift .info--time-schedule {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .mc-lift .info--time-schedule li {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .mc-lift .info--time-schedule li .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .mc-lift .info--time-schedule .image {
    height: 88px;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .mc-lift .info--time-schedule .image img {
    width: auto;
  }
  .mc-lift .info--time-schedule .image:after, .mc-lift .info--time-schedule .image:before {
    content: "";
    position: absolute;
    background-color: #000000;
  }
  .mc-lift .info--time-schedule .image:after {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
  }
  .mc-lift .info--time-schedule .image:before {
    bottom: 4px;
    left: 0;
    height: 1px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mc-lift .info {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .mc-lift .info--time-schedule li .h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .mc-lift .info--text p:last-of-type {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1100px) {
  .mc-lift .info--time-schedule li .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
.mc-lift .paperplane img {
  animation: flightIn 1.5s forwards;
  opacity: 0;
}
.mc-lift .table img {
  animation: rotate3times 2s forwards;
  animation-delay: 1s;
  opacity: 0;
}
.mc-lift .medal img {
  animation: dropDown 1.5s forwards;
  animation-delay: 2s;
  opacity: 0;
}
@keyframes rotate3times {
  0% {
    transform: rotateY(0deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(720deg);
    opacity: 1;
  }
}
@keyframes dropDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes flightIn {
  0% {
    transform: translateX(-350%) translateY(-100%) rotate(50deg);
    opacity: 0;
  }
  1% {
    transform: translateX(-350%) translateY(-100%) rotate(50deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0deg);
  }
}

.mc-lift .form {
  padding: 40px 0;
  background-color: #EB3F43;
  position: relative;
}
.mc-lift .form:before, .mc-lift .form:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1400px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.mc-lift .form:before {
  background-image: url("../images/pattern-left.svg");
  background-size: 150px 225px;
  background-position: top left;
}
.mc-lift .form:after {
  background-image: url("../images/pattern-right.svg");
  background-size: 90px 275px;
  background-position: bottom right;
}
.mc-lift .form .container {
  text-align: center;
}
.mc-lift .form .container h2 {
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.mc-lift .form .container input {
  margin: 0 auto;
  background-color: #EB3F43;
  margin-bottom: 18px;
  position: relative;
  z-index: 10;
  width: 100%;
}
.mc-lift .form .container .submit {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #EB3F43;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}
.mc-lift .form .container .submit:hover {
  background-color: #EB3F43;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .mc-lift .form {
    padding: 100px 0;
  }
  .mc-lift .form .container h2 {
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 60px;
  }
  .mc-lift .form .container input {
    margin-bottom: 18px;
  }
  .mc-lift .form .container .submit {
    padding: 20px 30px;
    font-size: 24px;
    line-height: 32px;
    margin-top: 70px;
  }
  .mc-lift .form:before {
    background-size: 245px 367px;
  }
  .mc-lift .form:after {
    background-size: 120px 367px;
  }
}

.mc-lift .contact {
  padding: 50px 0;
}
.mc-lift .contact--box img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.mc-lift .contact--box a {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #EB3F43;
  margin-bottom: 12px;
}
.mc-lift .contact--box .name {
  font-weight: 700;
  margin-bottom: 0px;
}
.mc-lift .contact--box .position {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .mc-lift .contact {
    padding: 140px 0;
  }
  .mc-lift .contact--box a {
    font-size: 24px;
    line-height: 32px;
  }
}

.mc-lift .hero {
  background-color: #EB3F43;
  padding: 50px 0;
  overflow: hidden;
}
.mc-lift .hero .slider {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 560px;
  position: relative;
}
.mc-lift .hero .slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/lift-white.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: top 20px center;
  z-index: 1;
}
.mc-lift .hero .slider:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-45%);
  left: -115px;
  width: 156px;
  height: 760px;
  background-image: url(../images/arrows.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  animation: moveUp 5s infinite;
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(60%);
  }
  10% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}
.mc-lift .hero .text {
  position: relative;
  z-index: 2;
}
.mc-lift .hero .text .h1 span {
  animation: lettersIn 0.2s ease-in-out forwards;
  transform: translate(-30px, -2px);
  display: inline-block;
  opacity: 0;
}
.mc-lift .hero .text .h1 span:nth-of-type(1) {
  animation-delay: 0.07s;
}
.mc-lift .hero .text .h1 span:nth-of-type(2) {
  animation-delay: 0.14s;
}
.mc-lift .hero .text .h1 span:nth-of-type(3) {
  animation-delay: 0.21s;
}
.mc-lift .hero .text .h1 span:nth-of-type(4) {
  animation-delay: 0.28s;
}
.mc-lift .hero .text .h1 span:nth-of-type(5) {
  animation-delay: 0.35s;
}
.mc-lift .hero .text .h1 span:nth-of-type(6) {
  animation-delay: 0.42s;
}
.mc-lift .hero .text .h1 span:nth-of-type(7) {
  animation-delay: 0.49s;
}
.mc-lift .hero .text .h1 span:nth-of-type(8) {
  animation-delay: 0.56s;
}
.mc-lift .hero .text .h1 span:nth-of-type(9) {
  animation-delay: 0.63s;
}
.mc-lift .hero .text .h1 span:nth-of-type(10) {
  animation-delay: 0.7s;
}
.mc-lift .hero .text .h1 span:nth-of-type(11) {
  animation-delay: 0.77s;
}
.mc-lift .hero .text .h1 span:nth-of-type(12) {
  animation-delay: 0.84s;
}
.mc-lift .hero .text .h1 span:nth-of-type(13) {
  animation-delay: 0.91s;
}
.mc-lift .hero .text .h1 span:nth-of-type(14) {
  animation-delay: 0.98s;
}
.mc-lift .hero .text .h1 span:nth-of-type(15) {
  animation-delay: 1.05s;
}
@keyframes lettersIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.mc-lift .hero .text .h2 {
  text-align: left;
  text-transform: none;
  transform: translateX(-20%);
  opacity: 0;
  animation: fadeFromLeft 1s forwards;
  animation-delay: 1s;
}
@keyframes fadeFromLeft {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.mc-lift .hero .text a {
  background-color: #EB3F43;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  text-decoration: none;
  transform: translateX(-20%);
  opacity: 0;
  animation: fadeFromLeft 1s forwards;
  animation-delay: 1.5s;
  margin-bottom: 40px;
}
.mc-lift .hero .text a:hover {
  background-color: #FFFFFF;
  color: #EB3F43;
}
.mc-lift .hero .logo {
  margin-bottom: 30px;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .mc-lift .hero {
    padding: 90px 0;
  }
  .mc-lift .hero .logo {
    margin-bottom: 50px;
    max-width: 295px;
  }
  .mc-lift .hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mc-lift .hero .text a {
    padding: 20px 30px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .mc-lift .hero .container {
    grid-template-columns: 450px 560px;
    justify-content: space-between;
  }
  .mc-lift .hero .slider {
    grid-template-columns: 280px 280px;
  }
}
@media screen and (min-width: 1260px) {
  .mc-lift .hero .container {
    gap: 160px;
  }
}

/*# sourceMappingURL=style.css.map */
