html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 60%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  text-align: left;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 3.6rem;
}

strong {
  font-weight: 700;
}

.page-wrap {
  margin: 0 auto;
  width: 100%;
}

a {
  color: #000;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  color: #f0231e;
}

h1,
.h1,
h2,
.h2 {
  font-size: 9.6rem;
  color: #000;
  line-height: 1.1;
}

h1 span,
.h1 span,
h2 span,
.h2 span {
  display: block;
  color: #f0231e;
}

h3,
.h3 {
  font-size: 6.4rem;
  color: #000;
  line-height: 1.1;
}
h3 span,
.h3 span {
  display: block;
  color: #f0231e;
}

@media (max-width: 1499px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 8.6rem;
  }

  h3,
.h3 {
    font-size: 6rem;
  }
}
@media (max-width: 1399px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 7.6rem;
  }

  h3,
.h3 {
    font-size: 5.2rem;
  }
}
@media (max-width: 1199px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 6rem;
  }

  h3,
.h3 {
    font-size: 4.2rem;
  }
}
@media (max-width: 991px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 4rem;
  }

  h3,
.h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 3.6rem;
  }

  h3,
.h3 {
    font-size: 3.2rem;
  }
}
.btn {
  display: inline-block;
  line-height: 1.2;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #000000;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.btn:hover {
  background-color: #333;
  color: #fff;
}

.btn-red {
  background: #f0231e;
}
.btn-red:hover {
  background: #d31a17;
}

.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}

.info-mark {
  margin-left: 0.8rem;
  display: inline-flex;
  background: url("./../images/info.svg") no-repeat center;
  background-size: contain;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
}

.styled-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.styled-ul ul li {
  position: relative;
  padding-left: 4rem;
  min-height: 1.6rem;
  margin-bottom: 3rem;
}
.styled-ul ul li:after {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f0231e;
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.8rem;
}

@media (max-width: 1199px) {
  .styled-ul ul li {
    margin: 1.6rem;
  }
}
header {
  color: #fff;
  margin-bottom: 16rem;
  position: relative;
  height: 1000px;
  background: #f0231e;
}
header:after {
  left: 0;
  right: 0;
  bottom: -160px;
  height: 500px;
  content: "";
  background: url("./../images/cricket_white_wave.svg") no-repeat center top;
  background-size: 100% 500px;
  position: absolute;
  display: block;
}
header a {
  color: #fff;
}
header a:hover {
  color: #fff;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  margin-top: 5.6rem;
}

.header-menu {
  margin-top: 7.4rem;
  display: flex;
  justify-content: space-between;
}

.header-menu-inner {
  display: flex;
  justify-content: space-between;
}

.header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header-menu ul.header-social {
  margin-left: 6rem;
}
.header-menu ul.header-social li {
  margin: 0 1.5rem;
}
.header-menu ul.header-social li a svg path {
  transition: all 0.3s;
}
.header-menu ul.header-social li a:after {
  display: none;
}
.header-menu ul.header-social li a:hover svg path {
  fill: #000;
}
.header-menu ul li {
  margin: 0 3rem;
}
.header-menu ul li a {
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
}
.header-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  height: 2px;
  transition: all 0.3s;
  background: #fff;
  opacity: 0;
}
.header-menu ul li a:hover:after {
  opacity: 1;
}

.header-content {
  position: relative;
}

