@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");
* {
  font-family: 'Nunito', sans-serif !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  margin: 0;
}

body, a, p, h1, h2, h3, h4, h5, h6 {
  text-decoration: none;
  color: inherit;
  margin: 0;
  font-weight: inherit;
}

.cta {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 28px;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 90px;
}

.cta-primary {
  color: #000;
  background-color: #FFF;
  border: 1px solid #FFF;
}

.cta-primary:hover {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #000;
}

.cta-secondary {
  color: #FFF;
  background-color: #000;
  border: 1px solid #000;
}

.cta-secondary:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

.section-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1430px) {
  .section-title {
    font-size: 28px;
  }
}

.img-fluid {
  max-width: 100%;
}

.container {
  max-width: 1620px;
  margin: 0 auto;
}

.headers {
  background: url("../img/header.png") center no-repeat;
  border-radius: 30px;
  margin: 2rem 0;
  color: #FFF;
}

.headers .cta-section {
  margin: 1rem 0;
}

.headers .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
  padding-bottom: 2rem;
}

.headers .header-wrapper .logo {
  padding: 2rem 0;
}

.headers .header-wrapper h1 {
  font-size: 38px;
  font-weight: 300;
}

.headers .header-wrapper h1 span {
  font-size: 42px;
  font-weight: 600;
}

@media screen and (max-width: 1034px) {
  .headers {
    text-align: center;
  }
  .headers .logo {
    padding: 1rem 0 0 !important;
    margin-top: 1rem;
  }
  .headers .header-wrapper {
    padding-bottom: 1rem;
  }
}

.headers .packshot {
  padding: 1rem;
}

@media screen and (max-width: 520px) {
  .headers .header-wrapper h1 {
    font-size: 28px;
    font-weight: 300;
  }
  .headers .header-wrapper h1 span {
    font-size: 32px;
    font-weight: 600;
  }
}

.s2 {
  text-align: center;
  padding: 1rem;
  margin-bottom: 4rem;
}

.inner-container {
  border-radius: 30px;
  background: url("../img/s4_bg.png") top no-repeat;
  background-size: cover;
}

.inner-container .s3 {
  background: url("../img/s3_bg.png") center no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 1rem;
}

.inner-container .s3 .rev {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.inner-container .s3 .s3-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .s3 .s3-wrapper .wrapper-text {
  margin: 1rem;
}

.inner-container .s3 .s3-wrapper .wrapper-text p span {
  font-size: 21px;
  font-weight: 600;
}

@media screen and (max-width: 1430px) {
  .inner-container .s3 {
    text-align: center;
  }
  .inner-container .s3 .s3-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem;
  }
  .inner-container .s3 .rev {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.inner-container .s4 {
  color: #FFF;
  text-align: center;
}

.inner-container .s4 .section-title {
  padding-top: 2rem;
}

.inner-container .s4 .s4-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .s4 .s4-wrapper .wrapper-item {
  margin: .5rem;
}

@media screen and (max-width: 600px) {
  .inner-container .s4 .s4-wrapper .wrapper-item img {
    max-width: 80px;
  }
}

.inner-container .s4 .s4-wrapper p {
  margin: 0;
  padding: 0;
}

.s5 .s5-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1430px) {
  .s5 .s5-wrapper {
    text-align: center;
  }
}

.s5 .s5-text .cta-section {
  margin: 2rem 0;
}

.s6 {
  text-align: center;
  padding: 1rem;
  margin-bottom: 4rem;
}

.s6 .s6-wrapper {
  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;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s6 .s6-wrapper p {
  margin: 1rem;
  font-weight: 600;
  font-size: 21px;
}

.s6 .cta-section {
  margin: 1rem;
}

.categories {
  text-align: center;
}

.categories .cat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}

.categories .cat-wrapper .category {
  border-radius: 1rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 1.5rem .5rem;
}

.categories .cat-wrapper .category:hover {
  background-color: #F1F1F1;
}

.categories .cat-wrapper .category:hover .cta-container .arrow-cta {
  background-color: #fff;
}

.categories .cat-wrapper .category:hover .cta-container .arrow-cta .arrow {
  stroke: #0082FA;
}

.categories .cat-wrapper .category .category-name {
  padding-bottom: 2rem;
}

.categories .cat-wrapper .category .cta-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories .cat-wrapper .category .cta-container .arrow-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0082FA;
  padding: 5px 12px;
  border-radius: 90px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.categories .cat-wrapper .category .cta-container .arrow-cta .arrow {
  stroke: #fff;
  position: relative;
  top: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

footer {
  border-radius: 30px 30px 0 0;
  background-color: #F1F1F1;
  text-align: center;
}

footer .disclamer {
  padding: 2rem;
}

footer a {
  text-decoration: underline;
  -webkit-transition: all .2s;
  transition: all .2s;
}

footer a:hover {
  text-decoration: none;
}
