@font-face {
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 71 A 47 D";
  src: url('../fonts/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 728 Fb 3";
  src: url('../fonts/GT-Walsheim-Medium-Trial-BF651b7fc728fb3.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 736 A 5 B";
  src: url('../fonts/GT-Walsheim-Black-Trial-BF651b7fc736a5b.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 714941";
  src: url('../fonts/GT-Walsheim-Light-Trial-BF651b7fc714941.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 737 C 57";
  src: url('../fonts/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  color: #333;
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 71 A 47 D", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 736 A 5 B", Arial, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

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

.image {
  max-width: 300px;
}

.div-block-2 {
  margin-bottom: 40px;
}

.heading {
  color: #db163b;
}

.div-block-3 {
  margin-bottom: 40px;
}

.paragraph {
  text-align: center;
}

.button {
  background-color: #029cd4;
  border-radius: 20px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: "Gt Walsheim Trial Bf 651 B 7 Fc 71 A 47 D", Arial, sans-serif;
  font-weight: 400;
  transition: background-color .4s;
}

.button:hover {
  background-color: #016f9f;
}

.div-block-4 {
  text-align: center;
  margin-bottom: 60px;
}

.social-share-links {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  display: flex;
}

.script-embed {
  margin-bottom: 0;
  display: none;
}

.social-share-link {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.social-share-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}


@font-face {
  font-family: 'Gt Walsheim Trial Bf 651 B 7 Fc 71 A 47 D';
  src: url('../fonts/GT-Walsheim-Regular-Trial-BF651b7fc71a47d.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Trial Bf 651 B 7 Fc 728 Fb 3';
  src: url('../fonts/GT-Walsheim-Medium-Trial-BF651b7fc728fb3.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Trial Bf 651 B 7 Fc 736 A 5 B';
  src: url('../fonts/GT-Walsheim-Black-Trial-BF651b7fc736a5b.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Trial Bf 651 B 7 Fc 714941';
  src: url('../fonts/GT-Walsheim-Light-Trial-BF651b7fc714941.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim Trial Bf 651 B 7 Fc 737 C 57';
  src: url('../fonts/GT-Walsheim-Bold-Trial-BF651b7fc737c57.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}