.header-content-text {
  display: flex;
  flex-direction: column;
  margin-top: 21rem;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.header-content-text h1 {
  color: #ffffff;
  max-width: 80rem;
  line-height: 1;
  margin-bottom: 5rem;
}
.header-content-text p {
  font-size: 2rem;
  max-width: 46.4rem;
}

.header-content .header-mobile {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -20rem;
}
.header-content .header-mobile img {
  max-width: 100%;
  width: 38rem;
}

/* Hamburger */
.navbar-toggler {
  position: relative;
  color: #fff;
  padding: 8px 8px;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  width: 50px;
  height: 50px;
  display: none;
  margin-top: 8px;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
}
.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 10px;
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 10px;
  visibility: hidden;
  background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* END Hamburger */
@media (min-width: 1920px) {
  header:after {
    background-size: cover;
  }
}
@media (max-width: 1499px) {
  header {
    margin-bottom: 6rem;
  }

  .header-menu ul li a {
    font-size: 1.8rem;
  }
}
@media (max-width: 1399px) {
  header {
    height: 900px;
  }

  .header-menu ul li {
    margin: 0 2rem;
  }
  .header-menu ul li a {
    font-size: 1.6rem;
  }
  .header-menu ul.header-social {
    margin-left: 3rem;
  }

  .header-content-text {
    margin-top: 15rem;
  }
  .header-content .header-mobile {
    margin-top: -10rem;
  }
  .header-content .header-mobile img {
    width: 30rem;
  }
}
@media (max-width: 1199px) {
  body {
    background-size: 1500px auto;
  }

  header {
    height: 800px;
  }

  .header-logo {
    margin-top: 3rem;
    width: 15rem;
  }
  .header-logo img {
    max-width: 100%;
  }

  .header-menu {
    margin-top: 4rem;
  }
  .header-menu ul li {
    margin: 0 1rem;
  }
  .header-menu ul li a {
    font-size: 1.5rem;
  }
  .header-menu ul.header-social {
    margin-left: 3rem;
  }

  .header-content-text {
    margin-top: 10rem;
  }
  .header-content-text h1 {
    max-width: 61rem;
  }

  .header-content .header-mobile {
    margin-top: 2rem;
  }
  .header-content .header-mobile img {
    width: 25rem;
  }
}
@media (max-width: 991px) {
  header {
    height: 550px;
  }
  header:after {
    height: 300px;
    background-size: 100% 300px;
    bottom: -80px;
  }

  .header-content-text {
    margin-top: 5rem;
    padding-top: 5rem;
  }
  .header-content-text h1 {
    max-width: 50rem;
  }

  .header-content .header-mobile {
    margin-top: 2rem;
  }
  .header-content .header-mobile img {
    max-width: 30rem;
  }

  body {
    margin-top: 70px;
  }

  .header-wrap {
    padding: 0 15px;
    position: relative;
    height: 70px;
    position: fixed;
    background: #f0231e;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .header-logo {
    margin-top: 16px;
  }
  .header-logo img {
    width: 113px;
  }

  .header-menu {
    margin-top: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #f0231e;
    z-index: 100;
    height: calc(100vh - 70px);
    overflow-y: auto;
  }

  .header-menu-inner {
    flex-direction: column;
    padding-top: 10%;
    padding-left: 40px;
  }
  .header-menu-inner ul {
    flex-direction: column;
  }
  .header-menu-inner ul li {
    margin: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }
  .header-menu-inner ul li a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  .header-menu-inner ul.header-social {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-top: 20px;
  }
  .header-menu-inner ul.header-social li {
    margin: 0;
    padding: 0;
    margin-right: 30px;
  }

  .navbar-toggler {
    display: block;
  }
}
@media (max-width: 767px) {
  body {
    background: #fff;
  }

  header {
    background: #f0231e;
    margin-bottom: 5rem;
    height: auto;
  }
  header:after {
    height: 200px;
    background-size: 100% 200px;
    bottom: -70px;
  }

  .header-content {
    padding-bottom: 250px;
  }

  .header-content-text h1 {
    margin-bottom: 3rem;
  }

  .header-content .header-mobile {
    margin-top: 0;
    bottom: 0;
    top: auto;
    margin-bottom: 0px;
    right: 0px;
  }
  .header-content .header-mobile img {
    width: 20rem;
  }
}
.timeline-list {
  margin-top: 12rem;
}

.timeline-item {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.timeline-item-text {
  padding-right: 0;
}
.timeline-item-number {
  font-size: 28rem;
  color: #f0231e;
  line-height: 1.18;
  font-weight: 700;
}
.timeline-item-number:nth-child(2) {
  text-align: right;
}

.middle-img {
  width: 100%;
  margin-bottom: 16rem;
}
.middle-img img {
  width: 100%;
}

.advantage-list {
  margin-top: 12rem;
}
.advantage-item {
  margin-bottom: 12rem;
}
.advantage-text-content {
  max-width: 59rem;
}
.advantage-text:nth-child(2) .advantage-text-content {
  margin-left: auto;
}
.advantage-img img {
  max-width: 100%;
}
.advantage-num {
  color: #f0231e;
  font-size: 28rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 8rem;
}
.advantage-num span {
  font-size: 16rem;
  font-weight: 600;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.lighter-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 100%;
  margin-bottom: 16rem;
}
.lighter-item {
  padding: 1.7rem;
}
.lighter-item img {
  max-width: 100%;
}

.bottom-section {
  width: 100%;
  margin-bottom: -26rem;
}

.bottom-section-content {
  background: url("./../images/bottom-bg.png") no-repeat left top, url("./../images/lighter-circle.png") no-repeat right bottom;
  width: 100%;
  min-height: 111rem;
  margin-top: 12rem;
  position: relative;
  z-index: 1;
}

.bottom-section-text {
  max-width: 56rem;
  margin-left: auto;
  padding-bottom: 50rem;
}

@media (max-width: 1699px) {
  .timeline-item-number {
    font-size: 26rem;
  }

  .bottom-section-content {
    background-size: 900px auto, 700px auto;
    min-height: 100rem;
  }
}
@media (max-width: 1399px) {
  .timeline-list {
    margin-top: 6rem;
  }

  .timeline-item {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .timeline-item-number {
    font-size: 22rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .timeline-item-number:nth-child(2) {
    justify-content: flex-end;
  }

  .bottom-section-content {
    background-size: 700px auto, 600px auto;
    min-height: 90rem;
  }

  .advantage-num {
    margin-top: 4rem;
    font-size: 20rem;
  }
  .advantage-num span {
    font-size: 14rem;
  }
}
@media (max-width: 1199px) {
  .timeline-item-number {
    font-size: 18rem;
  }

  .bottom-section-content {
    background-size: 600px auto, 500px auto;
    min-height: 70rem;
  }

  .middle-img {
    margin-bottom: 6rem;
  }

  .advantage-list {
    margin-top: 6rem;
  }

  .advantage-num {
    margin-top: 4rem;
    font-size: 14rem;
  }
  .advantage-num span {
    font-size: 10rem;
  }

  .lighter-list {
    margin-bottom: 9rem;
  }

  .bottom-section-text {
    max-width: 45rem;
    padding-bottom: 40rem;
  }
}
@media (max-width: 991px) {
  .timeline-item-number {
    font-size: 14rem;
    order: 1;
  }
  .timeline-item-text {
    order: 2;
    padding: 15px;
  }
  .timeline-item-text:first-child {
    text-align: right;
  }

  .advantage-img {
    order: 1;
  }
  .advantage-img img {
    max-width: 100%;
    width: 48rem;
  }
  .advantage-text {
    margin-top: 3rem;
    order: 2;
  }
  .advantage-text-content {
    margin-left: 0 !important;
    max-width: 100%;
  }
  .advantage-num {
    font-size: 10rem;
    text-align: right;
    margin-top: 2rem;
  }
  .advantage-item {
    margin-bottom: 6rem;
  }

  .bottom-section-content {
    background-size: 400px auto, 400px auto;
    min-height: 70rem;
    margin-top: 6rem;
  }

  .bottom-section-text {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .bottom-section {
    margin-bottom: 6rem;
  }

  .bottom-section-content {
    background-size: 450px auto, 0;
    min-height: 0rem;
    margin-top: 0rem;
  }

  .bottom-section-text {
    padding-top: 40rem;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .timeline-item-number {
    font-size: 10rem;
  }

  .advantage-num {
    font-size: 10rem;
  }
  .advantage-num span {
    font-size: 6rem;
  }
}
footer {
  background: #000;
  padding-top: 16rem;
  padding-bottom: 16rem;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
footer h2 {
  color: #fff;
}

.footer-social {
  display: flex;
  margin-top: 8.5rem;
  margin-bottom: 8.3rem;
}
.footer-social a {
  margin-right: 7.5rem;
  position: relative;
  transition: all 0.3s;
}
.footer-social a svg path {
  transition: all 0.3s;
}
.footer-social a:hover svg path {
  fill: #f0231e;
}

.footer-mail {
  margin-bottom: 14rem;
}
.footer-mail a {
  color: #f0231e;
  position: relative;
  font-size: 2.8rem;
  transition: all 0.3s;
}
.footer-mail a:after {
  width: 100vw;
  height: 1px;
  left: calc(100% + 4rem);
  background-color: #f0231e;
  content: "";
  display: block;
  position: absolute;
  top: 2rem;
  transition: all 0.3s;
}
.footer-mail a:hover {
  color: #fff;
}
.footer-mail a:hover:after {
  left: calc(100% + 2rem);
}

.footer-copy {
  font-size: 16px;
}
.footer-copy p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .footer-mail {
    margin-bottom: 7rem;
  }

  .footer-social {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-mail {
    margin-bottom: 3rem;
  }

  .footer-social img {
    height: 30px;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    max-width: 952px;
  }
}
.modal-content {
  border-radius: 4px;
}

.modal-body {
  padding: 8rem;
  padding-bottom: 6rem;
}

.modal .close {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  opacity: 1;
}
.modal h4 {
  line-height: 1.1;
}
.modal h5 {
  line-height: 1.1;
  font-size: 32px;
}

.modal-img {
  width: 24rem;
  height: 24rem;
  background-color: #f0231e;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 5rem;
  position: relative;
}
.modal-img img {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}

.modal-title {
  font-size: 6.4rem;
  max-width: 63rem;
  margin-bottom: 4rem;
}
.modal-title span {
  color: #f0231e;
}

.modal-button {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .modal-body {
    padding: 4rem;
  }
}
.cookies-bar {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 4rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  color: #fff;
  font-size: 1.6rem;
  justify-content: space-between;
}
.cookies-bar .cookies-text {
  width: calc(100% - 130px);
  padding-right: 2rem;
}
.cookies-bar .cookies-btn {
  width: 130px;
  text-align: right;
}
.cookies-bar p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cookies-bar {
    flex-direction: column;
    padding: 2rem;
  }
  .cookies-bar .cookies-text {
    width: 100%;
  }
  .cookies-bar .cookies-btn {
    width: 100%;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    padding-top: 2rem;
  }
}
button:focus {
  outline: none;
}

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