h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #0c364c;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #0c364c;
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 40px;
}

li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 24px solid #fff;
  background-color: #f5f7f8;
}

.content-element {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-element.no-padding-top {
  padding-top: 0px;
}

.content-element.no-padding-top.left-aligned {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo {
  max-width: 560px;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #262626;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.heading.no-margin {
  margin-top: 0px;
}

.signet {
  position: absolute;
  left: 45%;
  top: 50%;
  z-index: -1;
  height: 120%;
  max-width: none;
  opacity: 0.02;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  -ms-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
}

.signet-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.heading-2 {
  margin-top: 120px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #0c364c;
  font-size: 28px;
  font-weight: 700;
}

.columns {
  width: 100%;
}

.heading-3 {
  font-family: Poppins, sans-serif;
  color: #0c364c;
  font-size: 24px;
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.contact-icon {
  width: auto;
  height: 40px;
}

.contact-icon.vcard-icon {
  width: 48px;
  height: auto;
}

.button {
  padding: 12px 24px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #0c364c;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.button:hover {
  background-color: #0c364c;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.legal-links {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.legal-area {
  position: relative;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 16px;
  display: block;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.legal {
  margin-left: 24px;
  font-family: Poppins, sans-serif;
}

.column {
  padding-right: 8px;
  padding-left: 8px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-80.mb-40 {
  margin-bottom: 40px;
}

.h1-large {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  color: #262626;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.h1-large.no-margin {
  margin-top: 0px;
}

.logo-link {
  width: 100%;
  max-width: 160px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .legal-area {
    position: relative;
    right: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    border-width: 16px;
  }

  .content-element {
    position: relative;
    left: 0%;
    top: 0%;
    width: 80%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .logo {
    max-width: 320px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 32px;
  }

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

  .legal-area {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    padding-right: 24px;
    padding-bottom: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .column {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-large {
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border-width: 16px;
  }

  .content-element {
    width: 90%;
  }

  .logo {
    width: 100%;
    max-width: none;
  }

  .heading-2 {
    margin-top: 80px;
  }

  .legal-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}