@font-face {
  font-family: DM Sans;
  src: url('../fonts/DMSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #141820;
  font-family: DM Sans, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.temp-page-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.container {
  flex: 1;
}

.image {
  -webkit-text-fill-color: transparent;
  background-color: #8f2020;
  -webkit-background-clip: text;
  background-clip: text;
}

.large-brand {
  text-align: center;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/giphy-2.gif');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 11.1em;
  line-height: 1em;
}

.individual {
  text-align: center;
  letter-spacing: -3px;
  font-size: 11.1em;
  line-height: 1em;
  transition: all .4s;
  display: inline-block;
}

.individual:hover {
  text-shadow: 0 8px 8px #35353533;
  transform: translate(0, -7px);
}

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

.div-block-2 {
  -webkit-text-fill-color: transparent;
  background-color: #a29a9a;
  background-image: url('../images/giphy-3.gif');
  background-position: 0%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
}

.button {
  color: #141820;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 7px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 1em;
  transition: all .35s;
}

.button:hover {
  color: #fff;
  background-color: #141820;
}

.div-block-3 {
  margin-top: 53px;
}

.footer-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: auto 0% 0%;
}

.text-block {
  color: #a7a7a7;
  text-align: center;
  font-size: .6em;
  line-height: 1em;
}

.footer_logo {
  height: 20px;
  margin-bottom: 16px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .individual {
    font-size: 7em;
  }
}

@media screen and (max-width: 767px) {
  .individual {
    font-size: 6em;
  }
}

@media screen and (max-width: 479px) {
  .individual {
    font-size: 3.5em;
  }
}


@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}