@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
html {
  font-size: 18px;
  overflow-x: hidden; }
  html.menu-active {
    overflow-y: hidden; }
  html.scroll-body {
    overflow-y: hidden; }

body {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3; }

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

a, input, button {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

a {
  color: #000; }

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0 0 30px; }

p {
  margin: 0 0 25px; }

.button {
  display: inline-block;
  color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#ffed63), to(#ffb763));
  background: -webkit-linear-gradient(left, #ffed63, #ffb763);
  background: -o-linear-gradient(left, #ffed63, #ffb763);
  background: linear-gradient(90deg, #ffed63, #ffb763);
  padding: 10px 30px;
  border-radius: 17px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: -2px; }
  @media (max-width: 991px) {
    .button {
      font-size: 1.7rem;
      padding: 8px 25px; } }
  .button:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.6);
    color: #000; }
  .button:focus {
    outline: none; }

.header {
  background: url(../images/bg1.png) no-repeat center bottom;
  padding: 50px 0 20%;
  z-index: 10;
  position: relative;
  background-size: cover; }
  @media (max-width: 991px) {
    .header {
      padding: 50px 0 97%; } }
  .header__logo {
    margin: 0 0 60px;
    position: relative; }
    @media (max-width: 991px) {
      .header__logo {
        margin: 0 0 40px;
        text-align: center; } }
    .header__logo img {
      max-height: 70px; }
  .header__left {
    padding-right: 70px;
    text-align: center; }
    @media (max-width: 991px) {
      .header__left {
        padding-right: 0; } }
    .header__left h3 {
      font-family: "Oswald", sans-serif;
      text-align: center;
      font-size: 2.1rem; }
      .header__left h3 img {
        margin-top: 30px; }
  .header__button {
    padding-top: 25px; }
  @media (max-width: 991px) {
    .header__right {
      padding: 30px 0; } }

.sharedby {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  text-align: right; }
  @media (max-width: 991px) {
    .sharedby {
      top: auto;
      position: relative;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 10px 0 0; } }
  .sharedby__col {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 991px) {
      .sharedby__col {
        display: block; } }
    .sharedby__col--name {
      margin-right: 10px; }

.s2 {
  background: url(../images/bg2.png) no-repeat center bottom;
  padding: 23% 0 28%;
  margin-top: -20%;
  position: relative;
  z-index: 9; }
  @media (max-width: 991px) {
    .s2 {
      margin-top: -71%;
      padding: 45% 0 81%;
      background-size: cover;
      background-image: url(../images/m1.png); } }
  .s2__button {
    text-align: center;
    padding-top: 100px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .s2__button {
        padding-top: 0;
        margin-top: -40px; } }

.box__item {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 15px 15px rgba(0, 152, 252, 0.1);
  box-shadow: 0 15px 15px rgba(0, 152, 252, 0.1);
  margin: 0 20px; }
  @media (max-width: 991px) {
    .box__item {
      margin: 0 0 120px; } }

.box__image {
  text-align: center; }
  .box__image img {
    margin-top: -65px;
    max-height: 350px; }

.box__inner {
  padding: 0 50px 50px;
  text-align: center; }
  @media (max-width: 991px) {
    .box__inner {
      padding: 0 25px 40px; } }
  .box__inner h4 {
    margin: 15px 0 15px;
    min-height: 90px;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase; }
  .box__inner p {
    min-height: 150px; }

.s3 {
  background: url(../images/bg3.png) no-repeat center bottom;
  padding: 25% 0 30%;
  margin-top: -20%;
  position: relative;
  z-index: 6; }
  @media (max-width: 991px) {
    .s3 {
      padding: 40% 0 20%;
      margin-top: -66%;
      background-size: cover;
      background-image: url(../images/m2.png); } }

@media (max-width: 991px) {
  .row-s3 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

.video {
  padding-right: 100px;
  text-align: center; }
  @media (max-width: 991px) {
    .video {
      padding: 0; } }

.tyra {
  text-align: center; }
  @media (max-width: 991px) {
    .tyra {
      margin: 0 0 40px; } }
  .tyra img {
    max-height: 300px; }
  .tyra h3 {
    margin: -25px 0 10px; }
  .tyra__box {
    border: 2px solid #000;
    text-align: center;
    font-style: italic;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 5px; }

.prods {
  padding-top: 15%; }
  .prods__title {
    text-align: center;
    margin: 0 0 80px; }
    @media (max-width: 991px) {
      .prods__title {
        margin: 0 0 120px; } }
    .prods__title img {
      max-height: 125px; }
  @media (max-width: 991px) {
    .prods__item {
      margin: 0 0 120px; } }
  .prods__inner {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 0 20px 50px;
    text-align: center; }
    .prods__inner h4 {
      font-size: 1rem;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 0 15px; }
    .prods__inner p {
      font-size: .9rem;
      line-height: 1.1;
      min-height: 120px; }
      @media (max-width: 991px) {
        .prods__inner p {
          min-height: 0; } }
  .prods__image {
    min-height: 215px; }
    @media (max-width: 991px) {
      .prods__image {
        min-height: 0; } }
    .prods__image img {
      margin-top: -35px;
      margin: 0 0 20px;
      max-height: 174px; }
      @media (max-width: 991px) {
        .prods__image img {
          max-height: 250px;
          margin-top: -60px; } }
    .prods__image--1 {
      -webkit-transform: translateX(25%);
      -ms-transform: translateX(25%);
      transform: translateX(25%); }
      @media (max-width: 991px) {
        .prods__image--1 {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          margin-right: -120px; } }
    .prods__image--3 {
      padding-top: 25%; }
      .prods__image--3 img {
        max-height: 100px; }
  .prods__button {
    padding-top: 20px; }
    .prods__button .button {
      font-size: 1.4rem;
      border-radius: 10px; }

.s4 {
  background: url(../images/bg5.png) no-repeat center bottom;
  padding: 20% 0 25%;
  margin-top: -20%;
  position: relative;
  z-index: 5; }
  @media (max-width: 991px) {
    .s4 {
      padding: 50% 0 100%;
      margin-top: -35%;
      background-size: cover; } }
  .s4__title {
    max-height: 120px;
    margin: 0 auto 65px;
    display: block; }
    @media (max-width: 991px) {
      .s4__title {
        margin: 0 0 90px; } }
  .s4__button {
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .s4__button {
        padding-top: 0;
        margin-top: -40px; } }

.wid {
  background: #fff;
  padding: 25px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  font-size: .9rem;
  margin: 0 0 40px; }
  @media (max-width: 991px) {
    .wid {
      margin: 0 0 100px; } }
  .wid__img {
    margin-left: -20px; }
    @media (max-width: 991px) {
      .wid__img {
        margin-left: 0;
        text-align: center;
        margin-top: -60px;
        margin-bottom: 30px; } }
    .wid__img img {
      max-height: 350px; }
  .wid h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 15px; }
  .wid p {
    line-height: 1.6; }
  .wid .button {
    font-size: 2rem;
    padding: 8px 25px;
    display: inline-block;
    width: auto; }
  .wid__vid {
    padding: 0 50px 0 0px; }
    @media (max-width: 991px) {
      .wid__vid {
        padding: 0 20px; } }
  .wid__mid {
    padding-left: 40px; }
  .wid__button {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px; }
    .wid__button .button {
      text-align: center;
      display: inline-block;
      width: auto; }

.footer {
  background: url(../images/footer.jpg) no-repeat center bottom;
  padding: 20% 0 10%;
  margin-top: -20%;
  color: #fff; }
  @media (max-width: 991px) {
    .footer {
      margin-top: -75%;
      background-size: cover;
      padding: 40% 0 20%; } }
  .footer h2 {
    text-align: center;
    font-size: 2.6rem;
    letter-spacing: -2px;
    font-family: "Oswald", sans-serif;
    margin: 0 0 60px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .footer h2 {
        font-size: 1.7rem;
        margin: 0 0 45px; } }

.leg {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 40px;
  text-align: center;
  max-width: 950px;
  margin: 0 auto 100px; }
  @media (max-width: 991px) {
    .leg {
      margin-bottom: 50px; } }
  @media (max-width: 991px) {
    .leg .row {
      margin: 0 -25px; }
      .leg .row .col-4 {
        padding: 0 10px; } }
  .leg__img {
    text-align: center; }
    .leg__img img {
      max-width: 200px; }
      @media (max-width: 991px) {
        .leg__img img {
          max-width: 100%; } }
  .leg__mid {
    padding: 50px 0; }
  .leg .ef {
    text-align: center;
    margin-top: -35px; }
    .leg .ef span {
      font-size: 1.3rem;
      display: block; }
    .leg .ef small {
      font-size: 1rem;
      font-style: italic; }

.ba h2 {
  margin: 0 0 80px; }
  @media (max-width: 991px) {
    .ba h2 {
      margin: 0 0 50px; } }

.ba__item {
  margin: 0 0 65px; }

.ba__img {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding: 0 30px;
  text-align: center; }
  .ba__img span {
    font-size: 1.3rem;
    padding-top: 15px;
    display: block; }

.ba__col--left {
  padding-right: 20px; }
  @media (max-width: 991px) {
    .ba__col--left {
      padding: 0; } }

.ba__col--right {
  padding-left: 20px; }
  @media (max-width: 991px) {
    .ba__col--right {
      padding: 0; } }

.copy {
  padding-top: 80px; }
  @media (max-width: 991px) {
    .copy {
      padding-top: 0; } }
  .copy__badge {
    display: block;
    margin: 0 auto;
    max-width: 200px; }
  .copy__button {
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase; }

.mob {
  display: none; }
  @media (max-width: 991px) {
    .mob {
      display: block; } }

.desk {
  display: block; }
  @media (max-width: 991px) {
    .desk {
      display: none; } }
