@font-face {
  font-family: Crocosans Caps;
  src: url('../fonts/CrocoSans-Black_CAPS.woff') format("woff"), url('../fonts/CrocoSans-Black_CAPS.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.wrap {
  background-color: #1d448d;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap.m {
  display: none;
}

.body {
  color: #fff;
  text-align: center;
  font-family: Crocosans Caps, sans-serif;
  font-weight: 900;
}

.bt-p2p {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(138deg, #15b17a, #0ab413);
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition: all .5s;
  box-shadow: inset 0 -1px 10px #74ff4c;
}

.bt-p2p:hover {
  box-shadow: inset 0 -1px 30px 20px #74ff4c, 1px 1px 60px 8px #13ad4bc4;
}

.bt-p2p.heartbeat {
  z-index: 1;
  position: relative;
}

.bt-p2p.heartbeat.m, .bt-p2p.m {
  display: none;
}

.logo-wrp {
  background-color: #16af44;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 85%;
  padding: 10px;
  display: flex;
  position: relative;
}

.image {
  filter: brightness(200%) brightness(200%) saturate(0%);
  max-width: none;
  height: 100%;
}

.text-block {
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 12px #000;
  margin-left: 40px;
  font-family: Crocosans caps, sans-serif;
  font-size: 3vw;
  font-weight: 900;
  line-height: 125%;
}

.text-block._2 {
  text-shadow: none;
  position: absolute;
}

.text-block._2.flicker-5 {
  z-index: auto;
}

.span {
  color: #1aeb58;
  text-shadow: 1px 1px 6px #13ad4b;
}

.image-2 {
  width: 300px;
  max-width: none;
  display: none;
}

.div-block-3 {
  z-index: 99;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.div-block-3.hide {
  display: none;
}

.div-block-4 {
  align-items: center;
  display: none;
  position: relative;
}

.text-block-2 {
  z-index: 1;
  font-family: Crocosans Caps, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.text-block-3 {
  font-family: Crocosans Caps, sans-serif;
  font-weight: 900;
  line-height: 1;
  position: relative;
}

.text-block-3._2 {
  position: absolute;
}

.text-block-3.grn {
  background-color: #33a64d;
  padding: 10px;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
  display: flex;
}

.image-3 {
  width: 50px;
  max-width: none;
  position: absolute;
  inset: auto auto -10% 10%;
}

.image-4 {
  width: 80px;
  max-width: none;
  display: block;
  position: absolute;
  inset: -41px auto auto 38%;
}

.image-5 {
  z-index: 88;
  max-width: none;
  height: 80%;
  position: relative;
}

.div-block-6 {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text-span {
  font-weight: 800;
}

.image-6 {
  z-index: 5;
  max-width: none;
  height: 80%;
  position: relative;
}

.grn {
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #33a64d;
  position: absolute;
  inset: 0%;
}

.div-block-8 {
  margin-bottom: 5px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.image-7 {
  width: 115px;
}

.image-7._2 {
  width: 123px;
}

.image-8 {
  z-index: 3;
  width: 115px;
  margin-left: -34px;
  margin-right: -34px;
  position: relative;
}

.image-8._2 {
  width: 182px;
  margin-left: -69px;
  margin-right: -69px;
}

.image-9 {
  width: 107px;
}

.image-9._2 {
  width: 129px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-12 {
  background-color: var(--white);
  align-self: stretch;
  width: 2px;
}

.image-10, .image-11 {
  height: 80px;
}

.image-12, .image-13 {
  height: 60px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr .5fr;
  place-items: center;
  font-size: 18px;
  line-height: 1;
}

.text-span-2 {
  color: #0ff013;
}

.div-block-5-copy {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
  display: flex;
}

.image-14 {
  width: 130px;
  margin-top: auto;
}

.image-15 {
  width: 110px;
  margin-top: auto;
}

.text-block-4 {
  text-shadow: 0 2px 7px #000;
  font-size: 40px;
  line-height: 1;
}

@media screen and (min-width: 1920px) {
  .logo-wrp {
    padding-left: 20px;
    padding-right: 30px;
  }

  .text-block {
    text-shadow: 1px 1px 20px #000;
    font-size: 60px;
  }

  .span {
    text-shadow: 1px 1px 20px #1aea58;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .div-block-5 {
    flex-flow: row;
  }

  .image-3 {
    left: 15%;
  }

  .image-4 {
    right: 13%;
  }

  .image-5 {
    margin-left: 100px;
  }

  .div-block-8 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .div-block-5-copy {
    flex-flow: row;
  }
}

@media screen and (max-width: 991px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt-p2p.heartbeat {
    position: static;
  }

  .text-block {
    width: 250px;
    margin-left: 0;
    font-size: 3.5vw;
  }

  .image-2 {
    max-width: none;
  }

  .text-block-2 {
    font-size: 26px;
    line-height: 1;
  }

  .text-block-3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-3 {
    width: 40px;
    left: 13%;
  }

  .image-4 {
    width: 60px;
    top: -20px;
    left: 39%;
  }

  .image-5, .image-6 {
    height: 10vw;
  }

  .image-14, .image-15 {
    width: 90px;
  }

  .text-block-4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    display: none;
  }

  .wrap.m {
    background-image: url('../images/bg.jpg');
    background-position: 0%;
    display: flex;
  }

  .bt-p2p {
    display: block;
  }

  .bt-p2p.heartbeat {
    font-size: 16px;
  }

  .bt-p2p.heartbeat.m {
    display: block;
    position: absolute;
  }

  .bt-p2p.m {
    transition-property: none;
    display: block;
    position: absolute;
  }

  .logo-wrp {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    height: auto;
    margin-left: 10px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image {
    height: 50px;
    display: none;
  }

  .text-block {
    width: 150px;
    max-width: 250px;
    font-size: 4.5vw;
  }

  .image-2 {
    filter: brightness(200%) brightness(200%) saturate(0%);
    width: 160px;
    display: block;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 1.1;
  }

  .text-block-3 {
    width: auto;
    margin-left: 10px;
    font-size: 26px;
  }

  .image-3 {
    width: 30px;
    left: -1%;
  }

  .image-4 {
    width: 50px;
    top: auto;
    bottom: -21px;
    left: 40%;
  }

  .image-5, .image-6 {
    height: 70%;
  }

  .div-block-8 {
    padding: 7px;
  }

  .image-7 {
    margin-top: 0;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 90%;
    display: flex;
  }

  .image-10, .image-11 {
    height: 60px;
  }

  .image-14 {
    width: 80px;
    margin-top: 10px;
    margin-right: -44px;
  }

  .image-15 {
    width: 75px;
    margin-top: 10px;
  }

  .text-block-4 {
    margin-left: -20px;
    font-size: 24px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .div-block-14 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: auto;
    display: flex;
  }

  .div-block-15 {
    background-color: #fff;
    width: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .wrap {
    display: none;
  }

  .wrap.m {
    padding-left: 10px;
    padding-right: 0;
  }

  .bt-p2p {
    padding: 15px;
    font-size: 16px;
  }

  .bt-p2p.heartbeat {
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
  }

  .bt-p2p.heartbeat.m {
    display: block;
  }

  .logo-wrp {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: auto;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    position: static;
    inset: 0% 25% auto;
  }

  .image {
    display: none;
  }

  .text-block {
    align-self: flex-start;
    font-size: 5vw;
  }

  .image-2 {
    width: 110px;
    display: block;
  }

  .div-block-4 {
    align-self: flex-start;
  }

  .text-block-2 {
    font-size: 7vw;
  }

  .text-block-3 {
    width: auto;
    margin-bottom: 5px;
    margin-right: 0;
    font-size: 4.5vw;
  }

  .div-block-5.hide {
    display: none;
  }

  .image-3 {
    width: 40px;
    top: 6%;
    left: 3%;
  }

  .image-4 {
    width: 50px;
    top: -17%;
    right: -4%;
  }

  .image-5 {
    align-self: center;
    width: 90%;
    height: auto;
  }

  .image-5._2 {
    height: 50px;
    margin: 0;
    display: block;
  }

  .div-block-6 {
    z-index: 5;
    justify-content: center;
    position: relative;
  }

  .div-block-7 {
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .image-6 {
    width: 90%;
    height: auto;
  }

  .div-block-8 {
    padding: 5px;
    overflow: visible;
  }

  .div-block-9 {
    flex-flow: row;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-7 {
    width: 90px;
  }

  .image-7._2 {
    width: 80px;
  }

  .image-8 {
    width: 90px;
    margin-left: -55px;
    margin-right: -55px;
  }

  .image-8._2 {
    width: 130px;
  }

  .image-9 {
    width: 80px;
  }

  .image-9._2 {
    width: 90px;
  }

  .image-11 {
    height: 30px;
  }

  .grid {
    z-index: 2;
    font-size: 16px;
    position: relative;
  }

  .div-block-5-copy.hide {
    display: none;
  }

  .text-block-4 {
    white-space: pre-wrap;
    font-size: 20px;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    position: relative;
  }

  .div-block-14 {
    margin-top: auto;
  }

  .div-block-15 {
    display: none;
  }
}


@font-face {
  font-family: 'Crocosans Caps';
  src: url('../fonts/CrocoSans-Black_CAPS.woff') format('woff'), url('../fonts/CrocoSans-Black_CAPS.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}