body {
  padding-top: 0;
  padding-bottom: 3rem;
  color: #5a5a5a;
}

button.btn-primary, .hs-button {
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: transparent;
  color: #000;
  border: 1.5px solid #000;

  font-family: Rubik,sans-serif;
  font-style: normal;

  letter-spacing: 2px;
}

button.btn-primary:hover, .hs-button:hover {
  background-color: rgb(0,0,0);
  color: rgb(255,255,255);
  transition-duration: .3s;
  border: 1.5px solid #000;
}

h2.featurette-heading {
  font-family: 'Abhaya Libre',serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  font-size: 45px;
  text-transform: none;
  line-height: 1;
}

h2.column-heading {
  font-family: 'Abhaya Libre',serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  font-size: 45px;
  text-transform: none;
}

h1.featurette-heading {
  font-family: Rubik,serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
}

p {
  font-family: Rubik,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

li {
  font-family: Rubik,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.featurette-divider {
  height: 0px;
  width: 1px;
  margin: 5rem 0;
}

.featurette-gray {
  background-color: #F1F3F3;
}

.featurette-gray-picture {
  padding: 0;
}

.featurette-gray-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.featurette-white-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 62em) {
  .featurette-divider {
    margin: 1rem 0
  }
}

div.leftpic-the-answer {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('4d2da2ef-4046-4461-a3af-4eb6dcdc489c.jpg');
  background-size: 700px;
  clip-path: polygon(0 0,100% 0,80% 100%,0% 100%);
}

#pic-azure-ad-b2c {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('1554b0fd-88cd-4c7b-93e6-d7ffb76dbb71.jpg');
  background-size: 1000px;
  clip-path: polygon(20% 0,100% 0,100% 100%,0% 100%);
}

div.leftpic-dont-believe-us {
  background-repeat: no-repeat;
  background-position: 100% center;
  background-image: url('9ec40a7e-0744-4569-9d86-0305e23bc442.jpg');
  background-size: 800px;
  clip-path: polygon(0 0,100% 0,80% 100%,0% 100%);
}

div.leftpic-congratulations {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('c86f5c9f-dde2-45d9-862c-40a09ae088ea.jpg');
  background-size: 500px;
  clip-path: polygon(0 0,100% 0,80% 100%,0 100%);
}

div.rightpic-the-question {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('824bd4ce-b8ee-42ba-b60b-e604814ed2e7.jpg');
  background-size: 600px;
  clip-path: polygon(0 0,100% 0,100% 100%,10% 100%);
}

div.leftpic-sounds-interesting {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('ff7cfafa-e639-498f-80d4-59467fab74b9.jpg');
  background-size: 1000px;
  clip-path: polygon(0 0,100% 0,80% 100%,0 100%);
}

div.squarepic-bottomleft {
  background-repeat: no-repeat;
  background-position: bottom left;
}

div.squarepic-topleft {
  background-repeat: no-repeat;
  background-position: top left;
}

div.squarepic-center {
  background-repeat: no-repeat;
  background-position: center center;
}

/* Header stuff */

#header {
  /* filter: brightness(75%); */
  background-image: url('coverphoto.png');
  background-repeat: no-repeat;
  background-position: center -100px;
  height: 1080px;
  margin-bottom: 120px;
}

#header h1 {
  font-family: Rubik,serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 200px;
}

#header h2 {
  font-family: 'Abhaya Libre',serif;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  font-size: 45px;
  text-transform: none;
  margin-top: 80px;
}

#header {
  text-align: center;
  color: #f8f8f8;
}




/* Hubspot form */
.hbspt-form {
  font-family: Rubik,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

label.hs-error-msg {
  color: red;
}

ul.inputs-list {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

.hs-form input {
  width: 100%;
}

.hs-form-radio input {
  width: 20px;
}

.hs-dependent-field input {
  width: 20px;
}

div.legal-consent-container {
  font-size: 10px;
}

div.legal-consent-container .hs-dependent-field {
  font-size: 15px;
}

.hs-form-field {
  margin-top: 10px;
}

body {
  padding-top: 20px;
}