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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.demo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  color: #ff6a6a;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block {
  color: #ff6a6a;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.container {
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 100vh;
}

.flex-block {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: static;
  inset: 50% 0% 0% 0;
}

.flex-block.layered-shadow {
  padding-top: 60px;
  padding-bottom: 40px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-weight: 300;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-2 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 10px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.text-span {
  color: #24ac1b;
  -webkit-text-stroke-color: #418a77;
  font-weight: 500;
  text-decoration: none;
}

.div-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.div-block.mail {
  flex-flow: column;
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.image {
  aspect-ratio: auto;
  -webkit-text-stroke-color: #66404000;
  vertical-align: middle;
  object-fit: cover;
  max-height: 150px;
  margin-left: 0;
  display: inline-block;
  overflow: clip;
}

.image.gf-audio {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 200px;
  display: block;
}

.body {
  background-color: #fff0;
  background-image: linear-gradient(#173525, #367955);
}

.paragraph-light {
  color: #d9dce9;
  text-align: center;
  margin-bottom: 40px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

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

.div-block-3 {
  margin-left: 0;
  margin-right: 0;
}

.playsoundembed {
  max-height: 150px;
  display: none;
  position: static;
}

.code-embed {
  display: none;
}

.link {
  align-self: flex-start;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.image-2 {
  max-width: 260px;
  margin-left: 60px;
}

@media screen and (max-width: 991px) {
  .container {
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .div-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    display: flex;
  }

  .image {
    max-height: 150px;
    margin-left: 0;
  }

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

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .demo {
    align-items: center;
    display: flex;
  }

  .container {
    align-items: flex-start;
    display: block;
  }

  .heading-3 {
    line-height: 30px;
  }

  .div-block {
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-3 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .flex-block {
    padding: 10px 20px;
  }

  .flex-block.layered-shadow {
    padding-bottom: 20px;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 31px;
  }

  .heading-3 {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .div-block {
    flex-flow: wrap;
    padding-top: 0;
  }

  .image {
    max-height: 150px;
    margin-left: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: block;
  }

  .image-2 {
    max-width: 300px;
    margin-left: 0;
  }
}

/* Smooth pop-out on hover (card = the element with both .flex-block and .layered-shadow) */
@media (hover: hover) {
  .flex-block.layered-shadow {
    transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
    will-change: transform, box-shadow;
  }
  .flex-block.layered-shadow:hover {
    transform: translateY(-2px) scale(1.015);
    box-shadow:
      0 2px 4px hsl(0deg 0% 0% / 0.10),
      0 6px 14px hsl(0deg 0% 0% / 0.12),
      0 16px 32px hsl(0deg 0% 0% / 0.12);
  }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .flex-block.layered-shadow { transition: box-shadow .25s ease }
  .flex-block.layered-shadow:hover { transform: none; }
}


